Documentation
¶
Overview ¶
Package mirror provides a single source of truth for container images that the machine-controller mirrors from upstream registries to quay.io/kubermatic-mirror. Providers import this package and call Image(key) to resolve a manifest key to its fully qualified, digest-pinned reference in the mirror.
To add or update an image:
- Edit pkg/mirror/mirror-images.yaml.
- Reference the key from the provider code via mirror.Image("<key>").
- On merge to main, the post-machine-controller-mirror-images postsubmit pushes the image to the mirror registry.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.