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
In the kubectl install guide https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/ there is a recommended step of "Validate the binary"
curl -LO "https://dl.k8s.io/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl.sha256" echo "$(cat kubectl.sha256) kubectl" | sha256sum --check
It would be nice to have such a security feature when installing kubectl with asdf, could this be done in the plugin ?
Not sure if this should be done in asdf or in the plugin, so I filed a issue also on asdf : asdf-vm/asdf#1320
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the kubectl install guide https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/ there is a recommended step of "Validate the binary"
It would be nice to have such a security feature when installing kubectl with asdf, could this be done in the plugin ?
Not sure if this should be done in asdf or in the plugin, so I filed a issue also on asdf : asdf-vm/asdf#1320
The text was updated successfully, but these errors were encountered: