We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to add the yaml configuration file i always receive error:
"path exist"
Steps to reproduce the behavior: kubecm add --context Contextname -cf ~/Dropbox/IT/mktpl.yaml
Expected behavior Adding context
Ubuntu 22
The text was updated successfully, but these errors were encountered:
Are there any other error messages reported? I reproduced the command and found no reported errors:
# The added context does not exist in kubeconfig % kc add --context xxx -cf add-kind add-kind Path Exist No context to add. # The added context exists in kubeconfig % kc add --context kind-add-kind -cf add-kind add-kind Path Exist Add Context: kind-add-kind 「add-kind」 write successful! +------------+------------------+------------------+------------------+----------------------------+--------------+ | CURRENT | NAME | CLUSTER | USER | SERVER | Namespace | +============+==================+==================+==================+============================+==============+ | | kind-add-kind | kind-add-kind | kind-add-kind | https://127.0.0.1:53759 | default | +------------+------------------+------------------+------------------+----------------------------+--------------+ | * | kind-kind | kind-kind | kind-kind | https://127.0.0.1:64805 | default | +------------+------------------+------------------+------------------+----------------------------+--------------+
Sorry, something went wrong.
No branches or pull requests
When trying to add the yaml configuration file i always receive error:
"path exist"
Steps to reproduce the behavior:
kubecm add --context Contextname -cf ~/Dropbox/IT/mktpl.yaml
Expected behavior
Adding context
Ubuntu 22
The text was updated successfully, but these errors were encountered: