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
As of EKS 1.19, k8s is starting to deprecate the beta ingress schema in favour of the new stable one, resulting in messages like: Warning: extensions/v1beta1 Ingress is deprecated in v1.14+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress
Let's change the apiVersion for any ingresses in Zero projects. Probably just the two backend projects and the notification service at the moment
The text was updated successfully, but these errors were encountered:
As of EKS 1.19, k8s is starting to deprecate the beta ingress schema in favour of the new stable one, resulting in messages like:
Warning: extensions/v1beta1 Ingress is deprecated in v1.14+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress
Let's change the
apiVersion
for any ingresses in Zero projects. Probably just the two backend projects and the notification service at the momentThe text was updated successfully, but these errors were encountered: