mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-27 03:44:04 +00:00
Currently the "generate-csr" command does not have any output. Pass an io.Writer (bound to os.Stdout from /cmd) to the functions responsible for generating the kubeconfig / certs keys and CSRs. If nil is passed these functions don't output anything.