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
With skipper what we want to do is to have control over a created and used LoadBalancer because when we upgrade to a new app from v1 to v2, we may want to keep old LoadBalancer server and then labels of existing applications to potentially do canary deployments.
Maybe as simple as if same name for service exists, we don't need to create it and some sort of property to tell that with undeploy we want to keep service around.
The text was updated successfully, but these errors were encountered:
We don't distinguish
LoadBalancer
fromNodePort
, thus service name is derived fromappId
.spring-cloud-deployer-kubernetes/src/main/java/org/springframework/cloud/deployer/spi/kubernetes/KubernetesAppDeployer.java
Lines 429 to 431 in 078cedc
With skipper what we want to do is to have control over a created and used
LoadBalancer
because when we upgrade to a new app fromv1
tov2
, we may want to keep oldLoadBalancer
server and then labels of existing applications to potentially do canary deployments.Maybe as simple as if same name for service exists, we don't need to create it and some sort of property to tell that with undeploy we want to keep service around.
The text was updated successfully, but these errors were encountered: