Prerequisites
- You must have System Admin permissions to perform an upgrade or installation.
Configure Pod labels
In your Helm chart, add thepodLabels configuration to the values.yaml file during your update or installation process.
security.level: "high" as a way to identify Pods created by Software using the following code:
Find labeled Pods
You can search for Pods using the kubectl commandget pods with the label flag. For example, to retrieve a list of all Pods labeled with the key-value pair, security.level=high, you can use the following command: