We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d37b9 commit 6613e62Copy full SHA for 6613e62
manager/install.sh
@@ -91,7 +91,7 @@ function cluster_up_aws() {
91
92
echo -e "\ncortex is ready!"
93
if [ "$CORTEX_OPERATOR_LOAD_BALANCER_SCHEME" == "internal" ]; then
94
- echo -e "note: you will need to configure VPC Peering to connect to your cluster: https://docs.cortex.dev/v/${CORTEX_VERSION_MINOR}/"
+ echo -e "\nnote: you will need to configure VPC Peering to connect to your cluster: https://docs.cortex.dev/v/${CORTEX_VERSION_MINOR}/"
95
fi
96
97
print_endpoints_aws
0 commit comments