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
I'm trying to install the Windows VK using the helm install "$RELEASE_NAME" "$CHART_URL" --set provider=azure --set providers.azure.targetAKS=true --set providers.azure.masterUri=$MASTER_URI --set nodeName=$NODE_NAME --set nodeOsType="Windows" command => Error: failed to download "https://github.com/virtual-kubelet/azure-aci/raw/master/charts/virtual-kubelet-latest.tgz" (hint: running helm repo update may help)
helm install "$RELEASE_NAME" "$CHART_URL" --set provider=azure --set providers.azure.targetAKS=true --set providers.azure.masterUri=$MASTER_URI --set nodeName=$NODE_NAME --set nodeOsType="Windows"
Error: failed to download "https://github.com/virtual-kubelet/azure-aci/raw/master/charts/virtual-kubelet-latest.tgz" (hint: running
may help)
helm repo update says that there are no repositories.
helm repo update
Could anyone please instruct how do I set up a helm repository so I can install the VK?
The text was updated successfully, but these errors were encountered:
@eugen-nw did you try to follow this document?
Sorry, something went wrong.
Thanks very much, I found it myself and it did work. However, could someone please update this document: https://github.com/virtual-kubelet/azure-aci/blob/master/README.md
No branches or pull requests
I'm trying to install the Windows VK using the
helm install "$RELEASE_NAME" "$CHART_URL" --set provider=azure --set providers.azure.targetAKS=true --set providers.azure.masterUri=$MASTER_URI --set nodeName=$NODE_NAME --set nodeOsType="Windows"
command =>Error: failed to download "https://github.com/virtual-kubelet/azure-aci/raw/master/charts/virtual-kubelet-latest.tgz" (hint: running
helm repo updatemay help)
helm repo update
says that there are no repositories.Could anyone please instruct how do I set up a helm repository so I can install the VK?
The text was updated successfully, but these errors were encountered: