We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a6fcc commit 1fb49d8Copy full SHA for 1fb49d8
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