Skip to content

Commit

Permalink
WIP: Try not installing cgroupfs-mount
Browse files Browse the repository at this point in the history
It seems to cause a restart of kops-configuration, right in the middle of an apt-get install
  • Loading branch information
justinsb committed Aug 15, 2024
1 parent 5d4d867 commit 256833a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nodeup/pkg/model/packages.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ func (b *PackagesBuilder) Build(c *fi.NodeupModelBuilderContext) error {
if b.Distribution.IsDebianFamily() {
// From containerd: https://github.com/containerd/cri/blob/master/contrib/ansible/tasks/bootstrap_ubuntu.yaml
c.AddTask(&nodetasks.Package{Name: "bridge-utils"})
c.AddTask(&nodetasks.Package{Name: "cgroupfs-mount"})
c.AddTask(&nodetasks.Package{Name: "conntrack"})
c.AddTask(&nodetasks.Package{Name: "ebtables"})
c.AddTask(&nodetasks.Package{Name: "ethtool"})
Expand Down

0 comments on commit 256833a

Please sign in to comment.