We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be helpful to be able to connect to EKS cluster running tekton. Is there any way to connect to external cluster vs kind etc?
The text was updated successfully, but these errors were encountered:
I see i can mount a kubeconfig for external cluster in configmap and then use in my task. Was hoping to connect directly though
Sorry, something went wrong.
I can connect to an external cluster if my environment is set to connect to that cluster.
mycluster.kubeconfig
export KUBECONFIG="/path/to/mycluster.kubeconfig"
After opening VSCode, the extension lists the content on my external cluster.
No branches or pull requests
It would be helpful to be able to connect to EKS cluster running tekton. Is there any way to connect to external cluster vs kind etc?
The text was updated successfully, but these errors were encountered: