Pod Options
Appears in
.Values.podOptions
Defaults
podOptions: enableServiceLinks: false hostNetwork: false hostPID: false hostIPC: false hostUsers: false shareProcessNamespace: false restartPolicy: Always dnsPolicy: ClusterFirst dnsConfig: options: - name: ndots value: "1" hostAliases: [] nodeSelector: kubernetes.io/arch: "amd64" defaultSpread: true topologySpreadConstraints: [] tolerations: [] schedulerName: "" priorityClassName: "" runtimeClassName: "" automountServiceAccountToken: false terminationGracePeriodSeconds: 60enableServiceLinks
Default
podOptions: enableServiceLinks: falsehostNetwork
See Host Network
Default
podOptions: hostNetwork: falsehostPID
See Host PID
Default
podOptions: hostPID: falsehostIPC
See Host IPC
Default
podOptions: hostIPC: falsehostUsers
See Host Users
Default
podOptions: hostUsers: falseshareProcessNamespace
Default
podOptions: shareProcessNamespace: falserestartPolicy
See Restart Policy
Default
podOptions: restartPolicy: AlwaysdnsPolicy
See DNS Policy
Default
podOptions: dnsPolicy: ClusterFirstdnsConfig
See DNS Config
Default
podOptions: dnsConfig: options: - name: ndots value: "1"hostAliases
See Host Aliases
Default
podOptions: hostAliases: []nodeSelector
See Node Selector
Default
podOptions: nodeSelector: kubernetes.io/arch: "amd64"defaultSpread
Sets some default topology spread constraints for good spread of pods across nodes.
Default
podOptions: defaultSpread: truetopologySpreadConstraints
See Topology Spread Constraints
Default
podOptions: topologySpreadConstraints: []tolerations
See Tolerations
Default
podOptions: tolerations: []schedulerName
See Scheduler Name
Default
podOptions: schedulerName: ""priorityClassName
Default
podOptions: priorityClassName: ""runtimeClassName
Default
podOptions: runtimeClassName: ""automountServiceAccountToken
See Automount Service Account Token
Default
podOptions: automountServiceAccountToken: falseterminationGracePeriodSeconds
See Termination Grace Period Seconds
Default
podOptions: terminationGracePeriodSeconds: 60Full Examples
podOptions: enableServiceLinks: false hostNetwork: false hostPID: false hostIPC: false hostUsers: false shareProcessNamespace: false restartPolicy: Always dnsPolicy: ClusterFirst dnsConfig: options: - name: ndots value: "1" hostAliases: [] nodeSelector: kubernetes.io/arch: "amd64" defaultSpread: true topologySpreadConstraints: [] tolerations: [] schedulerName: "" priorityClassName: "" runtimeClassName: "" automountServiceAccountToken: false terminationGracePeriodSeconds: 60