mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 04:03:20 +00:00
Merge pull request #13447 from pweil-/pid-mode
Auto commit by PR queue bot
This commit is contained in:
@@ -12518,7 +12518,11 @@
|
||||
},
|
||||
"hostNetwork": {
|
||||
"type": "boolean",
|
||||
"description": "Host networking requested for this pod. Uses the host's network namespace. If this option is set, the ports that will be used must be specified. Default to false."
|
||||
"description": "Host networking requested for this pod. Use the host's network namespace. If this option is set, the ports that will be used must be specified. Default to false."
|
||||
},
|
||||
"hostPID": {
|
||||
"type": "boolean",
|
||||
"description": "Use the host's pid namespace. Optional: Default to false."
|
||||
},
|
||||
"imagePullSecrets": {
|
||||
"type": "array",
|
||||
|
Reference in New Issue
Block a user