Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

test: print helm command for vmss-prototype test #4207

Merged
merged 1 commit into from
Jan 28, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions test/e2e/kubernetes/kubernetes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2896,6 +2896,7 @@ var _ = Describe("Azure Container Cluster using the Kubernetes Orchestrator", fu
commandArgsSlice = append(commandArgsSlice, []string{"--set", fmt.Sprintf("kamino.container.imageTag=%s", cfg.KaminoVMSSPrototypeImageTag), "--set", "kamino.container.pullByHash=false"}...)
}
cmd = exec.Command("helm", commandArgsSlice...)
util.PrintCommand(cmd)
start = time.Now()
out, err = cmd.CombinedOutput()
log.Printf("%s\n", out)
Expand Down