Skip to content

Commit

Permalink
dont rollout multus
Browse files Browse the repository at this point in the history
Signed-off-by: aerosouund <[email protected]>
  • Loading branch information
aerosouund committed Oct 15, 2024
1 parent 7cfb650 commit 890a184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-provision/gocli/opts/multus/multus.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func (o *multusOpt) Exec() error {
return fmt.Errorf("error applying manifest %s", err)
}
}
if err := o.sshClient.Command("kubectl --kubeconfig=/etc/kubernetes/admin.conf rollout status -n kube-system ds/kube-multus-ds --timeout=200s"); err != nil {
if err := o.sshClient.Command("echo test"); err != nil {
return err
}
return nil
Expand Down

0 comments on commit 890a184

Please sign in to comment.