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

[BUG] Deprecation warning in Flyte deployment manifest #685

Closed
1 of 17 tasks
kumare3 opened this issue Jan 31, 2021 · 0 comments · Fixed by #825
Closed
1 of 17 tasks

[BUG] Deprecation warning in Flyte deployment manifest #685

kumare3 opened this issue Jan 31, 2021 · 0 comments · Fixed by #825
Labels
bug Something isn't working
Milestone

Comments

@kumare3
Copy link
Contributor

kumare3 commented Jan 31, 2021

Describe the bug
Some of the features in K8s are graduating from Beta status to v1. The beta versions will not be supported beyond v1.22+. These manifests need to be fixed

Warnings

  • Warning: apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
  • Warning: rbac.authorization.k8s.io/v1beta1 ClusterRole is deprecated in v1.17+, unavailable in v1.22+; use rbac.authorization.k8s.io/v1 ClusterRole
  • Warning: rbac.authorization.k8s.io/v1beta1 ClusterRoleBinding is deprecated in v1.17+, unavailable in v1.22+; use rbac.authorization.k8s.io/v1 ClusterRoleBinding
  • Warning: extensions/v1beta1 Ingress is deprecated in v1.14+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress

Expected behavior
These warnings should not be seen on deploying the manifest

Flyte component

  • Overall
  • Flyte Setup and Installation scripts
  • Flyte Documentation
  • Flyte communication (slack/email etc)
  • FlytePropeller
  • FlyteIDL (Flyte specification language)
  • Flytekit (Python SDK)
  • FlyteAdmin (Control Plane service)
  • FlytePlugins
  • DataCatalog
  • FlyteStdlib (common libraries)
  • FlyteConsole (UI)
  • Other

To Reproduce
Make sure the Kube client version is 1.19+

Screenshots
NA

Additional context
NA

@kumare3 kumare3 added bug Something isn't working untriaged This issues has not yet been looked at by the Maintainers labels Jan 31, 2021
@kumare3 kumare3 removed the untriaged This issues has not yet been looked at by the Maintainers label Feb 28, 2021
@kumare3 kumare3 added this to the 0.12.0 milestone Feb 28, 2021
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant