Difference between revisions of "Kubernetes ConfigMaps"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 37: Line 37:
 
* [[Already exists in the cluster]]
 
* [[Already exists in the cluster]]
 
* [[Kubernetes HostPath volume provider]]
 
* [[Kubernetes HostPath volume provider]]
 +
[[projected]]
  
 
== See also ==
 
== See also ==

Revision as of 10:06, 8 March 2023

A ConfigMap is an API object used to store non-confidential data in key-value pairs. Pods can consume ConfigMaps as environment variables, command-line arguments, or as configuration files in a volume. https://kubernetes.io/docs/concepts/configuration/configmap/

Commands

kubectl create configmap <map-name> <data-source>

EKS

helm list
Error: configmaps is forbidden: User "system:serviceaccount:kube-system:default" cannot list resource "configmaps" in API group "" in the namespace "kube-system"

Activities

News

Related terms

projected

See also

  • https://github.com/kubernetes/enhancements/issues/1412
  • Advertising: