You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the document and I believe I am using the manifest correctly. I am using azure/k8s-set-context@v3 to set the context first. It seems to be successful (but I'm not 100% sure). Here is the debug info for that portion:
##[debug]Writing kubeconfig contents to /home/runner/work/_temp/kubeconfig_1674177059730
##[debug]Setting KUBECONFIG environment variable
##[debug]Node Action run completed with exit code 0
##[debug]KUBECONFIG='/home/runner/work/_temp/kubeconfig_1674177059730'
##[debug]Finishing: Set the Kubernetes context
Then I am using azure/k8s-create-secret@v4 and I get a timeout when trying to connect to the EKS URL. I don't have a problem creating the secret the usual way with a manifest.
hi @onabison , when you say you "don't have a problem creating the secret the usual way with a manifest" do you mean kubectl apply from a github action running it as a script instead of using the k8s-create-secret action?
since there is a timeout in the network call, it could be an issue with the KUBECONFIG causing the calls to fail
Hello,
I have read the document and I believe I am using the manifest correctly. I am using
azure/k8s-set-context@v3
to set the context first. It seems to be successful (but I'm not 100% sure). Here is the debug info for that portion:Then I am using
azure/k8s-create-secret@v4
and I get a timeout when trying to connect to the EKS URL. I don't have a problem creating the secret the usual way with a manifest.Here is my GHA code:
Here is the DEBUG output:
Can you please help me understand if/what I'm doing wrong?
Thanks in advance!
The text was updated successfully, but these errors were encountered: