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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user