Skip to content

Commit

Permalink
Increase logging verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
rifelpet committed Jan 13, 2021
1 parent cef43d2 commit 00f8ef7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/e2e/kubetest2-kops/deployer/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ func (d *deployer) replace() error {
args := []string{
d.KopsBinaryPath, "create",
"--filename", d.manifestPath,
"-v", "9",
"--name", d.ClusterName,
}
klog.Info(strings.Join(args, " "))
Expand All @@ -43,6 +44,7 @@ func (d *deployer) replace() error {

args = []string{
d.KopsBinaryPath, "update", "cluster", "--yes",
"-v", "9",
"--name", d.ClusterName,
}
klog.Info(strings.Join(args, " "))
Expand Down

0 comments on commit 00f8ef7

Please sign in to comment.