Skip to content

Commit 86cb852

Browse files
committed
Add new servicelog template for customer webhooks blocking nodepool upgrade
1 parent 35e75fc commit 86cb852

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"severity": "Major",
3+
"service_name": "SREManualAction",
4+
"log_type": "cluster-configuration",
5+
"summary": "Action required: Webhook blocking pod eviction during nodepool update",
6+
"description": "Your cluster's nodepool `${NODEPOOL}` is unable to complete an update because a validating or mutating webhook `${WEBHOOK_NAME}` is preventing the eviction of pod `${POD}` in namespace `${NAMESPACE}`. Please review the webhook configuration and update it to allow pod evictions during node updates. Without action, your nodepool update will remain blocked and your cluster's SLA may be impacted. For more information on admission webhooks, see the documentation: https://docs.openshift.com/rosa/architecture/admission-plug-ins.html.",
7+
"doc_references": [
8+
"https://docs.openshift.com/rosa/architecture/admission-plug-ins.html",
9+
"https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/",
10+
"https://access.redhat.com/documentation/en-us/red_hat_openshift_service_on_aws/4/html/troubleshooting/rosa-troubleshooting-deployments"
11+
],
12+
"internal_only": false
13+
}

0 commit comments

Comments
 (0)