Skip to content

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

Open
vitorguidi wants to merge 2 commits intok8ssandra:masterfrom
vitorguidi:feature/debug
Open

Adding debug target on Makefile, fixing leaderElection and imageConfi…#611
vitorguidi wants to merge 2 commits intok8ssandra:masterfrom
vitorguidi:feature/debug

Conversation

@vitorguidi
Copy link
Copy Markdown

@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
Copy Markdown
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