Describe the bug
Exposing a loadbalancer for opssight gets automatically deleted
Environment:
GKE - v1.11.7-gke.12
To Reproduce
Steps to reproduce the behavior:
kc expose -n ops service prometheus --name=prometheus-lb --type=LoadBalancer
watch kc get svc -n ops
The external ip is assigned, and then the service is deleted
Expected behavior
Service should stay
Actual behavior
Service is deleted
Screenshots/additional context
Current workaround is after deploying the service, manually go in, edit the service to remove the labels.
kc edit service -n ops prometheus-lb
Describe the bug Exposing a loadbalancer for opssight gets automatically deleted
Environment:
To Reproduce Steps to reproduce the behavior:
kc expose -n ops service prometheus --name=prometheus-lb --type=LoadBalancer
watch kc get svc -n ops
Expected behavior Service should stay
Actual behavior Service is deleted
Screenshots/additional context Current workaround is after deploying the service, manually go in, edit the service to remove the labels.
kc edit service -n ops prometheus-lb