containers:

From wikieduonline
Revision as of 09:18, 8 March 2023 by Newworld (talk | contribs)
Jump to navigation Jump to search


containers:
- command:
  - redis-server
  - --dir /data
  - --dbfilename dump.rdb
  image: redis:latest
  imagePullPolicy: IfNotPresent
  name: redis-your-name


spec.containers[].image
spec.containers[].command  
spec.containers[].tty  
spec.containers[].stdy  
spec.containers[].resources.limits.cpu
spec.containers[].resources.limits.memory
spec.containers[].resources.limits.hugepages-<size>
spec.containers[].resources.requests.cpu
spec.containers[].resources.requests.memory
spec.containers[].resources.requests.hugepages-<size>
spec.containers[*].volumeMounts

See also

Activities

https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/#create-a-pod-that-gets-assigned-a-qos-class-of-guaranteed
qosClass: Guaranteed

Related

See also

Advertising: