mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
feat add custom registries_config_yaml for private-registry (#319)
* feat add custom registries_config_yaml for private-registry Signed-off-by: dreamingdeer <dreamingdeer@yandex.ru> Co-authored-by: dreamingdeer <dreamingdeer@yandex.ru>
This commit is contained in:
@@ -34,3 +34,7 @@ k3s_cluster:
|
||||
# This is now an inner yaml file. Maintain the indentation.
|
||||
# YAML here will be placed as the content of /etc/rancher/k3s/config.yaml
|
||||
# See https://docs.k3s.io/installation/configuration#configuration-file
|
||||
# registries_config_yaml: |
|
||||
# Containerd can be configured to connect to private registries and use them to pull images as needed by the kubelet.
|
||||
# YAML here will be placed as the content of /etc/rancher/k3s/registries.yaml
|
||||
# See https://docs.k3s.io/installation/private-registry
|
||||
|
||||
Reference in New Issue
Block a user