akka-cluster-operator icon indicating copy to clipboard operation
akka-cluster-operator copied to clipboard

AKKA_CLUSTER_BOOTSTRAP_SERVICE_NAME Value Should Default to `app` Label

Open n3ziniuka5 opened this issue 4 years ago • 0 comments

At the moment AKKA_CLUSTER_BOOTSTRAP_SERVICE_NAME is set as follows:

corev1.EnvVar{
  Name:  "AKKA_CLUSTER_BOOTSTRAP_SERVICE_NAME",
  Value: akkaCluster.Name,
},

The issue is that akka-discovery-kubernetes-api uses this value to query for pods that have the same value in app label. This label may not be the same as akkaCluster.Name

n3ziniuka5 avatar Nov 17 '20 14:11 n3ziniuka5