Skip to content

Commit

Permalink
fix: missing label selector
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Mar 8, 2020
1 parent d4c30bb commit 5f5df34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/images/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo "-------------------------------"
echo ""

echo "[Step 2] Install OVN components"
count=$(kubectl get no --no-headers -o wide | awk '{print $6}' | wc -l)
count=$(kubectl get no -lkube-ovn/role=master --no-headers -o wide | wc -l)
addresses=$(kubectl get no -lkube-ovn/role=master --no-headers -o wide | awk '{print $6}' | tr \\n ',')
echo "Install OVN DB in $addresses"

Expand Down

0 comments on commit 5f5df34

Please sign in to comment.