rollouts icon indicating copy to clipboard operation
rollouts copied to clipboard

`kubectl-kruise rollout approve` cannot support for v1beta1 rollout resource

Open cywang1905 opened this issue 1 year ago • 2 comments

Problem: I installs the latest version of rollout(v0.5.0) and kubectl-kruise(v1.1). c4699fc2fd0879d4a1f16d401ba11786

When I use ctl to approve the rollout resource to the next step, which version is v1beta1, I got an errors as below: 1703572519991_41C567F6-CD88-48b4-9590-AE32C5617299 It seems like ctl don't support v1beta1 rollout resource.

cywang1905 avatar Dec 26 '23 06:12 cywang1905

I encountered the same problem.

karl-chanel avatar Jan 08 '24 00:01 karl-chanel

Hi @karl-chanel , @cywang1905 this pr will fix this problem, it is because the version of rollout in kubeclt-krise is v1alpha and it need to upgrade to v1beata1

hantmac avatar Jan 08 '24 02:01 hantmac