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
Observed in Azure kurl installation, sudo bash tasks.sh generate-admin-user put the private IP of the cluster instead of the public one.
sudo bash tasks.sh generate-admin-user
Thus the generated kube config cannot be used outside of the machine.
To reproduce, create an Azure VM and install a k8s cluster using kurl. Follow https://kurl.sh/docs/install-with-kurl/connecting-remotely to connect remotely.
Expected: able to connect.
The text was updated successfully, but these errors were encountered:
Hello namgk
I face similar issue in azure while using RHEL 9.2.
You just need to pass the public IP while running install.sh script.
1 .cat install.sh | sudo bash -s public-address="201.198.25.212"
Now its generate a root.conf file you can use to connect remotely to your K8 cluster
Sorry, something went wrong.
No branches or pull requests
Observed in Azure kurl installation,
sudo bash tasks.sh generate-admin-user
put the private IP of the cluster instead of the public one.Thus the generated kube config cannot be used outside of the machine.
To reproduce, create an Azure VM and install a k8s cluster using kurl. Follow https://kurl.sh/docs/install-with-kurl/connecting-remotely to connect remotely.
Expected: able to connect.
The text was updated successfully, but these errors were encountered: