Skip to content

Commit 25a933d

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

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
],
11+
"internal_only": false
12+
}

0 commit comments

Comments
 (0)