Sunjay Bhatia
Sunjay Bhatia
See https://github.com/kubernetes-sigs/gateway-api/pull/1305 Fixes conformance test failures on main
- when annotation projectcontour.io/enable-fallback-certificate == true, fallback configured globally will be added - since TLS secret is optional, if not provided then fallback used as main secret and fallback -...
The `Validator.CheckLinux` method does not compile on Windows. We are using this package in an [OCI runtime cli implementation for Windows](https://github.com/cloudfoundry-incubator/winc) and would like to validate our bundle `config.json` using...
`bazel-toolchains` generates a hard coded toolchain identifier: https://github.com/bazelbuild/bazel-toolchains/blob/e45491b49fdf48091915df04ca25540b22590b59/configs/ubuntu16_04_clang/11.0.0/bazel_3.4.1/config/BUILD#L32 This works for Linux toolchains as when the toolchain config `BUILD` file is always generated (from here: https://github.com/bazelbuild/bazel/blob/e4e06c0293bda20ad8c2b8db131ce821316b8d12/tools/cpp/BUILD.tpl#L47-L55) with an appropriate cpu...
This issue is for tracking enabling rbe_repo tests in CI. Currently these are disabled as we don't have a CI environment that allows us to pull Windows Docker images. Once...
**What would you like to be added**: Backport changes from https://github.com/kubernetes-sigs/gateway-api/pull/1305 to release 0.5.x **Why this is needed**: Implementations that are updated to pass conformance tests on `main` now fail...
Design to outline how Contour development around GW API Policy Attachment and Route Filters should proceed Attempting to generate guidelines/patterns/etc. we can agree on before starting this work Will be...
To make the Contour Gateway Provisioner and ContourDeployment more useful, more fields are required to customize the resources it generates, particularly the Contour Deployment, Envoy DaemonSet/Deployment, and Envoy Service. Let's...
We can do a follow up issue to add this new bootstrap flag to the dynamic gateway provisioning method of deploying Contour: https://github.com/projectcontour/contour/blob/main/apis/projectcontour/v1alpha1/contourdeployment.go _Originally posted by @sunjayBhatia in https://github.com/projectcontour/contour/pull/4597#pullrequestreview-1104477661_