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
Hello!
When you execute the command stackit ske kubeconfig create ske-001 --expiration 12h -o json it doesn't create the kubeconfig file.
stackit ske kubeconfig create ske-001 --expiration 12h -o json
https://github.com/stackitcloud/stackit-cli/blob/main/internal/cmd/ske/kubeconfig/create/create.go#L134
When you use another output, it does. Should it create the kubeconfig file always?
The text was updated successfully, but these errors were encountered:
Hello @fjvela,
thanks for reporting this. We will fix this so that it always creates the kubeconfig, regardless of the output format.
Sorry, something went wrong.
We have fixed this issue and will release it in our next release.
Successfully merging a pull request may close this issue.
Hello!
When you execute the command
stackit ske kubeconfig create ske-001 --expiration 12h -o json
it doesn't create the kubeconfig file.https://github.com/stackitcloud/stackit-cli/blob/main/internal/cmd/ske/kubeconfig/create/create.go#L134
When you use another output, it does. Should it create the kubeconfig file always?
The text was updated successfully, but these errors were encountered: