Skip to content

Commit

Permalink
bin: log warning for apply script
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-elastisys committed Dec 11, 2024
1 parent d7edb08 commit c3d9b60
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bin/apply.bash
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ shopt -s globstar nullglob dotglob
here="$(dirname "$(readlink -f "$0")")"
# shellcheck source=bin/common.bash
source "${here}/common.bash"

if [[ "$#" -gt 0 ]]; then
log_warning "Warning: Additional flags have been provided to use for running playbooks"
log_warning "This might not work if the first control-plane node is not provided"
fi

ck8s_kubespray_version_check
kubespray_version_check
check_openstack_credentials
Expand Down

0 comments on commit c3d9b60

Please sign in to comment.