配置应用程序
kubectl create configmap <configmap-name> --from-literal=[key]=[value] --from-literal=[key]=[value] --from-literal=[key]=[value] kubectl create configmap <configmap-name> --from-file=[/path/file-name]
Last updated
kubectl create configmap <configmap-name> --from-literal=[key]=[value] --from-literal=[key]=[value] --from-literal=[key]=[value]
kubectl create configmap <configmap-name> --from-file=[/path/file-name]Last updated