essobedo opened a new pull request, #3599: URL: https://github.com/apache/camel-k/pull/3599
fixes #1184 ## Motivation If we don't want to execute the commands against the default namespace, we need to add the flag `-n` to all commands or use the command `kubectl config set-context --current --namespace=<my-namespace>`, but we would like to propose something out of the box in kamel cli ## Modifications: * Add a new command called `config` to set the default namespace and list the existing settings * Ensure that the namespace used is the one set in the configuration of the config command if any when no namespace has been specified in the command **Release Note** ```release-note feat(cli): Add a config command to manage the default settings ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
