Open klub opened 6 years ago
Hey @klub, you'd just need to pass --skip-kube-system=false
. (https://github.com/upmc-enterprises/registry-creds/blob/master/main.go#L69)
Hello @stevesloka . Thanks for your response. Where or how do i pass that flag in please? Sorry i am not so familiar with Golang. I am currently using your minikube addon. Could you share a bit more information regarding where i set this flag etc please.
Thanks!
You can pass it to the args
of your container.
Any reason why this option is true by default? It's pretty inconvenient.
Is there any way to pass this in when configuring the minikube add-on?
Hello. It seems there is no way to set
argSkipKubeSystem
tofalse
?I need imagePullSecrets to also be created for the kube-system namespace.
Is there an easy way i can enable this please?