Skip to content

Commit 658292b

Browse files
authored
Merge pull request #50974 from sjhala-ccs/BZ2107507
BZ2107507: Added note about checkup permissions
2 parents 3774148 + c0961d9 commit 658292b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

modules/virt-about-cluster-checkup-framework.adoc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,13 @@ A _checkup_ is an automated test workload that allows you to verify if a specifi
1010

1111
By using predefined checkups, cluster administrators can improve cluster maintainability, troubleshoot unexpected behavior, minimize errors, and save time. They can also review the results of the checkup and share them with experts for further analysis. Vendors can write and publish checkups for features or services that they provide and verify that their customer environments are configured correctly.
1212

13-
Running a predefined checkup in the cluster involves setting up the namespace and service account for the framework, creating the `ClusterRole` and `ClusterRoleBinding` objects for the service account, enabling permissions for the checkup, and creating the input config map and the checkup job. You can run a checkup multiple times.
13+
Running a predefined checkup in the cluster involves setting up the namespace and service account for the framework, creating the `ClusterRole` and `ClusterRoleBinding` objects for the service account, enabling permissions for the checkup, and creating the input config map and the checkup job. You can run a checkup multiple times.
14+
15+
[IMPORTANT]
16+
====
17+
You must always:
18+
19+
* Verify that the checkup image is from a trustworthy source before applying it.
20+
* Review the checkup permissions before creating the `ClusterRole` and `Role` objects.
21+
* Verify the name of the `ServiceAccount` in the config map. This is because the framework automatically binds these permissions to the checkup instance.
22+
====

0 commit comments

Comments
 (0)