K8s pull image from private Docker registry
Overview
Resolution
Method 1: kubectl apply from a CloudTruth template
apiVersion: v1 kind: Secret metadata: name: myregistrykey data: .dockerconfigjson: {{configjson}} type: kubernetes.io/dockerconfigjson
Method 2: KubeTruth project mapping override with a base64 encoded Docker configfile
Method 3: KubeTruth project mapping override with Docker login.
Last updated
Was this helpful?