File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ func (b *PackagesBuilder) Build(c *fi.NodeupModelBuilderContext) error {
3737 // conntrack - kops #5671
3838 if b .Distribution .IsDebianFamily () {
3939 // From containerd: https://github.com/containerd/cri/blob/master/contrib/ansible/tasks/bootstrap_ubuntu.yaml
40- c .AddTask (& nodetasks.Package {Name : "conntrack" })
4140 c .AddTask (& nodetasks.Package {Name : "iptables" })
4241 c .AddTask (& nodetasks.Package {Name : "libapparmor1" })
4342 c .AddTask (& nodetasks.Package {Name : "libseccomp2" })
@@ -50,8 +49,6 @@ func (b *PackagesBuilder) Build(c *fi.NodeupModelBuilderContext) error {
5049 c .EnsureTask (& nodetasks.Package {Name : additionalPackage })
5150 }
5251 } 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" })
5552 if b .Distribution == distributions .DistributionAmazonLinux2023 {
5653 // install iptables-nft in al2023 (NOT the iptables-legacy!)
5754 c .AddTask (& nodetasks.Package {Name : "iptables-nft" })
You can’t perform that action at this time.
0 commit comments