Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ func createPatch(pod *corev1.Pod, sidecarConfigTemplate *Config, clientset *kube
// Configure the sidecar container
sidecarConfig.Containers[0].Args = []string{"-c", "for i in {1..5}; do /goofys --cheap --endpoint " + s3Url +
" --http-timeout 1500s --dir-mode 0777 --file-mode 0777 --debug_fuse --debug_s3 -o allow_other -f " +
hashedBucketName + "/ /tmp;echo '---- goofys command failed: trying again'; sleep 1; done;" +
hashedBucketName + " /tmp;echo '---- goofys command failed: trying again'; sleep 1; done;" +
"echo 'goofys command failed 5 times sleeping'; sleep infinity"}

filerBucketName := limitString(svmName, 5) + "-" + hashedBucketName
Expand Down