Skip to content

Commit

Permalink
1.23 and preps for 1.24 -> docker container engine tests default to i…
Browse files Browse the repository at this point in the history
…gnore
  • Loading branch information
ReSearchITEng committed Jun 3, 2022
1 parent 4bc054b commit 4e07708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions group_vars/all/global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# no_proxy: '127.0.0.1,localhost,.example.com,.svc,.local,.localdomain,.internal,127.0.1.1,127.254.254.254,169.254.169.254,169.254.169.253,169.254.169.123,/var/run/docker.sock,.sock,sock,.socket'
#####

KUBERNETES_VERSION: "1.22.10"
KUBERNETES_VERSION: "1.23.7"
# Software versions (used by installation, package manager, image pull, etc. )

KEEPALIVED_VERSION: "1.3.5"
Expand Down Expand Up @@ -121,7 +121,7 @@ kernel_modules_setup: True # default: True
#It will load the required kernel modules like ip_vs, bridge, nf_conntrack_ipv4, br_netfilter ; echo 1 >/proc/sys/net/bridge/bridge-nf-call-iptables

#####
docker_setup: "auto" # when not defined, default is "auto"
docker_setup: "ignore" # when not defined, default is "auto"
## auto will install docker (if not yet installed), set it up (with overlay2 storage driver), (re)start it
## force will do the above even if it's already installed
## ignore will not check docker at all.
Expand Down

0 comments on commit 4e07708

Please sign in to comment.