diff --git a/internal/k8s.go b/internal/k8s.go index 893ad5f..e9a53e6 100644 --- a/internal/k8s.go +++ b/internal/k8s.go @@ -62,7 +62,7 @@ func RecreateIPPoolCrd(cfg *Config, name string, ips []string) error { } res := routeclient.Post(). - Resource("routes"). + Resource("ciliumloadbalancerippools"). Body([]byte(body)). Do(context.TODO())