Skip to content

Conversation

squizzi
Copy link
Member

@squizzi squizzi commented Dec 11, 2024

This PR deprecates the cluster addon postgres and removes any references to it in command Example's; effectively reverting #378.

Testing

cluster addon create postgres is no longer a command and produces help output when called, only object-store is left as available commands for cluster addon.

./bin/replicated cluster addon create postgres
Create new add-ons for a cluster. This command allows you to add functionality or services to a cluster by provisioning the required add-ons.


Usage:
  replicated cluster addon create [command]

Example:
  # Create an object store bucket add-on for a cluster
  replicated cluster addon create object-store CLUSTER_ID --bucket-prefix mybucket

  # Perform a dry run for creating an object store add-on
  replicated cluster addon create object-store CLUSTER_ID --bucket-prefix mybucket --dry-run

Available Commands:
  object-store Create an object store bucket for a cluster. <---

Flags:
  -h, --help   help for create

Global Flags:
      --app string                The app slug or app id to use in all calls
      --integration-test string   Set to the name of the integration test to run
      --log-api-calls string      Log the API calls to the specified file
      --token string              The API token to use to access your app in the Vendor API

Use "replicated cluster addon create [command] --help" for more information about a command.

Signed-off-by: Kyle Squizzato <kyle@replicated.com>
@squizzi squizzi merged commit 296a36d into main Dec 13, 2024
5 checks passed
@squizzi squizzi deleted the squizzi/sc-116701/remove-postgres-addon branch December 13, 2024 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants