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 4: Line 4:
 
* <code>[[kubectl create configmap]]</code>
 
* <code>[[kubectl create configmap]]</code>
 
  kubectl create configmap <map-name> <data-source>
 
  kubectl create configmap <map-name> <data-source>
 +
 +
 +
[[kubectl describe]] [[configmaps]] YOUR_CONFIG_MAP_NAME
  
 
== See also ==
 
== See also ==

Revision as of 16:11, 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

See also

Advertising: