X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=deploy%2Fcluster%2Fvalues.yaml;h=499b6677b8e9c6c1a82d2ee0ced29e811a1f3b97;hb=refs%2Fchanges%2F14%2F4614%2F2;hp=63b7fadb9c355bbc9988fe0056b47e52fc7f4f0e;hpb=0b56dfc41bd40f0e59a4a8f65a1fdf184e74747d;p=icn.git diff --git a/deploy/cluster/values.yaml b/deploy/cluster/values.yaml index 63b7fad..499b667 100644 --- a/deploy/cluster/values.yaml +++ b/deploy/cluster/values.yaml @@ -104,3 +104,10 @@ kubeVersion: 1.21.6-00 containerdVersion: 1.4.11-1 # dockerVersion is the version of docker installed. dockerVersion: 5:20.10.10~3-0~ubuntu-focal +# dockerRegistryMirrors are optional mirrors for docker.io, in priority order +#dockerRegistryMirrors: ["https://myregistry.com:5000"] +# preKubeadmCommands execute on the provisioned machine before the +# container runtime or K8s is configured +#preKubeadmCommands: +#- apt-get update -y +#- apt-get install -y unzip