Dave Protasowski
Dave Protasowski
Copy of https://github.com/knative-extensions/net-certmanager/issues/353 > I'd like to have a way to use a different cert-manager issuer for particular services. This could be achieved in one of two ways: > >...
**What type of PR is this?** /kind documentation /gep **What this PR does / why we need it**: Docs changes for backend protocol selection for Gateway Release v1.2 **Which issue(s)...
Comment: https://github.com/kubernetes-sigs/gateway-api/pull/2444#discussion_r1346610836
**What happened**: cherry-pick plugin didn't detect multiple uses of /cherry-pick command in the same message ie. from https://github.com/knative/serving/pull/14028#issuecomment-1572058940 ``` /cherry-pick release-1.10 /cherry-pick release-1.9 ``` **What you expected to happen**: It...
I'm testing out the tutorial and I'm noticing the hello world pipeline is giving me an error > run check: find or create container on worker ff119f8784a5: starting task: new...
TIL I learned about `kubectl.kubernetes.io/default-container` https://kubernetes.io/docs/reference/labels-annotations-taints/#kubectl-kubernetes-io-default-container > The value of the annotation is the container name that is default for this Pod. For example, kubectl logs or kubectl exec without...
This brings back "change private K8s service to be a headless service (#15170)" with some additional changes. When we set 'ClusterIP: None' on the private service the activator can't perform...
Changes - change private K8s service to be a headless service - test passthrough with autoscaler
It would be good to discuss what guarantees implementors can provide during an update of an `xRoute`. Specifically in Knative we've seen ingresses drop traffic when transitioning from one backend...
Prior in test/infra issue: https://github.com/kubernetes/test-infra/issues/28860 I just had a PR in Knative serving that was failed - https://github.com/knative/serving/pull/15668 When I triggered the actions to re-run all github actions tide merged...