Skip to content
New issue

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

connect to external clusters? #639

Open
jmjava opened this issue Oct 27, 2021 · 2 comments
Open

connect to external clusters? #639

jmjava opened this issue Oct 27, 2021 · 2 comments

Comments

@jmjava
Copy link

jmjava commented Oct 27, 2021

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?

@jmjava
Copy link
Author

jmjava commented Oct 27, 2021

I see i can mount a kubeconfig for external cluster in configmap and then use in my task. Was hoping to connect directly though

@Roming22
Copy link

I can connect to an external cluster if my environment is set to connect to that cluster.

  • Create a mycluster.kubeconfig which has the connection information to your cluster.
  • Export the KUBECONFIG variable so it points to that file. export KUBECONFIG="/path/to/mycluster.kubeconfig"

After opening VSCode, the extension lists the content on my external cluster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants