Skip to content

Commit

Permalink
docs: clarification about non-namespaced resources
Browse files Browse the repository at this point in the history
Some resources like CRDs, ClusterRoles and ClusterRoleBinding are
non-namespaced resources. Lets make this clear.

Signed-off-by: Beraldo Leal <bleal@redhat.com>
  • Loading branch information
beraldoleal committed Jan 12, 2024
1 parent 2039b23 commit 8308eba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export RELEASE_VERSION=<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.

Expand Down

0 comments on commit 8308eba

Please sign in to comment.