Using Console
Using CLI
[NODE_POOL_NAME]
, [CLUSTER_NAME]
and [ZONE]
with the corresponding values for your GKE Sandbox.
[NEW_NODE_POOL_NAME]
, [CLUSTER_NAME]
and [ZONE]
with the corresponding values for your GKE Sandbox. The --sandbox=unconfined
flag will create a new node pool with unrestricted sandboxing, which is suitable for running untrusted workloads.
[NODE_NAME]
with the name of the node that is running the untrusted workload. This command will safely evict all the pods running on the node.
[NODE_POOL_NAME]
, [CLUSTER_NAME]
and [ZONE]
with the corresponding values for your GKE Sandbox.
Using Python