Difference between revisions of "Spec.imagePullSecrets"

From wikieduonline
Jump to navigation Jump to search
Line 9: Line 9:
 
== Related ==
 
== Related ==
 
* [[imagePullSecrets:]]
 
* [[imagePullSecrets:]]
* [[Pull an Image from a Private Registry]]
+
* [[Pull an Image from a Private Registry in Kubernetes]]
  
 
== See also ==
 
== See also ==
 
* {{K8s secrets}}
 
* {{K8s secrets}}
 
* {{kind: Pod}}
 
* {{kind: Pod}}

Revision as of 05:08, 18 July 2024

 apiVersion: v1
kind: Pod
metadata:
  name: private-reg
spec:
  containers:
  - name: private-reg-container
    image: <your-private-image>
  imagePullSecrets:
  - name: regcred



Related

See also

Advertising: