gifted-breakfast-73755
07/19/2022, 3:13 PMPrivate Registry
on the RKE template and using imagePullSecrets
in the k8s YAML file to pull an image from a private registry?tall-school-18125
07/19/2022, 7:34 PMimagePullSecrets
in an RKE1 cluster yaml file and didn't find it there. I believe imagePullSecrets
can only be configured for a pod, whereas the RKE template private registry will be used to pull images for provisioning the Kubernetes cluster itself.gifted-breakfast-73755
07/19/2022, 8:17 PMimagePullSecrets
in the kubernetes YAML file?imagePullSecrets
in the Kubernetes YAML file but I was wondering if the private registry on the RKE template can help at all such as automatically create the kubernetes secret when the cluster is created, etc.tall-school-18125
07/19/2022, 8:23 PMcattle-global-data
namespace on the local
cluster. The issue with referencing that from your pod would be that your registry secret would need to be in the same namespace as the pod. So you are probably going to need to create a new registry secret in the same namespace as your workload to get images for your workload.gifted-breakfast-73755
07/19/2022, 8:31 PMkubelet
, rancher-agent
, etc. but is not used for application pods that I create on my own?tall-school-18125
07/19/2022, 8:34 PMgifted-breakfast-73755
07/19/2022, 8:35 PM