From 620cb347a085fdcf33c25a5c4f03f80a3914a48b Mon Sep 17 00:00:00 2001 From: Yan Song Liu Date: Mon, 4 Mar 2024 13:42:32 +0800 Subject: [PATCH] fix #196 label should be node.kubernetes.io/worker Signed-off-by: Yan Song Liu --- quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart.md b/quickstart.md index 5641285..f928b60 100644 --- a/quickstart.md +++ b/quickstart.md @@ -31,7 +31,7 @@ To run the operator you must have an existing Kubernetes cluster that meets the - Ensure a minimum of 8GB RAM and 4 vCPU for the Kubernetes cluster node - Only containerd runtime based Kubernetes clusters are supported with the current CoCo release - The minimum Kubernetes version should be 1.24 -- Ensure at least one Kubernetes node in the cluster is having the label `node-role.kubernetes.io/worker=` +- Ensure at least one Kubernetes node in the cluster is having the label `node.kubernetes.io/worker=` - Ensure SELinux is disabled or not enforced (https://github.com/confidential-containers/operator/issues/115) For more details on the operator, including the custom resources managed by the operator, refer to the operator [docs](https://github.com/confidential-containers/operator).