Skip to content

fisruk/cluster-operator

 
 

Repository files navigation

RabbitMQ Cluster Kubernetes Operator

Forked from rabbitmq/cluster-operator to run on arm64 architecture.

Workaround

# build modified image 
git clone [email protected]:fisruk/cluster-operator.git
docker build .

# push image to registry
docker tag [IMAGE-ID] registry.local/rabbitmq-cluster-operator:latest
docker push registry.local/rabbitmq-cluster-operator:latest

# install cluster operator
kubectl krew install rabbitmq
kubectl rabbitmq install-cluster-operator

# change image for cluster-operator deployment
kubectl set image -n rabbitmq-system deploy/rabbitmq-cluster-operator operator=registry.local/rabbitmq-cluster-operator

Packages

No packages published

Languages

  • Go 94.2%
  • Shell 4.1%
  • Makefile 1.5%
  • Dockerfile 0.2%