Marek Schmidt
Marek Schmidt
A Deployment (and its pod template) created by a revision contains a "app: " label by default since https://github.com/knative/serving/blob/main/pkg/reconciler/revision/resources/meta.go#L52-L54 ``` // If users don't specify an app: label we will...
Having a default ServiceAccount in a namespace referencing an imagePullSecrets that doesn't exist anymore in the namespace, creating a ksvc gets its Revision failed: ``` Revision "helloworld-go-00001" failed with message:...
**Describe the bug** When creating a Sequence, it sometimes creates an `UpdateFailed` event saying ``` Failed to update status for "sequence": Sequence.flows.knative.dev "sequence" is invalid: [status.channelStatuses.ready.lastTransitionTime: Invalid value: "null": status.channelStatuses.ready.lastTransitionTime...
**Describe the bug** When creating a SinkBinding ahead of its sink's Readiness, the webhook is apparently trying to construct a k8s event with a warning `'Warning' 'InternalError' 'address not set...
**Describe the bug** Running the `quay.io/rhdevelopers/blue-green-canary` from the example from the tutorial: ``` kn service create blue-green-canary \ --image=quay.io/rhdevelopers/blue-green-canary \ --env BLUE_GREEN_CANARY_COLOR="#6bbded" \ --env BLUE_GREEN_CANARY_MESSAGE="Hello" ``` crashloops `oc logs blue-green-canary-00001-deployment-7675bb595d-5q74s`...
Revision stays in ContainerMissing condition forever after a temporary failure of digest resolution
/area reconciler ## What version of Knative? 1.14 ## Expected Behavior After a temporary error in digest resolution causes a ContainerHealthy condition to be False due to ContainerMissing , when...
**Problem** By default, the jwks_url is taken from https://kubernetes.default.svc/.well-known/openid-configuration , In some k8s distributions, like OpenShift, the jwks_url defaults to a public address of the API load-balancer. This make sense...