Merge "Add label component=platform to pods"

This commit is contained in:
Zuul 2024-06-04 20:36:30 +00:00 committed by Gerrit Code Review
commit 5ff94d6cc8
3 changed files with 5 additions and 1 deletions

View File

@ -83,7 +83,7 @@
- name: Install trident services
command: tridentctl -n {{ trident_namespace }} install --use-custom-yaml {{ trident_install_extra_params }}
args:
chdir: "{{ trident_setup_dir }}/setup"
chdir: "{{ trident_setup_dir }}"
environment:
KUBECONFIG: "/etc/kubernetes/admin.conf"
when: (tridentctl_rest_response.rc is defined and

View File

@ -14,6 +14,8 @@ spec:
metadata:
labels:
app: node.csi.trident.netapp.io
# STX_change: add label component
app.starlingx.io/component: platform
spec:
serviceAccount: trident-node-linux
hostNetwork: true

View File

@ -17,6 +17,8 @@ spec:
metadata:
labels:
app: controller.csi.trident.netapp.io
# STX_change: add label component
app.starlingx.io/component: platform
spec:
serviceAccount: trident-controller
containers: