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
msg+=fmt.Sprintf(" → run `cortex cluster info --configure-env %s` to update your environment (include `--config <cluster.yaml>` if you have a cluster configuration file)\n", envName)
64
64
// CORTEX_VERSION_MINOR
65
-
msg+=" → if you set `operator_load_balancer_scheme: internal` in your cluster configuration file, your CLI must run from within a VPC that has access to your cluster's VPC (see https://docs.cortex.dev/v/master/guides/vpc-peering)\n"
65
+
msg+=" → if you set `operator_load_balancer_scheme: internal` in your cluster configuration file, your CLI must run from within a VPC that has access to your cluster's VPC (see https://docs.cortex.dev/v/0.22/guides/vpc-peering)\n"
Copy file name to clipboardExpand all lines: docs/cluster-management/config.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ instance_volume_type: gp2
39
39
40
40
# whether the subnets used for EC2 instances should be public or private (default: "public")
41
41
# if "public", instances will be assigned public IP addresses; if "private", instances won't have public IPs and a NAT gateway will be created to allow outgoing network requests
42
-
# see https://docs.cortex.dev/v/master/miscellaneous/security#private-cluster for more information
42
+
# see https://docs.cortex.dev/v/0.22/miscellaneous/security#private-cluster for more information
43
43
subnet_visibility: public # must be "public" or "private"
44
44
45
45
# whether to include a NAT gateway with the cluster (a NAT gateway is necessary when using private subnets)
@@ -48,12 +48,12 @@ nat_gateway: none # must be "none", "single", or "highly_available" (highly_ava
48
48
49
49
# whether the API load balancer should be internet-facing or internal (default: "internet-facing")
50
50
# note: if using "internal", APIs will still be accessible via the public API Gateway endpoint unless you also disable API Gateway in your API's configuration (if you do that, you must configure VPC Peering to connect to your APIs)
51
-
# see https://docs.cortex.dev/v/master/miscellaneous/security#private-cluster for more information
51
+
# see https://docs.cortex.dev/v/0.22/miscellaneous/security#private-cluster for more information
52
52
api_load_balancer_scheme: internet-facing # must be "internet-facing" or "internal"
53
53
54
54
# whether the operator load balancer should be internet-facing or internal (default: "internet-facing")
55
-
# note: if using "internal", you must configure VPC Peering to connect your CLI to your cluster operator (https://docs.cortex.dev/v/master/guides/vpc-peering)
56
-
# see https://docs.cortex.dev/v/master/miscellaneous/security#private-operator for more information
55
+
# note: if using "internal", you must configure VPC Peering to connect your CLI to your cluster operator (https://docs.cortex.dev/v/0.22/guides/vpc-peering)
56
+
# see https://docs.cortex.dev/v/0.22/miscellaneous/security#private-operator for more information
57
57
operator_load_balancer_scheme: internet-facing # must be "internet-facing" or "internal"
58
58
59
59
# whether to disable API gateway cluster-wide
@@ -65,10 +65,10 @@ api_gateway: public # must be "public" or "none"
65
65
tags: # <string>: <string> map of key/value pairs
66
66
67
67
# whether to use spot instances in the cluster (default: false)
68
-
# see https://docs.cortex.dev/v/master/cluster-management/spot-instances for additional details on spot configuration
68
+
# see https://docs.cortex.dev/v/0.22/cluster-management/spot-instances for additional details on spot configuration
69
69
spot: false
70
70
71
-
# see https://docs.cortex.dev/v/master/guides/custom-domain for instructions on how to set up a custom domain
71
+
# see https://docs.cortex.dev/v/0.22/guides/custom-domain for instructions on how to set up a custom domain
72
72
ssl_certificate_arn:
73
73
74
74
# primary CIDR block for the cluster's VPC (default: 192.168.0.0/16)
@@ -82,17 +82,17 @@ The docker images used by the Cortex cluster can also be overridden, although th
0 commit comments