File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,6 @@ func (b *PackagesBuilder) Build(c *fi.NodeupModelBuilderContext) error {
3636 // kubelet needs:
3737 // conntrack - kops #5671
3838 if b .Distribution .IsDebianFamily () {
39- // From containerd: https://github.com/containerd/cri/blob/master/contrib/ansible/tasks/bootstrap_ubuntu.yaml
40- c .AddTask (& nodetasks.Package {Name : "conntrack" })
4139 c .AddTask (& nodetasks.Package {Name : "iptables" })
4240 c .AddTask (& nodetasks.Package {Name : "libapparmor1" })
4341 c .AddTask (& nodetasks.Package {Name : "libseccomp2" })
@@ -50,8 +48,6 @@ func (b *PackagesBuilder) Build(c *fi.NodeupModelBuilderContext) error {
5048 c .EnsureTask (& nodetasks.Package {Name : additionalPackage })
5149 }
5250 } else if b .Distribution .IsRHELFamily () {
53- // From containerd: https://github.com/containerd/cri/blob/master/contrib/ansible/tasks/bootstrap_centos.yaml
54- c .AddTask (& nodetasks.Package {Name : "conntrack-tools" })
5551 if b .Distribution == distributions .DistributionAmazonLinux2023 {
5652 // install iptables-nft in al2023 (NOT the iptables-legacy!)
5753 c .AddTask (& nodetasks.Package {Name : "iptables-nft" })
You can’t perform that action at this time.
0 commit comments