diff --git a/pkg/controllers/housekeeping/housekeeper.go b/pkg/controllers/housekeeping/housekeeper.go index 2e0f051..209a64c 100644 --- a/pkg/controllers/housekeeping/housekeeper.go +++ b/pkg/controllers/housekeeping/housekeeper.go @@ -16,7 +16,7 @@ import ( "github.com/metal-stack/metal-ccm/pkg/resources/metal" ) -// Housekeeper periodically updates nodes and loadbalancers +// Housekeeper periodically updates nodes and load balancers type Housekeeper struct { client metalgo.Client stop <-chan struct{} diff --git a/test/deploy.sh b/test/deploy.sh index 0723b3e..867ee44 100755 --- a/test/deploy.sh +++ b/test/deploy.sh @@ -76,7 +76,7 @@ kubectl describe svc -n kube-system echo echo "kubectl describe cm config -n metallb-system" kubectl describe cm config -n metallb-system -echo "Test echo service via loadbalancer..." +echo "Test echo service via load balancer..." LB_INGRESS_IP=$(kubectl describe svc -n kube-system echo | grep Ingress | cut -d: -f2 | sed -e 's/^[ \t]*//') for i in {1..5}; do echo "docker exec -t kind-control-plane curl ${LB_INGRESS_IP}:8080/echo"