83235/how-to-edit-configmap-to-add-new-data
Hi Guys,
I have created one ConfigMap. Now I want to add new data to this ConfigMap. How can I do that?
Hi@MD,
You can edit your ConfigMap. Kubectl has commands to edit your file. It will show in YML format by default. Use the below command to edit your ConfigMap.
$ kubectl edit configmap my-config
Hi@akhtar, When you create a ConfigMap using --from-file, the ...READ MORE
This completely depends on what roles you ...READ MORE
If the config map is mounted into ...READ MORE
POD does t maintain state and when ...READ MORE
1. Configmap is created on the node1. ...READ MORE
Hi@akhtar, You can use kubectl create configmap with the --from-literal argument to ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Try using ingress itself in this manner except ...READ MORE
Hi Kalgi after following above steps it ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.