We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 965a4d8 + 1fb49d8 commit 4c9fb7bCopy full SHA for 4c9fb7b
1 file changed
Makefile
@@ -81,7 +81,7 @@ start-controller: check-fleet
81
fleetctl --strict-host-key-checking=false submit controller/systemd/*
82
fleetctl --strict-host-key-checking=false start controller/systemd/*
83
$(call echo_yellow,"Use 'make status' to monitor the service")
84
- @if [ "$$SKIP_ROUTER" == true ]; then \
+ @if [ "$$SKIP_ROUTER" = true ]; then \
85
echo "\033[0;33mYou'll need to configure DNS and start the router manually for multi-node clusters.\033[0m" ; \
86
echo "\033[0;33mRun 'make start-router' to schedule and start deis-router.\033[0m" ; \
87
else \
0 commit comments