You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.
As I'm using AWS EKS, LoadBalancer type exposes my elastic masters. I don't need that, so I change es-svc, removing type: LoadBalancer, so that type will automatically change to ClusterIP
But deploing fails with strange:
Error: UPGRADE FAILED: Service "elasticsearch" is invalid: [spec.ports[0].nodePort: Forbidden: may not be used when type is 'ClusterIP', spec.ports[1].nodePort: Forbidden: may not be used when type is 'ClusterIP']
But there is no "nodePort" in any part of config files in the repo, where does it takes them from?
The text was updated successfully, but these errors were encountered:
BUG_REPORT
As I'm using AWS EKS, LoadBalancer type exposes my elastic masters. I don't need that, so I change es-svc, removing
type: LoadBalancer
, so that type will automatically change to ClusterIPBut deploing fails with strange:
But there is no "nodePort" in any part of config files in the repo, where does it takes them from?
The text was updated successfully, but these errors were encountered: