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

kubectl script server-rolebinding uses v1beta1 which is no longer supported in v22 #4535

Closed
cppwfs opened this issue May 26, 2021 · 4 comments
Assignees

Comments

@cppwfs
Copy link
Contributor

cppwfs commented May 26, 2021

In v17 v1beta1 was deprecated. In v22+ it is no longer supported. We need to update to v1.
https://github.com/spring-cloud/spring-cloud-dataflow/blob/main/src/kubernetes/server/server-rolebinding.yaml#L2

@cppwfs cppwfs added the status/invalid Mistake, bogus, old, bye bye label May 26, 2021
@mwiede
Copy link

mwiede commented Mar 3, 2023

I am on v1.25 and the dashboard shows errors like

Failure executing: GET at: https://100.64.0.1/apis/batch/v1beta1/namespaces/abc/cronjobs. Message: the server could not find the requested resource

I am using helm chart 15.0.5

https://kubernetes.io/docs/reference/using-api/deprecation-guide/#cronjob-v125

@satyajitbaral
Copy link

@mwiede were you able to solve it? I've raised a defect 5264

@mwiede
Copy link

mwiede commented Mar 23, 2023

@satyajitbaral no did not solve it. Thanks for opening a Ticket

@onobc onobc self-assigned this Mar 23, 2023
@onobc
Copy link
Contributor

onobc commented Mar 23, 2023

The role binding portion was fixed via 3e5d229 quite some time ago. This issue is not about the cron jobs.

@onobc onobc closed this as completed Mar 23, 2023
@onobc onobc removed the status/invalid Mistake, bogus, old, bye bye label Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants