k3s/pkg/agent
Jacob Blain Christen 618b0f98bf
registry mirror repository rewrites (#3064)
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>
2021-03-15 16:17:27 -07:00
..
config Handle loadbalancer port in TIME_WAIT 2021-03-08 17:05:25 -08:00
containerd Limit zstd decoder memory 2021-02-17 11:48:03 -08:00
flannel Initial Logging Output Update (#2246) 2020-09-21 09:56:03 -07:00
loadbalancer Handle loadbalancer port in TIME_WAIT 2021-03-08 17:05:25 -08:00
netpol Replace options.KubeRouterConfig with config.Node and remove metrics/waitgroup stuff 2021-02-03 10:41:51 -08:00
proxy Don't start up multiple apiserver load balancers 2021-03-08 17:05:25 -08:00
syssetup Add iptable_nat to modprobe list 2020-10-27 14:22:14 -04:00
templates registry mirror repository rewrites (#3064) 2021-03-15 16:17:27 -07:00
tunnel Add disable flags for control components (#2900) 2021-02-12 17:35:57 +02:00
util Add support for retagging images on load from tarball 2021-02-17 11:48:03 -08:00
run.go Handle loadbalancer port in TIME_WAIT 2021-03-08 17:05:25 -08:00