Skip to content
New issue

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

group/version missing in upgrade command output #1279

Closed
porridge opened this issue Jan 15, 2020 · 0 comments · Fixed by #1280
Closed

group/version missing in upgrade command output #1279

porridge opened this issue Jan 15, 2020 · 0 comments · Fixed by #1280
Labels

Comments

@porridge
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant