Marek Schmidt

Results 7 issues of 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...

kind/bug
triage/needs-user-input

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:...

kind/bug
help wanted
area/API
good first issue
lifecycle/frozen
kind/enhancement
triage/accepted

**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...

kind/bug
triage/accepted

**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...

kind/bug
area/sources

**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`...

/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...

kind/bug

**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...

kind/feature-request
triage/accepted