Skip to content

Commit

Permalink
Add udp check for when is installed already
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamacedo86 committed May 30, 2023
1 parent 4ac05de commit e03b477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions addons/flannel/0.21.5/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ function flannel_already_applied() {

flannel_ready_spinner
check_network
check_udp_port
}

function flannel_post_init() {
Expand Down
1 change: 1 addition & 0 deletions addons/flannel/template/base/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ function flannel_already_applied() {

flannel_ready_spinner
check_network
check_udp_port
}

function flannel_post_init() {
Expand Down

0 comments on commit e03b477

Please sign in to comment.