不仅可以通过yaml文件创建configmap,也可以通过命令行的形式快速创建configmap.
kubectl create configmap my-config --from-file=path/to/bar
[root@yyzc-zjjcs01 ~]# /opt/kubernetes/bin/kubectl --kubeconfig /opt/kubernetes/conf/default-admin.kubeconfig create configmap my-config --from-file=./test1
configmap/my-config created
[root@yyzc-zjjcs01 ~]# /opt/kubernetes/bin/kubectl --kubeconfig /opt/kubernetes/conf/default-admin.kubeconfig get configmap my