@@ -144,29 +144,29 @@ The following table lists in alphabetical order v1 flags and their v2 version.
144144- ❌: Not supported in V2
145145- 🤔: Unplanned, but has open feature request
146146
147- | v1 | v2 | Notes |
148- | --------------------------- | --------------------- | ------------------------------------------------------------------------------------ |
149- | check_region | ❌ | |
150- | credential_file | credentials-file | |
151- | dir | unix-socket | |
152- | enable_iam_login | auto-iam-authn | |
153- | fd_rlimit | 🤔 | [ Feature Request] ( https://github.com/GoogleCloudPlatform/cloudsql-proxy/issues/1258 ) |
154- | fuse | fuse | |
155- | fuse_tmp | fuse-temp-dir | |
156- | health_check_port | http-port | Use --http-address=0.0.0.0 when using a health check in Kubernetes |
157- | host | sqladmin-api-endpoint | |
158- | instances_metadata | 🤔 | [ Feature Request] ( https://github.com/GoogleCloudPlatform/cloudsql-proxy/issues/1259 ) |
159- | ip_address_types | private-ip | Defaults to public. To connect to a private IP, you must add the --private-ip flag |
160- | log_debug_stdout | ❌ | v2 logs to stdout, errors to stderr by default |
161- | max_connections | max-connections | |
162- | projects | ❌ | v2 prefers explicit connection configuration to avoid user error |
163- | quiet | quiet | quiet disables all logging except errors |
164- | quota_project | quota-project | |
165- | refresh_config_throttle | ❌ | |
166- | skip_failed_instance_config | ❌ | This flag was only necessary with Unix sockets. Use TCP sockets to avoid failed startup. |
167- | structured_logs | structured-logs | |
168- | term_timeout | max-sigterm-delay | |
169- | token | token | |
170- | use_http_health_check | health-check | |
171- | verbose | ❌ | |
172- | version | version | |
147+ | v1 | v2 | Notes |
148+ | --------------------------- | --------------------------- | ------------------------------------------------------------------------------------ |
149+ | check_region | ❌ | |
150+ | credential_file | credentials-file | |
151+ | dir | unix-socket | |
152+ | enable_iam_login | auto-iam-authn | |
153+ | fd_rlimit | 🤔 | [ Feature Request] ( https://github.com/GoogleCloudPlatform/cloudsql-proxy/issues/1258 ) |
154+ | fuse | fuse | |
155+ | fuse_tmp | fuse-temp-dir | |
156+ | health_check_port | http-port | Use --http-address=0.0.0.0 when using a health check in Kubernetes |
157+ | host | sqladmin-api-endpoint | |
158+ | instances_metadata | 🤔 | [ Feature Request] ( https://github.com/GoogleCloudPlatform/cloudsql-proxy/issues/1259 ) |
159+ | ip_address_types | private-ip | Defaults to public. To connect to a private IP, you must add the --private-ip flag |
160+ | log_debug_stdout | ❌ | v2 logs to stdout, errors to stderr by default |
161+ | max_connections | max-connections | |
162+ | projects | ❌ | v2 prefers explicit connection configuration to avoid user error |
163+ | quiet | quiet | quiet disables all logging except errors |
164+ | quota_project | quota-project | |
165+ | refresh_config_throttle | ❌ | |
166+ | skip_failed_instance_config | skip-failed-instance-config | |
167+ | structured_logs | structured-logs | |
168+ | term_timeout | max-sigterm-delay | |
169+ | token | token | |
170+ | use_http_health_check | health-check | |
171+ | verbose | ❌ | |
172+ | version | version | |
0 commit comments