Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pods not redeployed after changing exposed ports #228

Open
Lord-Y opened this issue Apr 27, 2021 · 0 comments
Open

Pods not redeployed after changing exposed ports #228

Lord-Y opened this issue Apr 27, 2021 · 0 comments

Comments

@Lord-Y
Copy link

Lord-Y commented Apr 27, 2021

Hi team,

Not a big deal but let's say your first install is exposing services like bellow:

expose:
  type: service  # Kubernetes LoadBalancer type (service/ingress), note: only "service" is supported for now
  service:
    type: LoadBalancer
    annotations:
      service.beta.kubernetes.io/aws-load-balancer-backend-protocol: http
    # provide an override to the exposing KubernetesService

If you redeployed exposed services like so:

expose:
  type: service  # Kubernetes LoadBalancer type (service/ingress), note: only "service" is supported for now
  service:
    type: LoadBalancer
    annotations:
      service.beta.kubernetes.io/aws-load-balancer-backend-protocol: http
    # provide an override to the exposing KubernetesService
  overrides:
    deck:
      publicPort: 9000
    gate:
      publicPort: 8084

Go on the UI and open the browser console and you will see that a lot of requests are failing.
The solution is to delete all pods except of course the armory-spinnaker-operator-XXXX pod.
Go back to the UI, reload and everything will be back to OK.
I'm sure this issue the restart can be handle automatically when publicPort are changed.
I'm using chart/docker image 1.2.5

@Lord-Y Lord-Y changed the title [expose services] - Pods not redeployed after changing exposed ports Pods not redeployed after changing exposed ports Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant