Skip to content

Commit

Permalink
WIP: data/bootstrap/files/usr/local/bin/bootkube: Force a failure
Browse files Browse the repository at this point in the history
So we fail the unit, and get an example of failed-unit reporting in CI.
  • Loading branch information
wking committed Nov 4, 2020
1 parent 27b3838 commit 1c874dc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -euoE pipefail ## -E option will cause functions to inherit trap

. /usr/local/bin/release-image.sh

i-am-a-command-that-does-not-exist and should cause bootkube.service to fail
mkdir --parents /etc/kubernetes/{manifests,bootstrap-configs,bootstrap-manifests}

ETCD_ENDPOINTS=
Expand Down

0 comments on commit 1c874dc

Please sign in to comment.