File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
buildscripts/provisioner-localpv Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -37,4 +37,4 @@ LABEL org.label-schema.build-date=$DBUILD_DATE
3737LABEL org.label-schema.vcs-url=$DBUILD_REPO_URL
3838LABEL org.label-schema.url=$DBUILD_SITE_URL
3939
40- CMD ["/provisioner-localpv" ]
40+ ENTRYPOINT ["/provisioner-localpv" ]
Original file line number Diff line number Diff line change 7474 - name : openebs-provisioner-hostpath
7575 imagePullPolicy : IfNotPresent
7676 image : openebs/provisioner-localpv:ci
77+ args :
78+ - " --bd-time-out=$(BDC_BD_BIND_TIMEOUT)"
7779 env :
7880 # OPENEBS_IO_K8S_MASTER enables openebs provisioner to connect to K8s
7981 # based on this address. This is ignored if empty.
8587 # This is supported for openebs provisioner version 0.5.2 onwards
8688 # - name: OPENEBS_IO_KUBE_CONFIG
8789 # value: "/home/ubuntu/.kube/config"
90+ # This sets the number of seconds the provisioner should wait for
91+ # a BlockDevice to get bound to a BlockDeviceClaim, before the
92+ # BlockDeviceClaim is deleted.
93+ - name : BDC_BD_BIND_TIMEOUT
94+ value : " 60"
8895 - name : NODE_NAME
8996 valueFrom :
9097 fieldRef :
You can’t perform that action at this time.
0 commit comments