Difference between revisions of "Kubectl create configmap"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
* 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 | ||
+ | |||
+ | |||
+ | == Related == | ||
+ | kubectl apply -f /path/to/your/aws-ingress-nginx-config.yaml | ||
+ | configmap/nginx-config created | ||
Revision as of 19:00, 29 June 2022
kubectl create configmap
Related
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: