mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 13:42:02 +00:00
Merge pull request #38445 from brendandburns/configmap2
Automatic merge from submit-queue (batch tested with PRs 38445, 40292) Add the ability to edit fields within a config map. Addresses part of https://github.com/kubernetes/kubernetes/issues/36222 Example command: ```console $ kubectl edit configmap foo --config-map-data=bar ``` Will open the data element named `bar` in the `ConfigMap` named `foo` in `$EDITOR`, the edited contents are then updated back to the config map. @kubernetes/sig-cli ```release-note Add a special purpose tool for editing individual fields in a ConfigMap with kubectl ```
This commit is contained in:
3
docs/man/man1/kubectl-edit-configmap.1
Normal file
3
docs/man/man1/kubectl-edit-configmap.1
Normal file
@@ -0,0 +1,3 @@
|
||||
This file is autogenerated, but we've stopped checking such files into the
|
||||
repository to reduce the need for rebases. Please run hack/generate-docs.sh to
|
||||
populate this file.
|
7
docs/user-guide/kubectl/kubectl_edit_configmap.md
Normal file
7
docs/user-guide/kubectl/kubectl_edit_configmap.md
Normal file
@@ -0,0 +1,7 @@
|
||||
This file is autogenerated, but we've stopped checking such files into the
|
||||
repository to reduce the need for rebases. Please run hack/generate-docs.sh to
|
||||
populate this file.
|
||||
|
||||
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
|
||||
[]()
|
||||
<!-- END MUNGE: GENERATED_ANALYTICS -->
|
Reference in New Issue
Block a user