File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 246246 it { should contain_kmod__load ( 'br_netfilter' ) }
247247 it { should contain_sysctl ( 'net.bridge.bridge-nf-call-iptables' ) . with_ensure ( 'present' ) . with_value ( '1' ) }
248248 it { should contain_sysctl ( 'net.ipv4.ip_forward' ) . with_ensure ( 'present' ) . with_value ( '1' ) }
249- it { should contain_package ( 'containerd.io' ) . with_ensure ( '1.1 .0' ) }
249+ it { should contain_package ( 'containerd.io' ) . with_ensure ( '1.5 .0' ) }
250250 it { should contain_archive ( 'etcd-v3.1.12-linux-amd64.tar.gz' ) }
251251 it { should contain_package ( 'kubelet' ) . with_ensure ( '1.10.2' ) }
252252 it { should contain_package ( 'kubectl' ) . with_ensure ( '1.10.2' ) }
583583 it { should contain_package ( 'kubelet' ) . with_ensure ( '1.10.2' ) }
584584 it { should contain_package ( 'kubectl' ) . with_ensure ( '1.10.2' ) }
585585 it { should contain_package ( 'kubeadm' ) . with_ensure ( '1.10.2' ) }
586- it { should contain_package ( 'containerd.io' ) . with_ensure ( '1.1 .0' ) }
586+ it { should contain_package ( 'containerd.io' ) . with_ensure ( '1.5 .0' ) }
587587 it { should contain_file ( '/etc/containerd' ) }
588588 it { should contain_file ( '/etc/containerd/config.toml' ) }
589589 it { should contain_file ( '/etc/apt/preferences.d/containerd' ) }
You can’t perform that action at this time.
0 commit comments