Skip to content

Commit

Permalink
[no ci] wip
Browse files Browse the repository at this point in the history
  • Loading branch information
3u13r committed Nov 2, 2023
1 parent ed4e9f3 commit 7b27ee4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bootstrapper/internal/kubernetes/k8sapi/k8sutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ func (k *KubernetesUtil) WaitForCilium(ctx context.Context, log *logger.Logger)
// FixCilium fixes https://github.com/cilium/cilium/issues/19958
// Instead of a rollout restart of the Cilium DaemonSet, it only restarts the local Cilium Pod.
func (k *KubernetesUtil) FixCilium(ctx context.Context) error {
return nil
// get cilium container id
out, err := exec.CommandContext(ctx, "/run/state/bin/crictl", "ps", "--name", "cilium-agent", "-q").CombinedOutput()
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion cli/internal/helm/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func (i *chartLoader) loadReleases(conformanceMode bool, helmWaitMode WaitMode,
}
conServicesRelease.Values = mergeMaps(conServicesRelease.Values, svcVals)

releases := releaseApplyOrder{ciliumRelease, conServicesRelease, certManagerRelease}
releases := releaseApplyOrder{ /*ciliumRelease,*/ conServicesRelease, certManagerRelease}
if i.config.DeployCSIDriver() {
csiRelease, err := i.loadRelease(csiInfo, helmWaitMode)
if err != nil {
Expand Down

0 comments on commit 7b27ee4

Please sign in to comment.