Difference between revisions of "Spec.imagePullSecrets"

From wikieduonline
Jump to navigation Jump to search
(Created page with " * Pull an Image from a Private Registry {{K8s}}")
 
Line 1: Line 1:
  
 +
apiVersion: v1
 +
kind: Pod
 +
metadata:
 +
  name: private-reg
 +
spec:
 +
  containers:
 +
  - name: private-reg-container
 +
    image: <your-private-image>
 +
  imagePullSecrets:
 +
  - name: regcred
  
  
 +
 +
== Related ==
 
* [[Pull an Image from a Private Registry]]
 
* [[Pull an Image from a Private Registry]]
  
  
 
+
== See also ==
{{K8s}}
+
* {{K8s}}

Revision as of 21:02, 17 July 2024

Advertising: