Kubernetes - ConfigMaps
You attempt to create a ConfigMap using this command:
but it fails. What is the cause of the error?
kubectl create configmap mymap --from-literal=key1 value1
but it fails. What is the cause of the error?
