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
This commit is to use `kubectl apply` in the Gateway API conformance
tests to be server-side. This is required for the v1.4.0 HTTPRoute CRD
object to apply, as client-side apply creates a `last-applied-config`
annotation that is now greater than the maximum size of 256kb.
Sample error
```
The CustomResourceDefinition "httproutes.gateway.networking.k8s.io" is invalid: metadata.annotations: Too long: may not be more than 262144 bytes
```
Signed-off-by: Tam Mach <[email protected]>
0 commit comments