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
What happened:
$ namespace_name=cassandra2 $ instance_name=cassandra $ kubectl kudo upgrade cassandra -n $namespace_name --instance=$instance_name --operator-version=0.1.2 operatorversion.kudo.dev/v1beta1/cassandra-0.1.2 created instance./cassandra updated
What you expected to happen:
That last line should have be:
instance.kudo.dev/v1beta1/cassandra updated
How to reproduce it (as minimally and precisely as possible):
See above.
Anything else we need to know?:
The lack of GVK data in typed objects is apparently by design in k8s, see references in kubernetes/client-go#413
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What happened:
What you expected to happen:
That last line should have be:
How to reproduce it (as minimally and precisely as possible):
See above.
Anything else we need to know?:
The lack of GVK data in typed objects is apparently by design in k8s, see references in kubernetes/client-go#413
The text was updated successfully, but these errors were encountered: