|
75 | 75 | # |
76 | 76 | # [*containerd_sandbox_image*] |
77 | 77 | # The configuration for the image pause container |
78 | | -# Defaults k8s.gcr.io/pause:3.2 |
| 78 | +# Defaults registry.k8s.io/pause:3.2 |
79 | 79 | # |
80 | 80 | # [*dns_domain*] |
81 | 81 | # This is a string that sets the dns domain in kubernetes cluster |
|
376 | 376 | # |
377 | 377 | # [*image_repository*] |
378 | 378 | # The container registry to pull control plane images from |
379 | | -# Defaults to k8s.gcr.io |
| 379 | +# Defaults to registry.k8s.io |
380 | 380 | # |
381 | 381 | # [*kubeadm_extra_config*] |
382 | 382 | # A hash containing extra configuration data to be serialised with `to_yaml` and appended to the config.yaml file used by kubeadm. |
|
697 | 697 | }, |
698 | 698 | }, |
699 | 699 | Enum['runc','nvidia'] $containerd_default_runtime_name = 'runc', |
700 | | - String $containerd_sandbox_image = 'k8s.gcr.io/pause:3.2', |
| 700 | + String $containerd_sandbox_image = 'registry.k8s.io/pause:3.2', |
701 | 701 | String $etcd_archive = "etcd-v${etcd_version}-linux-amd64.tar.gz", |
702 | 702 | Optional[String] $etcd_archive_checksum = undef, |
703 | 703 | String $etcd_package_name = 'etcd-server', |
|
734 | 734 | Boolean $manage_kernel_modules = true, |
735 | 735 | Boolean $manage_sysctl_settings = true, |
736 | 736 | Boolean $create_repos = true, |
737 | | - String $image_repository = 'k8s.gcr.io', |
| 737 | + String $image_repository = 'registry.k8s.io', |
738 | 738 | Array[String] $default_path = ['/usr/bin', '/usr/sbin', '/bin', '/sbin', '/usr/local/bin'], |
739 | 739 | String $cgroup_driver = $facts['os']['family'] ? { |
740 | 740 | 'RedHat' => 'systemd', |
|
0 commit comments