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

Installation stuck if previous context already exists in the cluster #18

Open
olga-mir opened this issue Oct 6, 2023 · 0 comments
Open

Comments

@olga-mir
Copy link
Owner

olga-mir commented Oct 6, 2023

this project works with default kubeconfig file and predictable context and cluster names. If cluster/context already exist in this file, then it will be trying to connect to this API server resulting in errors like:

E1007 06:55:06.397379   40888 memcache.go:238] couldn't get current server API group list: Get "https://cluster-mgmt-apiserver-<REDACTED_ID>.<REDACTED_REGION>.elb.amazonaws.com:6443/api?timeout=32s": EOF

Possible solutions:

  1. add random string to cluster and context
  2. mandate use of separate kubeconfig

This would be much safer than assuming that user doesn't have these contexts outside of the scope of this project

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

1 participant