Martin Gencur

Results 18 issues of Martin Gencur

Fixes # This is to show the effect of https://github.com/knative/pkg/pull/2566. ## Proposed Changes - Setup Trace publishing and return the tracer which is later shutdown at the end of the...

size/XXL
area/test-and-release
do-not-merge/work-in-progress

## Expected Behavior All yaml e2e tests passing. ## Actual Behavior Initially, the individual yaml files are being processed successfully and builds complete but after some random time the controller...

kind/bug
area/test-and-release

### Feature request Currently, running `kn source list-types -oyaml` requires cluster admin permissions as it works with CustomResourcesDefinition and CurtomResourceDefinitionList. The goal is to fix/adjust this command to not require...

kind/feature
triage/accepted

This PR depends on https://github.com/knative/pkg/pull/2591 to be merged first Upgrades tests make the user pods (which have queue-proxy container) restart due to updating the queue-proxy image. There can be temporary...

size/L
do-not-merge/work-in-progress
do-not-merge/hold
area/test-and-release

* When streaming logs from user namespace, disable filtering lines so all lines are printed. More information on when this comes handy is available in Serving PR: https://github.com/knative/serving/pull/13293, together with...

size/L
area/test-and-release

**Describe the bug** The test from title is failing randomly [on OpenShift](https://prow.ci.openshift.org/view/gs/origin-ci-test/logs/periodic-ci-openshift-knative-serverless-operator-main-4.11-e2e-mesh-ocp-411-continuous/1722826724959326208) It is not clear from logs why the event was not delivered on dead letter sink. The sink...

kind/bug
lifecycle/stale

**Problem** Create a REKT test to the experimental folder that will verify automatic EventType creation for ApiServerSource. **[Persona:](https://github.com/knative/eventing/blob/main/docs/personas.md)** Which persona is this feature for? **Exit Criteria** E2E test which verifies...

kind/feature-request
area/test-and-release

**Problem** As discussed in [this PR](https://github.com/knative/eventing/pull/7161), the auto-created EventType should properly set spec.reference type. When the target is Broker, it should reference the broker and not the underlying InMemoryChannel. The...

kind/feature-request
area/test-and-release
lifecycle/stale

Running the ci-operator against OpenShift 4 fails to build some images. The `root`, `src` and `bin` images are built correctly but the following image that is based on `base` and...

Fixes #14869 Fixes #12480 ## Proposed Changes * Remove misleading comment about multi-container Probes (they're now allowed for all containers) * Test readiness/liveness probes with sidecars (sidecar 1: Readiness probe,...

size/XL
lgtm