Tomofumi Hayashi
Tomofumi Hayashi
Now kubeadm seems to support making HA master node, so let's add it. https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/high-availability/
As of today(Oct 24), kube-ansible fails to install cri-o/runc... - need to change buildah repo
`multus_use_crd`, `multus_npwg_demo` and other multus related options can be cleaned up...
Currently `pkg/types/args.go` expects each plugin consumes all CNI_ARGS given from user. For example, when host-local is invoked with CNI_ARGS="IP=1.1.1.1;TESTARG=TESTVAL", host-local is failed because 'TESTARG=TESTVAL' is not used in host-local plugin....
Currently libcni assumes - *.conf for single netconf file - *.conflist for chained netconf file But there is no mention in CNI specification or cni/README.md, so we should write this...
Rephrase Japanese in 'What is utf-8' section, chapter6 to clear an advantage of utf-8.
Current command line option is very dirty, I understood, so I'd like to reform it with kingpin package.