Difference between revisions of "Kubernetes ConfigMaps"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 7: Line 7:
  
 
<code>[[kubectl describe configmaps]] YOUR_CONFIG_MAP_NAME</code>
 
<code>[[kubectl describe configmaps]] YOUR_CONFIG_MAP_NAME</code>
 +
 +
kubectl get configmaps
  
 
== See also ==
 
== See also ==

Revision as of 16:16, 26 January 2020

This article is a Draft. Help us to complete it.


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


kubectl describe configmaps YOUR_CONFIG_MAP_NAME

kubectl get configmaps

See also

Advertising: