- |
To mitigate this vulnerability without upgrading kube-apiserver, you can create a validating admission webhook that prevents EndpointSlices with endpoint addresses in the 127.0.0.0/8 and 169.254.0.0/16 ranges. If you have an existing admission policy mechanism (like OPA Gatekeeper) you can create a policy that enforces this restriction. |
+ |
To mitigate this vulnerability without upgrading kube-apiserver, you |
+ |
can create a validating admission webhook that prevents EndpointSlices |
+ |
with endpoint addresses in the 127.0.0.0/8 and 169.254.0.0/16 ranges. |
+ |
If you have an existing admission policy mechanism (like OPA |
+ |
Gatekeeper) you can create a policy that enforces this restriction. |