Skip to content
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

docs: update docs for alloydb public ip #475

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/datastore/alloydb.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,14 @@ connect to your VPC. You should only need to do this once per VPC (per project).
--region=$REGION \
--cluster=$CLUSTER \
--project=$PROJECT_ID \
--ssl-mode=ALLOW_UNENCRYPTED_AND_ENCRYPTED
--ssl-mode=ALLOW_UNENCRYPTED_AND_ENCRYPTED \
--database-flags=password.enforce_complexity=on
```

1. Enable public IP on instance:

```bash
gcloud beta alloydb instances update $INSTANCE \
gcloud alloydb instances update $INSTANCE \
--cluster=$CLUSTER \
--region=$REGION \
--assign-inbound-public-ip=ASSIGN_IPV4
Expand Down