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 4495f2c commit cdee58fCopy full SHA for cdee58f
1 file changed
cli/k8s_client/yaml_factory.go
@@ -775,6 +775,17 @@ spec:
775
initialDelaySeconds: 120
776
periodSeconds: 120
777
timeoutSeconds: 90
778
+ readinessProbe:
779
+ exec:
780
+ command:
781
+ - tridentctl
782
+ - -s
783
+ - "{IP_LOCALHOST}:8000"
784
+ - version
785
+ failureThreshold: 3
786
+ initialDelaySeconds: 10
787
+ periodSeconds: 10
788
+ timeoutSeconds: 10
789
{CSI_TRIDENT_MAIN_RESOURCES}
790
env:
791
- name: KUBE_NODE_NAME
0 commit comments