As part of the authenticated pull from DockerHub, we'll be setting the "dockerhub-dockerconfig" imagePullSecret as default for 'bitnami.libsonnet' library.
Any project using this library can assign this imagePullSecret to a ServiceAccount by using
The secret will be only available on those clusters who make use of ClusterSecrets, which replicates the source secret to desired namespaces in the cluster.
KOPS managed clusters doesn't need any imagePullSecret definition since use a Docker config in the nodes, so the pull is authenticated out of K8s
As part of the authenticated pull from DockerHub, we'll be setting the "dockerhub-dockerconfig" imagePullSecret as default for 'bitnami.libsonnet' library.
Any project using this library can assign this imagePullSecret to a ServiceAccount by using
nginx_ingress_service_account: bitnami.ServiceAccount("nginx-ingress")
This snippet will be added to the SA:
The secret will be only available on those clusters who make use of ClusterSecrets, which replicates the source secret to desired namespaces in the cluster.
KOPS managed clusters doesn't need any imagePullSecret definition since use a Docker config in the nodes, so the pull is authenticated out of K8s