akka-cluster-operator
akka-cluster-operator copied to clipboard
Run Akka Cluster applications in Kubernetes.
### Problem Description Kubernetes has been deprecating API(s), which will be removed and are no longer available in 1.22. Operators projects using [these APIs](https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-22) versions will **not** work on Kubernetes...
Hello, Looks like the latest version listed on OperatorHub is 1.0.0, however the latest GH release is 1.0.2. Is this intended?
When installing the operator using OLM the pod stays on PullImageBackoff. It seems that the bintray repo is returning a 403: ``` $ docker pull lightbend-docker-registry.bintray.io/lightbend/akkacluster-operator:v1.0.0 Error response from daemon:...
I've just come across this Operator and am interested in trying out. One thing I can't see is how/if this would work alongside HorizontalPodAutoscaler. It appears that the Controller maintains...
Can you supply a checksums.txt file?
At the moment `AKKA_CLUSTER_BOOTSTRAP_SERVICE_NAME` is set as follows: ```go 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...
Hi! 👋🏻 Have you considered listing the **akka-cluster-operator** operator directly in [Artifact Hub](https://artifacthub.io)? At the moment it is already [listed there](https://artifacthub.io/packages/olm/community-operators/akka-cluster-operator), because the Artifact Hub team has added the [community-operators](https://github.com/operator-framework/community-operators/tree/master/upstream-community-operators)...
Hi Team, I have deployed the akka cluster using the operator from operatorhub.io. Using the script , it creates crds, role,service account, etc. curl -sL https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.15.1/install.sh | bash -s 0.15.1...
As a new user of Akka-Cluster-Operator, I would like tutorials about the Akka-Cluster-Operator so that I can better get started using the Operator.
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.18.2 to 0.18.8. Commits 2a28283 Merge pull request #93811 from liggitt/json-patch-4.8.0-1.18 d71a682 Update to json-patch 4.8.0 4f2b518 Merge pull request #93232 from justaugustus/118-go11314 a5d2b77 Update bazel to...