Skip to content

Commit

Permalink
docs: add not about private IP to migration guide (#1605)
Browse files Browse the repository at this point in the history
  • Loading branch information
enocom authored Jan 4, 2023
1 parent 33a9740 commit ae904f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The following table lists in alphabetical order v1 flags and their v2 version.
| health_check_port | http-port | Use --http-address=0.0.0.0 when using a health check in Kubernetes |
| host | sqladmin-api-endpoint | |
| instances_metadata | 🤔 | [Feature Request](https://github.com/GoogleCloudPlatform/cloudsql-proxy/issues/1259) |
| ip_address_types | private-ip | Defaults to public |
| ip_address_types | private-ip | Defaults to public. To connect to a private IP, you must add the --private-ip flag |
| log_debug_stdout || v2 logs to stdout, errors to stderr by default |
| max_connections | max-connections | |
| projects || v2 prefers explicit connection configuration to avoid user error |
Expand Down

0 comments on commit ae904f9

Please sign in to comment.