Skip to main content

FAQ

No version set for command

If you try to run an app installed by asdf and see output like:

No version set for command kubectl
Consider adding one of the following versions in your config file at
kubectl 1.21.2

run the following to set the local version for asdf:

asdf local kubectl 1.21.2

note

The specific app and version used in this example come from the original error message.