We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f788750 commit ba4e00aCopy full SHA for ba4e00a
1 file changed
pkg/flux/templates/wait.sh
@@ -88,9 +88,9 @@ brokerOptions="-Scron.directory=${configroot}/etc/flux/system/cron.d \
88
{{ if not .Spec.Logging.Quiet }} -Slog-stderr-level={{or .Spec.Flux.LogLevel 6}} {{ else }} -Slog-stderr-level=0 {{ end }} \
89
-Slog-stderr-mode=local"
90
91
-
92
# Run an interactive cluster, giving no command to flux start
93
function run_interactive_cluster() {
+ echo "🧠 Running in interactive mode" {{ if .Spec.Logging.Quiet }}> /dev/null 2>&1{{ end }}
94
echo "🌀 flux broker --config-path ${cfg} ${brokerOptions}"
95
flux broker --config-path ${cfg} ${brokerOptions}
96
}
0 commit comments