kubernetes / registry.k8s.io

This project is the repo for registry.k8s.io, the production OCI registry service for Kubernetes' container image artifacts
https://registry.k8s.io
Apache License 2.0
367 stars 65 forks source link

Add Mirroring Guide for e2e.test / Conformance tests #259

Open BenTheElder opened 9 months ago

BenTheElder commented 9 months ago

I think this will be a common use-case: Not needing to mirror core Kubernetes but needing to mirror the necessary components to use e2e.test

We should have a new docs/mirroring/e2e-tests.md with sections for "Identifying Images To Mirror" and "Using Mirrored Images". For the format see https://github.com/kubernetes/registry.k8s.io/pull/213 as an example. We should additionally list this guide as "e2e tests / conformance tests: [...]" in the docs so people searching for conformance tests can find it.

References:

/kind documentation /sig k8s-infra testing /help

k8s-ci-robot commented 9 months ago

@BenTheElder: This request has been marked as needing help from a contributor.

Guidelines

Please ensure that the issue body includes answers to the following questions:

For more details on the requirements of such an issue, please see here and ensure that they are met.

If this request no longer meets these requirements, the label can be removed by commenting with the /remove-help command.

In response to [this](https://github.com/kubernetes/registry.k8s.io/issues/259): >I think this will be a common use-case: Not needing to mirror core Kubernetes but needing to mirror the necessary components to use e2e.test > >We should have a new `docs/mirroring/e2e-tests.md` with sections for "Identifying Images To Mirror" and "Using Mirrored Images". For the format see https://github.com/kubernetes/registry.k8s.io/pull/213 as an example. We should additionally list this guide as "e2e tests / conformance tests: [...]" in the docs so people searching for conformance tests can find it. > >References: >- https://github.com/kubernetes/kubernetes/blob/fc786dcd1d2efcc241e0e2392086934f2806555d/test/e2e/framework/test_context.go#L358 >- https://github.com/kubernetes/kubernetes/pull/93510 > >/kind documentation >/sig k8s-infra testing >/help Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
AryanSharma9917 commented 9 months ago

/assign