pipo02mix / why_k8s_can_make_our_life_easier

Explain kubernetes concepts through examples
MIT License
2 stars 2 forks source link

Minor fixes #2

Closed airadier closed 6 years ago

airadier commented 6 years ago

I found that --n does not work, should be --namespace or -n.

Also, I am learning but I had to change registry.yaml as shown to make it work

kubectl version output:

kubectl version
Client Version: version.Info{Major:"1", Minor:"9", GitVersion:"v1.9.0", GitCommit:"925c127ec6b946659ad0fd596fa959be43f0cc05", GitTreeState:"clean", BuildDate:"2017-12-15T21:07:38Z", GoVersion:"go1.9.2", Compiler:"gc", Platform:"windows/amd64"}
Server Version: version.Info{Major:"1", Minor:"8", GitVersion:"v1.8.0", GitCommit:"0b9efaeb34a2fc51ff8e4d34ad9bc6375459c4a4", GitTreeState:"clean", BuildDate:"2017-11-29T22:43:34Z", GoVersion:"go1.9.1", Compiler:"gc", Platform:"linux/amd64"}
pipo02mix commented 6 years ago

Thanks Alvaro, you are my editor!