Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions hcp/webhook_blocking_nodepool_update.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"severity": "Major",
"service_name": "SREManualAction",
"log_type": "cluster-configuration",
"summary": "Action required: Webhook blocking pod eviction during nodepool update",
"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 may remain blocked. For more information on admission webhooks, see the documentation: https://docs.openshift.com/rosa/architecture/admission-plug-ins.html.",
"doc_references": [
"https://docs.openshift.com/rosa/architecture/admission-plug-ins.html",
"https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/"
],
"internal_only": false
}