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
When we supply crd (either StaticRoute or API) we need to validate new config against already present ones in case conflicting routes exist.
This means to get all configs in the cluster, create Envoy config from them and then apply new CRD config and check for errors.
The problem here is that Admission webhook implementation can't get client.Client to access Kubernetes, so we need to inject that somehow.
The text was updated successfully, but these errors were encountered:
When we supply crd (either StaticRoute or API) we need to validate new config against already present ones in case conflicting routes exist.
This means to get all configs in the cluster, create Envoy config from them and then apply new CRD config and check for errors.
The problem here is that Admission webhook implementation can't get client.Client to access Kubernetes, so we need to inject that somehow.
The text was updated successfully, but these errors were encountered: