Skip to content

Commit 4dab27c

Browse files
committed
regen origin docs/completions/openapi
1 parent 70977f5 commit 4dab27c

File tree

4 files changed

+22
-0
lines changed

4 files changed

+22
-0
lines changed

contrib/completions/bash/openshift

+2
Original file line numberDiff line numberDiff line change
@@ -31549,6 +31549,8 @@ _openshift_start_kubernetes_kubelet()
3154931549
local_nonpersistent_flags+=("--iptables-drop-bit=")
3155031550
flags+=("--iptables-masquerade-bit=")
3155131551
local_nonpersistent_flags+=("--iptables-masquerade-bit=")
31552+
flags+=("--keep-terminated-pod-volumes")
31553+
local_nonpersistent_flags+=("--keep-terminated-pod-volumes")
3155231554
flags+=("--kube-api-burst=")
3155331555
local_nonpersistent_flags+=("--kube-api-burst=")
3155431556
flags+=("--kube-api-content-type=")

contrib/completions/zsh/openshift

+2
Original file line numberDiff line numberDiff line change
@@ -31697,6 +31697,8 @@ _openshift_start_kubernetes_kubelet()
3169731697
local_nonpersistent_flags+=("--iptables-drop-bit=")
3169831698
flags+=("--iptables-masquerade-bit=")
3169931699
local_nonpersistent_flags+=("--iptables-masquerade-bit=")
31700+
flags+=("--keep-terminated-pod-volumes")
31701+
local_nonpersistent_flags+=("--keep-terminated-pod-volumes")
3170031702
flags+=("--kube-api-burst=")
3170131703
local_nonpersistent_flags+=("--kube-api-burst=")
3170231704
flags+=("--kube-api-content-type=")

docs/man/man1/openshift-start-kubernetes-kubelet.1

+4
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,10 @@ StreamingProxyRedirects=true|false (ALPHA \- default=false)
296296
\fB\-\-iptables\-masquerade\-bit\fP=14
297297
The bit of the fwmark space to mark packets for SNAT. Must be within the range [0, 31]. Please match this parameter with corresponding parameter in kube\-proxy.
298298

299+
.PP
300+
\fB\-\-keep\-terminated\-pod\-volumes\fP=false
301+
Keep terminated pod volumes mounted to the node after the pod terminates. Can be useful for debugging volume related issues.
302+
299303
.PP
300304
\fB\-\-kube\-api\-burst\fP=10
301305
Burst to use while talking with kubernetes apiserver

pkg/openapi/zz_generated.openapi.go

