You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Log a warning as the resource is being deleted anyway, but the user should be notified.
474
485
resp.Diagnostics.AddWarning(
475
486
"Failed to clean up node ACME configuration",
476
487
fmt.Sprintf("An error occurred while cleaning up ACME settings for node %s on delete: %s. Manual cleanup of /etc/pve/nodes/%s/config may be required.", nodeName, err.Error(), nodeName),
0 commit comments