timeout error with Java SDK #13389
Replies: 3 comments
-
hi, any idea about this timeout error? and i can create and delete workflow-templates through java sdk, but not list them. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
It is a very interesting problem. I can visit template list through url, but i cant visit through java sdk. So I finally have to do things by myself as above. Hope it will help you. Close it myself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i got a serious error while using java lib to query workflow-templates, please kind to help me, thanks a lot.
kubectl get pods -n argo
kubectl logs argo-server-6dccfbd89f-l65rp -n argo
http://XXXXX:30180/api/v1/workflow-templates/argo , got:
some information about this error:
i try many versions, but the same error
kubectl -n argo port-forward --address 0.0.0.0 svc/argo-server 2746:2746 > /dev/null &
kubectl patch deployment argo-server --namespace argo --type='json' -p='[{"op": "replace", "path": "/spec/template/spec/containers/0/args", "value": ["server", "--auth-mode=server", "--secure=false"]},{"op": "replace", "path": "/spec/template/spec/containers/0/readinessProbe/httpGet/scheme", "value": "HTTP"}]'
Beta Was this translation helpful? Give feedback.
All reactions