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 42a85c0 commit 15e940eCopy full SHA for 15e940e
manager/install.sh
@@ -327,7 +327,7 @@ function suspend_spot_az_rebalance() {
327
328
function create_vpc_link() {
329
# get VPC ID
330
- vpc_id=$(aws ec2 describe-vpcs --region $CORTEX_REGION --filters Name=tag:eksctl.cluster.k8s.io/v1alpha1/cluster-name,Values=$CORTEX_CLUSTER_NAME | jq .Vpcs[0].VpcId | tr -d '"')
+ vpc_id=$(aws ec2 describe-vpcs --region $CORTEX_REGION --filters Name=tag:cortex.dev/cluster-name,Values=$CORTEX_CLUSTER_NAME | jq .Vpcs[0].VpcId | tr -d '"')
331
if [ "$vpc_id" = "" ] || [ "$vpc_id" = "null" ]; then
332
echo "unable to find cortex vpc"
333
exit 1
0 commit comments