Knative Eventing 0.14 update#328
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: matzew The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/retest |
31334b7 to
e287cd0
Compare
|
Looks good so far. |
|
/retest |
276ec52 to
fc47a37
Compare
|
/test 4.5-upgrade-tests-aws-ocp-45 |
| - name: IMAGE_eventing-controller__JOB_RUNNER_IMAGE | ||
| value: registry.svc.ci.openshift.org/openshift/knative-v0.14.2:knative-eventing-jobrunner | ||
| - name: IMAGE_eventing-controller__APISERVER_RA_IMAGE | ||
| value: registry.svc.ci.openshift.org/openshift/knative-v0.14.2:knative-eventing-apiserver-receive-adapter |
There was a problem hiding this comment.
Looking at the eventing-controller pod, I do see that the ENV VAR for images, like the APISERVER_RA_IMAGE, is actually set to gcr.io, see:
Containers:
eventing-controller:
Container ID: cri-o://3f4753bbf33611691b2dcd52285ff585affebdf4678cfd53e735df56635e7013
Image: registry.svc.ci.openshift.org/openshift/knative-v0.14.2:knative-eventing-controller
Image ID: registry.svc.ci.openshift.org/openshift/knative-v0.14.2@sha256:075ef8a91762c68ea767cb9db0a71f1310ffa3e36ad292557a7b9a0853b42978
Ports: 9090/TCP, 8008/TCP
Host Ports: 0/TCP, 0/TCP
State: Running
Started: Wed, 10 Jun 2020 12:38:02 +0200
Ready: True
Restart Count: 0
Requests:
cpu: 100m
memory: 100Mi
Environment:
SYSTEM_NAMESPACE: knative-eventing (v1:metadata.namespace)
CONFIG_LOGGING_NAME: config-logging
CONFIG_OBSERVABILITY_NAME: config-observability
METRICS_DOMAIN: knative.dev/eventing
PING_IMAGE: gcr.io/knative-releases/knative.dev/eventing/cmd/ping/adapter@sha256:c7272752928f6eeb9a66cf47c00b2d295ffb8517f2033dbbc8a5f461f6adafc2
JOB_RUNNER_IMAGE: gcr.io/knative-releases/knative.dev/eventing/cmd/ping/jobrunner@sha256:b47877189b1e0f23c2617875574b16505251ae45ea091969332266621af99af8
APISERVER_RA_IMAGE: gcr.io/knative-releases/knative.dev/eventing/cmd/apiserver_receive_adapter@sha256:717e08da76235229c5664240351ece8c70767768437c0a6d498210cdcc182f14
There was a problem hiding this comment.
@matzew are you sure that the deployment name is correct?
not the pod, deployment.
the syntax is IMAGE_<deployment_name>__<env_var>
| - name: IMAGE_broker-controller__BROKER_INGRESS_IMAGE | ||
| image: registry.svc.ci.openshift.org/openshift/knative-v0.14.2:knative-eventing-ingress | ||
| - name: IMAGE_broker-controller__BROKER_FILTER_IMAGE | ||
| image: registry.svc.ci.openshift.org/openshift/knative-v0.14.2:knative-eventing-filter |
There was a problem hiding this comment.
looks like all ENV VARs are not overriden w/ this syntax, example on the broker-controller pod:
Controlled By: ReplicaSet/broker-controller-587dbd57c
Containers:
eventing-controller:
Container ID: cri-o://c450a61cc95d3b61314919c8a601822cae5a4ad2a047467ac3c0c0cd58fe0a38
Image: registry.svc.ci.openshift.org/openshift/knative-v0.14.2:knative-eventing-channel-broker
Image ID: registry.svc.ci.openshift.org/openshift/knative-v0.14.2@sha256:a819ed956dd6535d2e89f549b313974081d70e722ce1fc8c67ba91ad82e937ed
Ports: 9090/TCP, 8008/TCP
Host Ports: 0/TCP, 0/TCP
State: Running
Started: Wed, 10 Jun 2020 12:38:09 +0200
Ready: True
Restart Count: 0
Requests:
cpu: 100m
memory: 100Mi
Environment:
SYSTEM_NAMESPACE: knative-eventing (v1:metadata.namespace)
CONFIG_LOGGING_NAME: config-logging
CONFIG_OBSERVABILITY_NAME: config-observability
METRICS_DOMAIN: knative.dev/eventing
BROKER_INGRESS_IMAGE: gcr.io/knative-releases/knative.dev/eventing/cmd/broker/ingress@sha256:cfdaf7a48a22e3bab15e6b15e7ee387eb6406e00e9e4942e58b4a7bc8c2df3cf
BROKER_INGRESS_SERVICE_ACCOUNT: eventing-broker-ingress
BROKER_FILTER_IMAGE: gcr.io/knative-releases/knative.dev/eventing/cmd/broker/filter@sha256:ad578e71aad9c040087dd621fddd73f70ede4d03ae5425c79e8995d06ebb8aca
BROKER_FILTER_SERVICE_ACCOUNT: eventing-broker-filter
|
/retest |
1 similar comment
|
/retest |
|
/retest |
|
/retest |
5d6913a to
f5b7e0e
Compare
|
/retest |
1 similar comment
|
/retest |
95c91a0 to
096e793
Compare
|
/test 4.5-e2e-aws-ocp-45 |
|
/test 4.3-upgrade-tests-aws-ocp-43 |
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
57483c1 to
571cd0a
Compare
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
571cd0a to
d2e4b36
Compare
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
|
/test 4.3-e2e-aws-ocp-43 |
|
/test 4.3-images |
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
|
/test 4.5-upgrade-tests-aws-ocp-45 |
|
/test 4.4-upgrade-tests-aws-ocp-44 |
|
/test 4.5-e2e-aws-ocp-45 |
|
/retest |
|
@matzew: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Signed-off-by: Matthias Wessendorf mwessend@redhat.com
first step to get to 0,14 here