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
Albeit the code is just an example and serves for easy reading, a beginner will run into just that type of issue.
Minor suggestion.
Page 39, example code.
I believe expansion of
~to$HOMEmust 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.