upmc-enterprises / registry-creds

Allow for AWS ECR, Google Registry, & Azure Container Registry credentials to be refreshed inside your Kubernetes cluster via ImagePullSecrets
Other
344 stars 124 forks source link

Instructions on how to set argSkipKubeSystem to false #67

Open klub opened 6 years ago

klub commented 6 years ago

Hello. It seems there is no way to set argSkipKubeSystem to false ?

I need imagePullSecrets to also be created for the kube-system namespace.

Is there an easy way i can enable this please?

stevesloka commented 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)

klub commented 6 years ago

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!

stevesloka commented 6 years ago

You can pass it to the args of your container.

dobesv commented 1 year ago

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?