You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `ccloud cluster version-deferral` command get or set the version upgrade deferral policy for a CockroachDB {{ site.data.products.advanced }} cluster. Version deferral lets you delay automatic major version upgrades.
515
+
The `ccloud cluster version-deferral` commands get or set the version upgrade deferral policy for a CockroachDB {{ site.data.products.advanced }} cluster. Version deferral lets you delay automatic major version upgrades.
516
516
517
517
Use `ccloud cluster version-deferral get` to retrieve the current deferral policy:
The `ccloud cluster metric-export` command to configure metric export for a CockroachDB {{ site.data.products.advanced }} cluster. You can export metrics to AWS CloudWatch, Datadog, or Prometheus as described in the following sections.
756
+
The `ccloud cluster metric-export` commands configure metric exporting for a CockroachDB {{ site.data.products.advanced }} cluster. You can export metrics to AWS CloudWatch, Datadog, or Prometheus as described in the following sections.
The `ccloud cluster networking allowlist create` commands create or manage an [IP allowlist]({% link cockroachcloud/network-authorization.md %}#ip-allowlisting), which allows incoming network connections from the specified network IP range. Use the `--sql` flag to allow incoming CockroachDB SQL shell connections from the specified network. Use the `--ui` flag to allow access to the [DB Console]({% link {{ site.versions["stable"] }}/ui-overview.md %}) from the specified network.
851
+
The `ccloud cluster networking allowlist` commands create or manage an [IP allowlist]({% link cockroachcloud/network-authorization.md %}#ip-allowlisting), which allows incoming network connections from the specified network IP range. Use the `--sql` flag to allow incoming CockroachDB SQL shell connections from the specified network. Use the `--ui` flag to allow access to the [DB Console]({% link {{ site.versions["stable"] }}/ui-overview.md %}) from the specified network.
852
852
853
853
The IP range must be in [Classless Inter-Domain Routing (CIDR) format](https://wikipedia.org/wiki/Classless_Inter-Domain_Routing). For more information on CIDR, see [Understanding IP Addresses, Subnets, and CIDR Notation for Networking](https://www.digitalocean.com/community/tutorials/understanding-ip-addresses-subnets-and-cidr-notation-for-networking#cidr-notation).
854
854
@@ -922,7 +922,7 @@ Success! Deleted IP allowlist entry for
922
922
923
923
## Manage egress networking rules
924
924
925
-
The `ccloud cluster networking egress-rule` command manage egress traffic rules for a CockroachDB {{ site.data.products.advanced }} cluster. Egress rules control which external destinations your cluster can connect to.
925
+
The `ccloud cluster networking egress-rule` commands manage egress traffic rules for a CockroachDB {{ site.data.products.advanced }} cluster. Egress rules control which external destinations your cluster can connect to.
926
926
927
927
Use `ccloud cluster networking egress-rule list` to retrieve egress rules:
928
928
@@ -1563,7 +1563,7 @@ Use `ccloud replication create` to create a replication stream between the clust
0 commit comments