optional:true is supported for Kubernetes 1.6

NOTE: The key-value optional:true is supported for Kubernetes 1.6 and above.
This commit is contained in:
sallydeng
2017-02-16 17:36:14 +08:00
committed by Andrew Chen
parent ec4e3b0ca2
commit 177d664239
+2
View File
@@ -604,3 +604,5 @@ Kubelet only supports use of ConfigMap for pods it gets from the API server. Th
created using kubectl, or indirectly via a replication controller. It does not include pods created
via the Kubelet's `--manifest-url` flag, its `--config` flag, or its REST API (these are not common
ways to create pods.)
NOTE: The key-value optional:true is supported for Kubernetes 1.6 and above.