mirror of https://github.com/kubernetes/kops.git
adding socat with rhel family
This commit is contained in:
parent
e3d6b15b53
commit
e1aec62ccc
|
|
@ -39,6 +39,7 @@ func (b *PackagesBuilder) Build(c *fi.ModelBuilderContext) error {
|
|||
} else if b.Distribution.IsRHELFamily() {
|
||||
c.AddTask(&nodetasks.Package{Name: "ebtables"})
|
||||
c.AddTask(&nodetasks.Package{Name: "ethtool"})
|
||||
c.AddTask(&nodetasks.Package{Name: "socat"})
|
||||
} else {
|
||||
// Hopefully it's already installed
|
||||
glog.Infof("ebtables package not known for distro %q", b.Distribution)
|
||||
|
|
|
|||
Loading…
Reference in New Issue