Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding debug target on Makefile, fixing leaderElection and imageConfi… #611

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

vitorguidi
Copy link

@vitorguidi vitorguidi commented Jan 21, 2024

…gFile reference

What this PR does:
This PR adds the make debug directive, which allows developers to attach the debugger to delve locally in port 2345.
It also fixes the config files for the manager and container images, to correctly load the default operator config, and allow for properly downloading the cassandra container images.

Which issue(s) this PR fixes:
Fixes #610

Checklist

  • Changes manually tested
  • Automated Tests added/updated
  • Documentation added/updated
  • CHANGELOG.md updated (not required for documentation PRs)
  • CLA Signed: DataStax CLA

@vitorguidi vitorguidi requested a review from a team as a code owner January 21, 2024 21:42
@burmanm
Copy link
Contributor

burmanm commented Apr 12, 2024

Hey, slipped a bit under my radar. The debug targets in Makefile are alright, but the config changes are not. The /configs is the intended default location and we want to keep leaderElection enabled by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Null pointer exception when trying to create a Cassandra Cluster locally
2 participants