File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ func (b *PackagesBuilder) Build(c *fi.NodeupModelBuilderContext) error {
4545 if b .NodeupConfig .KubeProxy != nil && fi .ValueOf (b .NodeupConfig .KubeProxy .Enabled ) && b .NodeupConfig .KubeProxy .ProxyMode == "nftables" {
4646 c .AddTask (& nodetasks.Package {Name : "nftables" })
4747 }
48- c .AddTask (& nodetasks.Package {Name : "pigz" })
4948 c .AddTask (& nodetasks.Package {Name : "util-linux" })
5049 // Additional packages
5150 for _ , additionalPackage := range b .NodeupConfig .Packages {
@@ -69,7 +68,6 @@ func (b *PackagesBuilder) Build(c *fi.NodeupModelBuilderContext) error {
6968 // Amazon Linux 2 doesn't have SELinux enabled by default
7069 if b .Distribution != distributions .DistributionAmazonLinux2 {
7170 c .AddTask (& nodetasks.Package {Name : "container-selinux" })
72- c .AddTask (& nodetasks.Package {Name : "pigz" })
7371 }
7472 // Additional packages
7573 for _ , additionalPackage := range b .NodeupConfig .Packages {
You can’t perform that action at this time.
0 commit comments