mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
618b0f98bf
Support repository regex rewrite rules when fetching image content. Example configuration: ```yaml # /etc/rancher/k3s/registries.yaml mirrors: "docker.io": endpoint: - "https://registry-1.docker.io/v2" rewrite: "^library/alpine$": "my-org/alpine" ``` This will instruct k3s containerd to fetch content for `alpine` images from `docker.io/my-org/alpine` instead of the default `docker.io/library/alpine` locations. Signed-off-by: Jacob Blain Christen <jacob@rancher.com> |
||
---|---|---|
.. | ||
cloud.google.com/go | ||
github.com | ||
go.etcd.io | ||
go.opencensus.io | ||
go.uber.org | ||
golang.org/x | ||
gonum.org/v1/gonum | ||
google.golang.org | ||
gopkg.in | ||
k8s.io | ||
sigs.k8s.io | ||
modules.txt |