diff --git a/pkg/clusterapi/system.go b/pkg/clusterapi/system.go index 4632dafee1..be29f2f892 100644 --- a/pkg/clusterapi/system.go +++ b/pkg/clusterapi/system.go @@ -332,7 +332,7 @@ func (c *system) Run(ctx context.Context) error { //nolint:gocyclo &IBMCloud, []string{ "--provider-id-fmt=v2", - "--v=5", + "--v=2", "--health-addr={{suggestHealthHostPort}}", "--webhook-port={{.WebhookPort}}", "--webhook-cert-dir={{.WebhookCertDir}}", @@ -341,7 +341,7 @@ func (c *system) Run(ctx context.Context) error { //nolint:gocyclo "IBMCLOUD_AUTH_TYPE": "iam", "IBMCLOUD_APIKEY": APIKey, "IBMCLOUD_AUTH_URL": "https://iam.cloud.ibm.com", - "LOGLEVEL": "5", + "LOGLEVEL": "2", }, ) if cfg := metadata.PowerVS; cfg != nil && len(cfg.ServiceEndpoints) > 0 {