Difference between revisions of "Kubectl create configmap"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
* https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/ | * https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/ | ||
− | [[kubectl create]] configmap | + | [[kubectl create]] configmap YOUR-CONFIMAP-NAME YOUR-DATA-SOURCE |
Revision as of 07:52, 9 September 2022
kubectl create configmap YOUR-CONFIMAP-NAME YOUR-DATA-SOURCE
Related
kind: ConfigMap
kubectl apply -f /path/to/your/aws-ingress-nginx-config.yaml configmap/nginx-config created
See also
- ConfigMaps:
kubectl [ get | edit | describe | create | delete ] configmaps
,aws-auth
, Kustomize,kind: ConfigMap, ConfigMapRef, envFrom
kubectl create [ namespace | secret | deployment | configmap | service | role ]
--help
Advertising: