From 8308eba6341044991b61ba33de94d30af4b77ac4 Mon Sep 17 00:00:00 2001 From: Beraldo Leal Date: Fri, 12 Jan 2024 17:09:11 -0500 Subject: [PATCH] docs: clarification about non-namespaced resources Some resources like CRDs, ClusterRoles and ClusterRoleBinding are non-namespaced resources. Lets make this clear. Signed-off-by: Beraldo Leal --- docs/INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 0edd2ccb..33276508 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -19,7 +19,8 @@ export RELEASE_VERSION= kubectl apply -k "github.com/confidential-containers/operator/config/release?ref=${RELEASE_VERSION}" ``` -The operator deploys all resources under `confidential-containers-system` namespace. +While also managing certain cluster-wide resources, the operator primarily deploys resources within the confidential-containers-system namespace. + Wait until each pod has the STATUS of Running.