We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9999c07 commit 7ec6ee9Copy full SHA for 7ec6ee9
roles/feature-netapp-trident/tasks/post-deploy.yaml
@@ -68,6 +68,7 @@
68
enabled: true
69
- name: multipathd.service
70
71
+
72
- name: Create namespace
73
kubernetes.core.k8s:
74
kubeconfig: "{{ cluster_access_kubeconfig }}"
@@ -125,6 +126,12 @@
125
126
password: "{{ netapp_password | b64encode }}"
127
username: "{{ netapp_username | b64encode }}"
128
129
+## ToDo Add wait-for
130
+# kind: CustomResourceDefinition
131
+# apiVersion: apiextensions.k8s.io/v1
132
+# metadata:
133
+ # name: tridentbackendconfigs.trident.netapp.io
134
135
- name: Create TridentBackendConfig/coe-netapp-san
136
137
0 commit comments