Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
change docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Binyang2014 committed Sep 23, 2020
1 parent 5bd73e0 commit 9e0ba65
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/dshuttle-csi/deploy/dshuttle-csi-daemon.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
initContainers:
# This change aimed to avoid OS build file index for alluxio-fuse-fs, which will consume much disk space
- name: change-updatedb-conf
image: dshuttle.azurecr.io/dshuttle/dshuttle-csi:v0.1.0
image: dshuttle.azurecr.io/dshuttle/dshuttle-csi:9660f44
imagePullPolicy: Always
securityContext:
runAsUser: 0
Expand Down Expand Up @@ -72,7 +72,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: dshuttle.azurecr.io/dshuttle/dshuttle-csi:v0.1.0
image: dshuttle.azurecr.io/dshuttle/dshuttle-csi:9660f44
command: ["/usr/local/bin/dshuttle-csi"]
args :
- "--v=4"
Expand Down
2 changes: 1 addition & 1 deletion src/dshuttle-csi/deploy/stop.sh.template
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if kubectl get daemonset | grep -q "dshuttle-csi-daemon"; then
kubectl delete daemonset dshuttle-csi-daemon || exit $?
fi

if kubectl get csidriver | grep -q "alluxio"; then
if kubectl get csidriver | grep -q "dshuttle"; then
kubectl delete csidriver alluxio || exit $?
fi

Expand Down
6 changes: 3 additions & 3 deletions src/dshuttle-master/deploy/dshuttle-master.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: dshuttle-master
image: dshuttle.azurecr.io/dshuttle/dshuttle:v0.1.0
image: dshuttle.azurecr.io/dshuttle/dshuttle:9660f44
imagePullPolicy: Always
securityContext:
runAsUser: 1000
Expand Down Expand Up @@ -69,7 +69,7 @@ spec:
mountPath: /opt/alluxio/conf/log4j.properties
subPath: log4j.properties
- name: dshuttle-job-master
image: dshuttle.azurecr.io/dshuttle/dshuttle:v0.1.0
image: dshuttle.azurecr.io/dshuttle/dshuttle:9660f44
imagePullPolicy: Always
securityContext:
runAsUser: 1000
Expand Down Expand Up @@ -117,7 +117,7 @@ spec:
name: dshuttle-log-config
initContainers:
- name: journal-chown
image: dshuttle.azurecr.io/dshuttle/dshuttle:v0.1.0
image: dshuttle.azurecr.io/dshuttle/dshuttle:9660f44
imagePullPolicy: Always
securityContext:
runAsUser: 0
Expand Down
6 changes: 3 additions & 3 deletions src/dshuttle-worker/deploy/dshuttle-worker.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
- name: socket-chown
securityContext:
runAsUser: 0
image: dshuttle.azurecr.io/dshuttle/dshuttle:v0.1.0
image: dshuttle.azurecr.io/dshuttle/dshuttle:9660f44
command: ["/bin/chown","-R", "1000:1000", "/opt/domain", "/opt/logs", "/mnt/ssd"]
volumeMounts:
- name: dshuttle-domain
Expand All @@ -48,7 +48,7 @@ spec:
mountPath: /mnt/ssd
containers:
- name: dshuttle-worker
image: dshuttle.azurecr.io/dshuttle/dshuttle:v0.1.0
image: dshuttle.azurecr.io/dshuttle/dshuttle:9660f44
imagePullPolicy: Always
securityContext:
runAsUser: 1000
Expand Down Expand Up @@ -90,7 +90,7 @@ spec:
mountPath: /opt/alluxio/conf/log4j.properties
subPath: log4j.properties
- name: dshuttle-job-worker
image: dshuttle.azurecr.io/dshuttle/dshuttle:v0.1.0
image: dshuttle.azurecr.io/dshuttle/dshuttle:9660f44
securityContext:
runAsUser: 1000
runAsGroup: 1000
Expand Down

0 comments on commit 9e0ba65

Please sign in to comment.