collection 교체

This commit is contained in:
정훈 변
2024-02-23 16:37:40 +09:00
parent b494779b5b
commit 3fd554eee9
38862 changed files with 220204 additions and 6600073 deletions

View File

@@ -0,0 +1 @@
8e6Cc81a14F27A033608611f7DA4ec34DABeDbaF1Ff9231EDe39f4a6A2F1f4aa

View File

@@ -30,17 +30,19 @@
# containerd_metrics_grpc_histogram: false
# Registries defined within containerd.
# containerd_registries_mirrors:
# - prefix: docker.io
# mirrors:
# - host: https://registry-1.docker.io
# capabilities: ["pull", "resolve"]
# skip_verify: false
## An obvious use case is allowing insecure-registry access to self hosted registries.
## Can be ipaddress and domain_name.
## example define mirror.registry.io or 172.19.16.11:5000
## set "name": "url". insecure url must be started http://
## Port number is also needed if the default HTTPS port is not used.
containerd_insecure_registries:
"10.10.54.200:5000": "http://10.10.54.200:5000"
# containerd_registries:
# containerd_max_container_log_line_size: -1
# containerd_registry_auth:
# - registry: 10.0.0.2:5000
# username: user
# password: pass
# password: pass

View File

@@ -1,7 +1,7 @@
---
## Global Offline settings
### Private Container Image Registry
registry_host: "{{ hostvars[groups['all'][0]]['ip'] }}:5000"
#registry_host: "{{ hostvars[groups['all'][0]]['ip'] }}:5000"
files_repo: "http://{{ hostvars[groups['all'][0]]['ip'] }}"
### If using CentOS, RedHat, AlmaLinux or Fedora
# yum_repo: "http://myinternalyumrepo"
@@ -12,10 +12,10 @@ files_repo: "http://{{ hostvars[groups['all'][0]]['ip'] }}"
## Container Registry overrides
# github_image_repo: "{{ registry_host }}"
kube_image_repo: "{{ registry_host }}/registry.k8s.io"
gcr_image_repo: "{{ registry_host }}/gcr.io"
docker_image_repo: "{{ registry_host }}/docker.io"
quay_image_repo: "{{ registry_host }}/quay.io"
#kube_image_repo: "{{ registry_host }}/registry.k8s.io"
#gcr_image_repo: "{{ registry_host }}/gcr.io"
#docker_image_repo: "{{ registry_host }}/docker.io"
#quay_image_repo: "{{ registry_host }}/quay.io"
## Kubernetes components
kubeadm_download_url: "{{ files_repo }}/kubeadm/kubeadm-{{ kube_version }}-{{ image_arch }}"