Skip to content

Commit

Permalink
feat: downgraded cilium 1.11.1->1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
akijakya committed May 24, 2022
1 parent 78eae7e commit fb4a343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/pke/app/phases/kubeadm/controlplane/controlplane.go
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ func (c *ControlPlane) Run(out io.Writer) error {
single = true
}
// TODO get cilium version from flag
version := "v1.11.1"
version := "v1.9.1"
if err := installCilium(out, kubeConfig, c.podNetworkCIDR, c.imageRepository, version, c.mtu, single); err != nil {
return err
}
Expand Down

0 comments on commit fb4a343

Please sign in to comment.