{"tool":"kubectl","tool_display":"Kubectl","intent":"edit-pod-default-namespace","intent_display":"edit pod default namespace","title":"Kubectl Command: edit pod default namespace","command_string":"kubectl edit po/<pod_name>","raw_command_string":"kubectl edit {{[po|pods]}}/{{pod_name}}","description":"Exact CLI syntax to edit pod default namespace using Kubectl.","usage_scenario":"Make urgent configuration changes to a running pod without downtime.","scenario_context":"Make urgent configuration changes to a running pod without downtime.","simulated_output":"Editing pod 'example-pod' in default namespace...\n\n# Please edit the above lines to change the pod configuration.\n\n---\n\n# Save and close the editor to apply changes.","how_to_steps":["Run the command `kubectl edit pods/{{pod_name}}` in your terminal.","Make the necessary changes in the editor that opens.","Save and exit the editor to apply the changes."],"inferred_category":"Kubernetes","canonical_url":"https://www.syntaxstandard.com/kubectl/edit-pod-default-namespace"}