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
I'm excited to start using Marquez but have found that the Ingress template in the current Helm chart is incompatible with recent versions of kubernetes (I'm running 1.22). The main problem I'm running into right now is the apiVersion has been updated to networking.k8s.io/v1 vs extensions/v1beta1 that is in the template today. This results in a the server could not find the requested resource error when attempting to install the helm chart. There are also some other minor changes to the schema.
Fortunately, it's pretty simple to update the template to be back-compatible. I'd be happy to pick this up.
The text was updated successfully, but these errors were encountered:
I'm excited to start using Marquez but have found that the Ingress template in the current Helm chart is incompatible with recent versions of kubernetes (I'm running 1.22). The main problem I'm running into right now is the
apiVersion
has been updated tonetworking.k8s.io/v1
vsextensions/v1beta1
that is in the template today. This results in athe server could not find the requested resource
error when attempting to install the helm chart. There are also some other minor changes to the schema.Fortunately, it's pretty simple to update the template to be back-compatible. I'd be happy to pick this up.
The text was updated successfully, but these errors were encountered: