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
# MutatingAdmissionPolicy for DaemonSet Toleration Injection
2
+
3
+
This document describes how to deploy and use the MutatingAdmissionPolicy-based approach for automatically injecting readiness tolerations into DaemonSets.
4
+
5
+
## Overview
6
+
7
+
The MutatingAdmissionPolicy approach uses Kubernetes's native admission control mechanism with CEL (Common Expression Language) to inject tolerations **without running a webhook server**. This provides a simpler, more declarative alternative to the webhook-based approach.
8
+
9
+
## Requirements
10
+
11
+
> [!IMPORTANT]
12
+
> MutatingAdmissionPolicy is needed to be enabled in the cluster.
0 commit comments