Details
-
Task
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
1
Description
Background
We have the following network settings:
|
adminConsoleServiceTemplate:
|
spec:
|
publishNotReadyAddresses: false
|
type: LoadBalancer
|
exposedFeatureServiceTemplate:
|
spec:
|
publishNotReadyAddresses: false
|
type: LoadBalancer
|
Problem
When the helm chart is upgraded, the network settings is changed to this.
networking:
|
adminConsoleServiceType: NodePort
|
|
exposedFeatureServiceTemplate:
|
metadata: {}
|
spec:
|
type: LoadBalancer
|
exposedFeatureServiceType: NodePort
|
exposedFeatures:
|
- client
|
- xdcr
|
serviceAnnotations:
|
service.beta.kubernetes.io/aws-load-balancer-internal: "true"
|
tls:
|
As `adminConsoleServiceType` and `exposedFeatureServiceType` are deprecated, we should remove these from the config to avoid impacting the network setup.