+14
Original file line numberDiff line numberDiff line change
@@ -3182,6 +3182,13 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
31823182
Format: "",
31833183
},
31843184
},
3185+
"keepTerminatedPodVolumes": {
3186+
SchemaProps: spec.SchemaProps{
3187+
Description: "This flag, if set, instructs the kubelet to keep volumes from terminated pods mounted to the node. This can be useful for debugging volume related issues.",
3188+
Type: []string{"boolean"},
3189+
Format: "",
3190+
},
3191+
},
31853192
},
31863193
Required: []string{"TypeMeta", "podManifestPath", "syncFrequency", "fileCheckFrequency", "httpCheckFrequency", "manifestURL", "manifestURLHeader", "enableServer", "address", "port", "readOnlyPort", "tlsCertFile", "tlsPrivateKeyFile", "certDirectory", "authentication", "authorization", "hostnameOverride", "podInfraContainerImage", "dockerEndpoint", "rootDirectory", "seccompProfileRoot", "allowPrivileged", "hostNetworkSources", "hostPIDSources", "hostIPCSources", "registryPullQPS", "registryBurst", "eventRecordQPS", "eventBurst", "enableDebuggingHandlers", "minimumGCAge", "maxPerPodContainerCount", "maxContainerCount", "cAdvisorPort", "healthzPort", "healthzBindAddress", "oomScoreAdj", "registerNode", "clusterDomain", "masterServiceNamespace", "clusterDNS", "streamingConnectionIdleTimeout", "nodeStatusUpdateFrequency", "imageMinimumGCAge", "imageGCHighThresholdPercent", "imageGCLowThresholdPercent", "lowDiskSpaceThresholdMB", "volumeStatsAggPeriod", "networkPluginName", "networkPluginMTU", "networkPluginDir", "cniConfDir", "cniBinDir", "volumePluginDir", "containerRuntime", "remoteRuntimeEndpoint", "remoteImageEndpoint", "lockFilePath", "exitOnLockContention", "hairpinMode", "babysitDaemons", "maxPods", "nvidiaGPUs", "dockerExecHandlerName", "podCIDR", "resolvConf", "cpuCFSQuota", "containerized", "maxOpenFiles", "reconcileCIDR", "registerSchedulable", "contentType", "kubeAPIQPS", "kubeAPIBurst", "serializeImagePulls", "nodeLabels", "nonMasqueradeCIDR", "enableCustomMetrics", "podsPerCore", "enableControllerAttachDetach", "systemReserved", "kubeReserved", "protectKernelDefaults", "makeIPTablesUtilChains", "iptablesMasqueradeBit", "iptablesDropBit", "featureGates"},
31873194
},
@@ -26141,6 +26148,13 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
2614126148
Format: "",
2614226149
},
2614326150
},
26151+
"keepTerminatedPodVolumes": {
26152+
SchemaProps: spec.SchemaProps{
26153+
Description: "This flag, if set, instructs the kubelet to keep volumes from terminated pods mounted to the node. This can be useful for debugging volume related issues.",
26154+
Type: []string{"boolean"},
26155+
Format: "",
26156+
},
26157+
},
2614426158
},
2614526159
Required: []string{"TypeMeta", "podManifestPath", "syncFrequency", "fileCheckFrequency", "httpCheckFrequency", "manifestURL", "manifestURLHeader", "enableServer", "address", "port", "readOnlyPort", "tlsCertFile", "tlsPrivateKeyFile", "certDirectory", "authentication", "authorization", "hostnameOverride", "podInfraContainerImage", "dockerEndpoint", "rootDirectory", "seccompProfileRoot", "allowPrivileged", "hostNetworkSources", "hostPIDSources", "hostIPCSources", "registryPullQPS", "registryBurst", "eventRecordQPS", "eventBurst", "enableDebuggingHandlers", "minimumGCAge", "maxPerPodContainerCount", "maxContainerCount", "cAdvisorPort", "healthzPort", "healthzBindAddress", "oomScoreAdj", "registerNode", "clusterDomain", "masterServiceNamespace", "clusterDNS", "streamingConnectionIdleTimeout", "nodeStatusUpdateFrequency", "imageMinimumGCAge", "imageGCHighThresholdPercent", "imageGCLowThresholdPercent", "lowDiskSpaceThresholdMB", "volumeStatsAggPeriod", "networkPluginName", "networkPluginDir", "cniConfDir", "cniBinDir", "networkPluginMTU", "volumePluginDir", "cloudProvider", "cloudConfigFile", "kubeletCgroups", "runtimeCgroups", "systemCgroups", "cgroupRoot", "containerRuntime", "remoteRuntimeEndpoint", "remoteImageEndpoint", "runtimeRequestTimeout", "rktPath", "rktAPIEndpoint", "rktStage1Image", "lockFilePath", "exitOnLockContention", "hairpinMode", "babysitDaemons", "maxPods", "nvidiaGPUs", "dockerExecHandlerName", "podCIDR", "resolvConf", "cpuCFSQuota", "containerized", "maxOpenFiles", "reconcileCIDR", "registerSchedulable", "contentType", "kubeAPIQPS", "kubeAPIBurst", "serializeImagePulls", "outOfDiskTransitionFrequency", "nodeIP", "nodeLabels", "nonMasqueradeCIDR", "enableCustomMetrics", "evictionHard", "evictionSoft", "evictionSoftGracePeriod", "evictionPressureTransitionPeriod", "evictionMaxPodGracePeriod", "evictionMinimumReclaim", "experimentalKernelMemcgNotification", "podsPerCore", "enableControllerAttachDetach", "systemReserved", "kubeReserved", "protectKernelDefaults", "makeIPTablesUtilChains", "iptablesMasqueradeBit", "iptablesDropBit"},
2614626160
},

0 commit comments

Comments
 (0)