Add CLI commands for cloudnativepg installation#1528
Merged
dannyzaken merged 1 commit intonoobaa:masterfrom Feb 17, 2025
Merged
Add CLI commands for cloudnativepg installation#1528dannyzaken merged 1 commit intonoobaa:masterfrom
dannyzaken merged 1 commit intonoobaa:masterfrom
Conversation
ca76447 to
d0e93e6
Compare
liranmauda
approved these changes
Feb 16, 2025
d0e93e6 to
b91cc82
Compare
- Add CmdCNPG with install, uninstall, status, and yaml subcommands - Implement YAML manifest loading and parsing with API group customization - Add resource validation - Add resource modifications according to options. - Support installation and uninstallation of cnpg operator resources - Add simple status check for cnpg operator deployment Added CNPG yamls under deploy/cnpg undo first commit Signed-off-by: Danny Zaken <dannyzaken@gmail.com>
b91cc82 to
c1fd20c
Compare
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 is an initial commit of the Cloudnative-pg integration.
Explain the changes
install,uninstall,status, andyamlsubcommandsChanges to
installcommand:--use-cnpgthe cnpg operator and all its resources will be installed. It is still not used to create a postgres cluster.Testing Instructions: