You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks, @eugen-nw, for raising the issue. We had this step added for the downgrade/upgrade documents. We will update the helm README as well. For now, you can use the following command or refer to upgrade README.
export MASTER_URI=$(kubectl cluster-info | awk '/Kubernetes control plane/{print $7}' | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g")
Describe the Issue
The https://github.com/virtual-kubelet/azure-aci/tree/master/charts/virtual-kubelet page uses the $MASTER_URI variable yet there are no instructions on how to set it.
Steps To Reproduce
Please check the above mentioned page.
Expected behavior
There are instructions on how to set the variable.
Virtual-kubelet version
Kubernetes version
Additional context
The text was updated successfully, but these errors were encountered: