refactor slik#43
Merged
Merged
Conversation
Unit Tests and CoverageShow OutputPusher: @happytreees, Action: |
Unit Tests and CoverageShow OutputPusher: @happytreees, Action: |
Unit Tests and CoverageShow OutputPusher: @happytreees, Action: |
Unit Tests and CoverageShow OutputPusher: @happytreees, Action: |
Unit Tests and CoverageShow OutputPusher: @happytreees, Action: |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This pull request introduces several significant updates to improve compatibility, usability, and robustness of the SLiK Kubernetes operator. The main changes include raising the minimum supported Kubernetes and Go versions, updating dependencies, enhancing documentation with a new deployment guide, improving resource creation error handling, and refining signal handling and labeling logic.
Compatibility and Dependency Updates:
go.mod, and Helm chart (README.md,docs/deployment.md,go.mod,helm/slik/Chart.yaml). [1] [2] [3] [4]go.modfor improved compatibility and security. [1] [2]Documentation Improvements:
docs/deployment.md, including prerequisites, installation steps, usage, troubleshooting, and upgrade/delete instructions.README.mdto reflect new requirements and improved usage instructions, with a pointer to the new deployment guide.Resource Creation Robustness:
pkg/slurm/create_mariadb.go,pkg/slurm/create_munged.go,pkg/slurm/create_namespace.go). [1] [2] [3] [4] [5] [6]API and CRD Adjustments:
crds/v1/crds.yaml,helm/slik/templates/crds.yaml).pkg/clientset/v1/slik.go). [1] [2] [3]Runtime and Signal Handling Enhancements:
cmd/slik/main.go,pkg/helpers/signals.go). [1] [2] [3]slurmabler(cmd/slurmabler/main.go).cmd/slik/config/config.go,cmd/slurmabler/config/config.go). [1] [2] [3] [4]Other Improvements:
pkg/slurm/constants.go).These changes collectively modernize the SLiK project, improve user experience, and lay the groundwork for future development.