From: r.kuralamudhan Date: Thu, 21 May 2020 03:31:32 +0000 (-0700) Subject: Update docker version in containerization soltuion X-Git-Tag: 6.0.0-ONAP~56 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=c2813e2ae161ecd416f0e7955a2b70e04fbe7b2c;p=multicloud%2Fk8s.git Update docker version in containerization soltuion Change docker version to fix kubespray issue in containerization soltuion Co-authored-by: Ritu Sood Co-authored-by: Le yao Signed-off-by: Kuralamudhan Ramakrishnan Issue-ID: MULTICLOUD-1073 Change-Id: Id575c64b1630127f1a06ce89ba5b89249d004956 --- diff --git a/kud/hosting_providers/containerized/inventory/group_vars/k8s-cluster.yml b/kud/hosting_providers/containerized/inventory/group_vars/k8s-cluster.yml index 31d0d669..5ba115b6 100644 --- a/kud/hosting_providers/containerized/inventory/group_vars/k8s-cluster.yml +++ b/kud/hosting_providers/containerized/inventory/group_vars/k8s-cluster.yml @@ -53,6 +53,8 @@ kube_version: v1.14.3 # Helm deployment helm_enabled: true +docker_version: 'latest' + # Kube-proxy proxyMode configuration. # NOTE: Ipvs is based on netfilter hook function, but uses hash table as the underlying data structure and # works in the kernel space