start using images from registry.k8s.io#4728
start using images from registry.k8s.io#4728k8s-ci-robot merged 1 commit intokubernetes-sigs:mainfrom
Conversation
|
Those are the versions that we have: |
|
Before I backfill the images, I asked this question on Slack
|
|
echo-basic is for the north-south tests, while echo-advanced is for east-west mesh cases. You're correct that's it's a copy of the istio app image, the reason to do that was to move the the test artifact under Gateway API's control, rather than being under Istio's control. That way, the Gateway API conformance tests are not dependent on another organization's binary. |
| allowedRoutes: | ||
| namespaces: | ||
| from: Same | ||
| - name: http |
There was a problem hiding this comment.
I'm wondering why the whitespace changes weren't caught by the linter. Could you fix them anyway?
There was a problem hiding this comment.
It's supposed to be indented by 2 spaces.
There was a problem hiding this comment.
Yes you are right, it seems we mixed things up, in the conformance tests we do indent with two spaces, but in the examples we don't. Maybe we should harmonize this at some point, but I'm fine with it for now.
|
This is ready to be merged, all the images have been promoted to registry.k8s.io, including 1.4 and 1.5 |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: snorwin, upodroid, youngnick The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
We also need to merge this test-infra PR. |
What type of PR is this?
/kind bug
What this PR does / why we need it:
All end-user facing images need to be served from registry.k8s.io, you can't serve any images hosted at
gcr.io/k8-staging-*orus-central1-docker.pkg.dev/k8s-staging-images/*to end users. The project has a policy for serving docker images to end users here.Unfortunately, we got hit with a large bill, and we need to shut down
gcr.io/k8s-staging-gateway-apias soon as possible. To do that:Which issue(s) this PR fixes:
Fixes #
Does this PR introduce a user-facing change?: