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
Minor suggestion.
Page 39, example code. I believe expansion of ~ to $HOME must be handled manually, either with os.ExpandEnv($HOME/.kube/config) or as described here
~
$HOME
os.ExpandEnv($HOME/.kube/config)
Albeit the code is just an example and serves for easy reading, a beginner will run into just that type of issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Minor suggestion.
Page 39, example code.
I believe expansion of
~
to$HOME
must be handled manually, either withos.ExpandEnv($HOME/.kube/config)
or as described hereAlbeit the code is just an example and serves for easy reading, a beginner will run into just that type of issue.
The text was updated successfully, but these errors were encountered: