You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Expected behavior
These warnings should not be seen on deploying the manifest
Flyte component
To Reproduce
Make sure the Kube client version is 1.19+
Screenshots
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: