Skip to content

Commit

Permalink
Merge pull request #853 from ryandawsonuk/errorchecksinfullsetup
Browse files Browse the repository at this point in the history
ensure script checks for errors
  • Loading branch information
seldondev authored Sep 10, 2019
2 parents 4692153 + 3b8e655 commit 75e3385
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/centralised-logging/full-setup-existing-kubeflow.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
#!/usr/bin/env bash

set -o nounset
set -o errexit
set -o pipefail
set -o noclobber
set -o noglob

# Assumes existing cluster with kubeflow's istio gateway
# Will put services behind kubeflow istio gateway

Expand Down

0 comments on commit 75e3385

Please sign in to comment.