Closed AkihiroSuda closed 4 years ago
Seems not supported by GKE as of writing.
Node pool with node-restriction.kubernetes.io/
-prefixed labels can't be added successfully to the cluster.
Maybe we don't need this, we can just validate requests from system:node
in our own webhook.
This is not needed for ipp=true
node label (v0.1.1).
Even if a compromised node modifies the label, the node can't get unexpected pods to be scheduled, because the node is still tainted with ipp=true:NoSchedule
, and the node can't modify the taint since Kubernetes v1.11
https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#node-isolation-restriction