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
Copy file name to clipboardExpand all lines: docs/cluster-management/config.md
+3
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,9 @@ spot: false
75
75
76
76
# see https://docs.cortex.dev/v/master/guides/custom-domain for instructions on how to set up a custom domain
77
77
ssl_certificate_arn:
78
+
79
+
# primary CIDR block for the cluster's VPC (default: 192.168.0.0/16)
80
+
# vpc_cidr: 192.168.0.0/16
78
81
```
79
82
80
83
The default docker images used for your Predictors are listed in the instructions for [system packages](../deployments/system-packages.md), and can be overridden in your [Realtime API configuration](../deployments/realtime-api/api-configuration.md) and in your [Batch API configuration](../deployments/batch-api/api-configuration.md).
0 commit comments