Update kubernetes-api.md

Just correcting what I think is a typo.
This commit is contained in:
Mikael
2017-08-03 23:18:39 +01:00
committed by Andrew Chen
parent a03a98e9d5
commit 4b004cf717
+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 jobs, set
apiserver. `--runtime-config` accepts comma separated values. For ex: to disable deployments and ingress, set
`--runtime-config=extensions/v1beta1/deployments=false,extensions/v1beta1/ingress=false`