From c46e9b1d66e5dd0926a3209bc4086969d05aaf02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Deptu=C5=82a?= Date: Wed, 29 Jun 2022 08:12:46 +0200 Subject: [PATCH] Fix for eks cluster networking MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Łukasz Deptuła --- infra/prod/prod_network/aws-blueprint.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/infra/prod/prod_network/aws-blueprint.yaml b/infra/prod/prod_network/aws-blueprint.yaml index 9740193..f009ac3 100644 --- a/infra/prod/prod_network/aws-blueprint.yaml +++ b/infra/prod/prod_network/aws-blueprint.yaml @@ -50,7 +50,7 @@ node_templates: - Key: concat: - kubernetes.io/cluster/ - - { get_input: [ resource_config, eks_cluster_name ] } + - { concat: [ { get_input: resource_prefix }, '_eks_cluster' ] } Value: shared - Key: kubernetes.io/role/internal-elb Value: '1' @@ -60,7 +60,7 @@ node_templates: - Key: concat: - kubernetes.io/cluster/ - - { get_input: [ resource_config, eks_cluster_name ] } + - { concat: [ { get_input: resource_prefix }, '_eks_cluster' ] } Value: shared - Key: kubernetes.io/role/internal-elb Value: '1' @@ -147,7 +147,7 @@ node_templates: - Key: concat: - kubernetes.io/cluster/ - - { get_input: [ resource_config, eks_cluster_name ] } + - { concat: [ { get_input: resource_prefix }, '_eks_cluster' ] } Value: shared - Key: kubernetes.io/role/elb Value: '1' @@ -201,7 +201,7 @@ node_templates: - Key: concat: - kubernetes.io/cluster/ - - { get_input: [ resource_config, eks_cluster_name ] } + - { concat: [ { get_input: resource_prefix }, '_eks_cluster' ] } Value: shared - Key: kubernetes.io/role/elb Value: '1' @@ -332,7 +332,7 @@ node_templates: - Key: concat: - kubernetes.io/cluster/ - - { get_input: [ resource_config, eks_cluster_name ] } + - { concat: [ { get_input: resource_prefix }, '_eks_cluster' ] } Value: owned relationships: - type: cloudify.relationships.depends_on