1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00

PowerVS: Change CAPI verbosity level

Decrease the verbosity level for the IBM CAPI module.
This commit is contained in:
Mark Hamzy
2024-10-30 10:18:31 -05:00
parent e12c606d5e
commit c268caa52b

View File

@@ -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 {