fix ex to example in kubernetes-api

This commit is contained in:
jianglingxia
2017-09-19 11:18:09 +08:00
committed by Jared
parent ac88f914e3
commit ca9c8fddf8
+1 -1
View File
@@ -102,5 +102,5 @@ to pick up the `--runtime-config` changes.
DaemonSets, Deployments, HorizontalPodAutoscalers, Ingress, Jobs and ReplicaSets are enabled by default.
Other extensions resources can be enabled by setting `--runtime-config` on
apiserver. `--runtime-config` accepts comma separated values. For ex: to disable deployments and ingress, set
apiserver. `--runtime-config` accepts comma separated values. For example: to disable deployments and ingress, set
`--runtime-config=extensions/v1beta1/deployments=false,extensions/v1beta1/ingress=false`