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
Due to wrong json mapping the k8sVersion of cluster is not parsed. According to documentation it should be possible
ionosctl/docs/subcommands/Managed-Kubernetes/cluster/list.md
Line 33 in 117a6e4
ionosctl k8s cluster list --verbose --cols ClusterId,k8sVersion,name
ClusterId Name 732bc882-ffff-oooo-oooo-18ff2d6d0bbe foo-dev 362f552e-ffff-oooo-oooo-418cd25aa620 foo-live 44d3359b-ffff-oooo-oooo-73542a77dc81 foo-test
Expected column with k8sVersion
ClusterId K8sVersion Name 732bc882-ffff-ooo-ooo-18ff2d6d0bbe 1.25.12 foo-dev 362f552e-ffff-ooo-ooo-418cd25aa620 1.25.12 foo-live 44d3359b-ffff-ooo-ooo-73542a77dc81 1.25.12 foo-test
Go Version:
1.20
Ionosctl version:
6.7.1
OS:
ubuntu
Shell:
bash
Steps to reproduce the behavior:
k8sVersion
The text was updated successfully, but these errors were encountered:
LiviusP
Successfully merging a pull request may close this issue.
Description
Due to wrong json mapping the k8sVersion of cluster is not parsed.
According to documentation it should be possible
ionosctl/docs/subcommands/Managed-Kubernetes/cluster/list.md
Line 33 in 117a6e4
Expected behavior
Expected column with k8sVersion
Environment
Go Version:
Ionosctl version:
OS:
Shell:
Configuration Files
How to Reproduce
Steps to reproduce the behavior:
ionosctl k8s cluster list --verbose --cols ClusterId,k8sVersion,name
k8sVersion
columnError and Debug Output
Additional Notes
References
The text was updated successfully, but these errors were encountered: