Advertisement
Guest User

Pod spec for container name

a guest
Apr 15th, 2022
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. kubectl explain pod.spec.containers.name
  2. KIND: Pod
  3. VERSION: v1
  4.  
  5. FIELD: name <string>
  6.  
  7. DESCRIPTION:
  8. Name of the container specified as a DNS_LABEL. Each container in a pod
  9. must have a unique name (DNS_LABEL). Cannot be updated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement