Zhimin Xiang
Zhimin Xiang
A useful feature of Flagger is metric-based rollout/rollback https://docs.flagger.app/usage/metrics. While currently in Knative, the gradual rollout is time based https://knative.dev/docs/serving/rolling-out-latest-revision/#procedure It would be great that the metric-based rollout/rollback feature of...
my slight preference is to extend DomainMapping because of the existing ClusterDomainClaim mechanism as julz mentioned. Looks like the gateway API supports path routing https://kubernetes.io/blog/2021/04/22/evolving-kubernetes-networking-with-the-gateway-api/#getting-hands-on-with-the-gateway-api. So Kingress should be good...
@des-esseintes currently Knative does not support session affinity / sticky sessions/ cookie based routing. To workaround this, you could try to add your own resources (e.g. VirtualService for Istio) to...
> MarkFooReady -> Ready=True > MarkFooNotReady -> Ready=Unknown > MarkFooFailed -> Ready=False > We also need `MarkFooNotOwned` for the [case](https://github.com/knative/serving/blob/69624409671e245d1f67b05694e22637925c4de8/pkg/reconciler/service/service.go#L209) where Foo resource is not owned by the parent resource,...
Good catch. autoTLS + HTTPS redirection is definitely an issue. I think the logic in the https://github.com/knative/serving/issues/12527#issuecomment-1112944359 is right. This logic should happens at [Route controller](https://github.com/knative/serving/blob/main/pkg/reconciler/route/resources/ingress.go#L195) and [DomainMapping controller](https://github.com/knative/serving/blob/39c7b5bb2242509e2c67ad414cb183acfcd5dec4/pkg/reconciler/domainmapping/reconciler.go#L126) when...
I also hit this issue. But on my end, we have both `crossplane.io/external-create-pending` and `crossplane.io/external-create-succeeded` set. ``` crossplane.io/external-create-pending: "2023-05-16T08:00:07Z" crossplane.io/external-create-succeeded: "2023-05-16T07:59:24Z" ``` I am trying to understand how this could...
Thanks @jbw976 for taking a look. The issue we saw is partially related to this one. It may also involve the GCP provider. So I created a separate issue https://github.com/crossplane/crossplane/issues/4099...
I have a use case that I want to read the value of a label from a namespace, and use the value to set a `spec` field of an object....
Is there any update on this issue? It is a big blocker for us to adopt kuttl
1. I agree with @nak3 that introducing CORS into Kingress spec may not be a good idea considering that different implementations may or may not support the full set of...