Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
  • Loading branch information
iljarotar committed Oct 23, 2024
1 parent 946a955 commit e69b2a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/controllers/housekeeping/housekeeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{}
Expand Down
2 changes: 1 addition & 1 deletion test/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e69b2a2

Please sign in to comment.