-
Notifications
You must be signed in to change notification settings - Fork 0
DEVOPS-2689-extend-k-8-s-operator-support-to-include-stateful-sets #43
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
Merged
imeliran
merged 35 commits into
main
from
DEVOPS-2689-extend-k-8-s-operator-support-to-include-stateful-sets
May 22, 2025
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
65d209c
Phase 1: CRD and Initial Structure
e9b798a
Phase 1: update chart and config examples
f343dcc
Phase 2: StatefulSet Implementation
9bff8c2
Update documentation with statefulset
f000a8e
Phase 3: Testing
4f3ebf2
Fix formatting in lightrun-secret.yaml by adding a newline at the end…
0ee5505
Add newline at the end of statefulset-lightrunjavaagent.yaml for cons…
2cf6070
Remove redundant memory option from JAVA_TOOL_OPTIONS in statefulset.…
585ac87
Remove trailing whitespace in statefulset-lightrunjavaagent.yaml
dc55550
Revert WorkloadStatus field to DeploymentStatus to keep backward comp…
de2ba95
removing TODO comment regarding DeploymentStatus field
1d5c1f2
Update CRD and example files to replace 'WorkloadStatus' with 'Deploy…
191419b
Refactor config map data hash calculation in lightrunjavaagent_contro…
9115f02
Add WorkloadType and WorkloadName support in lightrunjavaagent_types.…
124b19f
Update instance status field from DeploymentStatus to WorkloadStatus …
21978cb
Refactor LightrunJavaAgent reconciliation logic to support new Worklo…
a104886
Update LightrunJavaAgent controller tests to reflect changes in workl…
4a18f67
Update .gitignore to include macOS .DS_Store files and remove depreca…
b8d4a04
Update CRDs and example files to replace Deployment and StatefulSet r…
2df1dbc
Enhance documentation in lightrunjavaagent_types.go by clarifying the…
56e5f55
Clarify workloadName field description in CRDs and example files to s…
05c6fb9
Update LightrunJavaAgent configuration files to replace deploymentNam…
44ed3c3
Deprecate DeploymentName field in LightrunJavaAgentSpec, updating doc…
924923b
Deprecate deploymentName field in LightrunJavaAgent configuration fil…
8c1ad6e
Fix formatting in custom_resource.md by adding a newline at the end o…
bb8334d
keep deploymetStatus for bc
a712847
simplify determineWorkloadType function per PR's feedback
5e1b54d
add checks for missing workloadName in reconcileDeployment and reconc…
b948101
update crds
52c042c
Improve error messages in reconcileDeployment and reconcileStatefulSe…
d462f06
Remove deprecated printcolumn for deploymentName in LightrunJavaAgent…
1af59a3
Remove deprecated deploymentName print column from LightrunJavaAgent …
33831b3
Update error message in LightrunJavaAgent controller tests to reflect…
22505e3
Refactor determineWorkloadType function to improve configuration vali…
2a68b3b
Refactor determineWorkloadType function to streamline workload type d…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,5 @@ coverage-report.html | |
*.swo | ||
*~ | ||
.vscode | ||
# macOS | ||
.DS_Store |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.