blackducksoftware / synopsys-operator

Archived and moved this to https://github.com/blackducksoftware/synopsysctl
Apache License 2.0
10 stars 14 forks source link

Exposing the service for opssight gets automatically deleted #165

Closed yashbhutwala closed 5 years ago

yashbhutwala commented 5 years ago

Describe the bug Exposing a loadbalancer for opssight gets automatically deleted

Environment:

To Reproduce Steps to reproduce the behavior:

  1. kc expose -n ops service prometheus --name=prometheus-lb --type=LoadBalancer
  2. watch kc get svc -n ops
  3. 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

rrati commented 5 years ago

Fixed