Artemiscloud/activemq-artemis-operator - GitHub

Skip to content Dismiss alert {{ message }} This repository was archived by the owner on Jan 17, 2025. It is now read-only. / activemq-artemis-operator Public archive forked from arkmq-org/activemq-artemis-operator
  • Notifications You must be signed in to change notification settings
  • Fork 0
  • Star 0
  • Code
  • Pull requests
  • Actions
  • Projects
  • Security
  • Insights
Additional navigation options  mainBranchesTagsGo to fileCode  

Folders and files

NameNameLast commit messageLast commit date

Latest commit

 

History

1,149 Commits
.github.github  
apiapi  
bundlebundle  
configconfig  
controllerscontrollers  
deploydeploy  
docsdocs  
entrypointentrypoint  
examplesexamples  
hackhack  
pkgpkg  
test/utilstest/utils  
versionversion  
.dockerignore.dockerignore  
.gitignore.gitignore  
DockerfileDockerfile  
LICENSELICENSE  
MakefileMakefile  
PROJECTPROJECT  
README.mdREADME.md  
bundle.Dockerfilebundle.Dockerfile  
go.modgo.mod  
go.sumgo.sum  
main.gomain.go  
View all files

Repository files navigation

  • README
  • License

⚠️This project is now part of the ArkMQ initiative. This repository has been archived as all activities are now happening in the corresponding ArkMQ repository. See here for the ArkMQ transition details.

ActiveMQ Artemis Operator

This project is a Kubernetes operator to manage the Apache ActiveMQ Artemis message broker.

Status

The current api version of all main CRDs managed by the operator is v1beta1.

Quickstart

The quickstart.md provides simple steps to quickly get the operator up and running as well as deploy/managing broker deployments.

Building

The building.md describes how to build operator and how to test your changes

OLM integration

The bundle.md contains instructions for how to build operator bundle images and integrate it into Operator Liftcycle Manager framework.

Debugging operator inside a container

Install delve in the builder container, i.e. RUN go install github.com/go-delve/delve/cmd/dlv@latest Disable build optimization, i.e. go build -gcflags="all=-N -l" Copy delve to the base-env container, i.e. COPY --from=builder /go/bin/dlv /bin Execute operator using delve, i.e. /bin/dlv exec --listen=0.0.0.0:40000 --headless=true --api-version=2 --accept-multiclient ${OPERATOR} $@

About

No description, website, or topics provided.

Resources

Readme

License

Apache-2.0 license

Uh oh!

There was an error while loading. Please reload this page.

Activity Custom properties

Stars

0 stars

Watchers

0 watching

Forks

0 forks Report repository

Releases

69 tags

Packages

Uh oh!

There was an error while loading. Please reload this page.

Contributors

Uh oh!

There was an error while loading. Please reload this page.

Languages

  • Go 97.7%
  • Shell 1.1%
  • Other 1.2%
You can’t perform that action at this time.

Tag » Activemq Artemis Wiki