Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
MetalLB version increased to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Jul 21, 2019
1 parent 6f8f8aa commit ac4e575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cp $(kind get kubeconfig-path --name k8s-harbor-test) kubeconfig.conf
export KUBECONFIG=${KUBECONFIG:-$PWD/kubeconfig.conf}

echo "*** Install MetalLB"
kubectl apply -f https://raw.githubusercontent.com/google/metallb/v0.7.3/manifests/metallb.yaml
kubectl apply -f https://raw.githubusercontent.com/google/metallb/v0.8.0/manifests/metallb.yaml

echo "*** Configure MetalLB"
cat << EOF | kubectl apply -f -
Expand Down

0 comments on commit ac4e575

Please sign in to comment.