Verify the installation
Verify the installation
To verify the installation, run the following command and check if Version is what you expected:
helm version
The output should be similar to this:
version.BuildInfo{Version:"v3.7.0", GitCommit:"eeac83883cb4014fe60267ec6373570374ce770b", GitTreeState:"clean", GoVersion:"go1.16.8"}
First steps with helm
The helm binary has many subcommands. Invoke helm --help (or simply -h) to get a list of all subcommands; helm <subcommand> --help gives you detailed help about a subcommand.
Next steps
When you’re ready to go, head on over to the labs and begin with the training!