-
Notifications
You must be signed in to change notification settings - Fork 342
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
[BUG] generate_addon_csi.sh uses wrong kubeconfig server #6118
Comments
Hi @dfaltum, Thanks for raising this issue. I would like to know where you executed this script. I thought the document was not very clear because the purpose was that we should run this script on the downstream cluster. And using the kubeconfig of the host harvester cluster. |
Hi @Vicente-Cheng, |
Hi @dfaltum, Thanks for the explanation. You are right. This should be fixed by your PR. |
Pre Ready-For-Testing Checklist
|
Automation e2e test issue: harvester/tests#1363 |
Describe the bug
If you're following this guide, you may experience some trouble with the generated kubeconfig.
To Reproduce
If you run this script via Rancher provided kubeconfig or via SSH from the Harvester CP node, the following line will give you an incorrect kubectl server. For example:
Expected behavior
The kubeconfig file should contain an IP address that is reachable from outside of the cluster.
The text was updated successfully, but these errors were encountered: