From 5fb0cad7215fa8faed692c7334914f5cdebeeee2 Mon Sep 17 00:00:00 2001 From: Praseeda Sathaye Date: Tue, 5 Sep 2023 22:08:53 -0700 Subject: [PATCH 1/7] adding Amazon EKS with Istio setup to platform-setup page --- .../docs/setup/platform-setup/amazon-eks/index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 content/en/docs/setup/platform-setup/amazon-eks/index.md diff --git a/content/en/docs/setup/platform-setup/amazon-eks/index.md b/content/en/docs/setup/platform-setup/amazon-eks/index.md new file mode 100644 index 000000000000..5f86320a09bc --- /dev/null +++ b/content/en/docs/setup/platform-setup/amazon-eks/index.md @@ -0,0 +1,14 @@ +--- +title: Amazon EKS +description: Steps to Configure Istio on Amazon EKS in AWS cloud +weight: 69 +skip_seealso: true +aliases: + - /docs/setup/kubernetes/prepare/platform-setup/aws/ + - /docs/setup/kubernetes/platform-setup/aws/ +keywords: [platform-setup,aws-cloud,eks] +owner: istio/wg-environments-maintainers +test: no +--- + +Follow [EKS Blueprints for Istio](https://github.com/aws-ia/terraform-aws-eks-blueprints/tree/main/examples/istio) instructions to provision EKS cluster with Istio setup in AWS cloud. \ No newline at end of file From 5ff6d1de59977cfcf14c72606ba184ec5e2e5f2f Mon Sep 17 00:00:00 2001 From: Praseeda Sathaye Date: Tue, 5 Sep 2023 22:08:53 -0700 Subject: [PATCH 2/7] adding Amazon EKS with Istio setup to platform-setup page --- .../docs/setup/platform-setup/amazon-eks/index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 content/en/docs/setup/platform-setup/amazon-eks/index.md diff --git a/content/en/docs/setup/platform-setup/amazon-eks/index.md b/content/en/docs/setup/platform-setup/amazon-eks/index.md new file mode 100644 index 000000000000..5f86320a09bc --- /dev/null +++ b/content/en/docs/setup/platform-setup/amazon-eks/index.md @@ -0,0 +1,14 @@ +--- +title: Amazon EKS +description: Steps to Configure Istio on Amazon EKS in AWS cloud +weight: 69 +skip_seealso: true +aliases: + - /docs/setup/kubernetes/prepare/platform-setup/aws/ + - /docs/setup/kubernetes/platform-setup/aws/ +keywords: [platform-setup,aws-cloud,eks] +owner: istio/wg-environments-maintainers +test: no +--- + +Follow [EKS Blueprints for Istio](https://github.com/aws-ia/terraform-aws-eks-blueprints/tree/main/examples/istio) instructions to provision EKS cluster with Istio setup in AWS cloud. \ No newline at end of file From 9e4c3f2add91ead3c7f1789699cce69ecd0c723a Mon Sep 17 00:00:00 2001 From: Praseeda Sathaye Date: Wed, 6 Sep 2023 07:38:26 -0700 Subject: [PATCH 3/7] updating the test section of the doc --- content/en/docs/setup/platform-setup/amazon-eks/index.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/content/en/docs/setup/platform-setup/amazon-eks/index.md b/content/en/docs/setup/platform-setup/amazon-eks/index.md index 5f86320a09bc..4958efa837d7 100644 --- a/content/en/docs/setup/platform-setup/amazon-eks/index.md +++ b/content/en/docs/setup/platform-setup/amazon-eks/index.md @@ -3,12 +3,9 @@ title: Amazon EKS description: Steps to Configure Istio on Amazon EKS in AWS cloud weight: 69 skip_seealso: true -aliases: - - /docs/setup/kubernetes/prepare/platform-setup/aws/ - - /docs/setup/kubernetes/platform-setup/aws/ keywords: [platform-setup,aws-cloud,eks] owner: istio/wg-environments-maintainers -test: no +test: n/a --- Follow [EKS Blueprints for Istio](https://github.com/aws-ia/terraform-aws-eks-blueprints/tree/main/examples/istio) instructions to provision EKS cluster with Istio setup in AWS cloud. \ No newline at end of file From 2925c6e796124e9a12c4be19f6dc01b2ebf3355d Mon Sep 17 00:00:00 2001 From: Praseeda Sathaye Date: Wed, 6 Sep 2023 08:09:46 -0700 Subject: [PATCH 4/7] adding period at the end of description for the error in test --- content/en/docs/setup/platform-setup/amazon-eks/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/setup/platform-setup/amazon-eks/index.md b/content/en/docs/setup/platform-setup/amazon-eks/index.md index 4958efa837d7..b461d51cdb60 100644 --- a/content/en/docs/setup/platform-setup/amazon-eks/index.md +++ b/content/en/docs/setup/platform-setup/amazon-eks/index.md @@ -1,6 +1,6 @@ --- title: Amazon EKS -description: Steps to Configure Istio on Amazon EKS in AWS cloud +description: Steps to Configure Istio on Amazon EKS in AWS cloud. weight: 69 skip_seealso: true keywords: [platform-setup,aws-cloud,eks] From 6b6bb0755e7bd6a0b47cc91a360436b054a46347 Mon Sep 17 00:00:00 2001 From: Praseeda Sathaye Date: Wed, 6 Sep 2023 08:30:07 -0700 Subject: [PATCH 5/7] adding newline at end of file --- content/en/docs/setup/platform-setup/amazon-eks/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/setup/platform-setup/amazon-eks/index.md b/content/en/docs/setup/platform-setup/amazon-eks/index.md index b461d51cdb60..d50df1a3e660 100644 --- a/content/en/docs/setup/platform-setup/amazon-eks/index.md +++ b/content/en/docs/setup/platform-setup/amazon-eks/index.md @@ -8,4 +8,4 @@ owner: istio/wg-environments-maintainers test: n/a --- -Follow [EKS Blueprints for Istio](https://github.com/aws-ia/terraform-aws-eks-blueprints/tree/main/examples/istio) instructions to provision EKS cluster with Istio setup in AWS cloud. \ No newline at end of file +Follow [EKS Blueprints for Istio](https://github.com/aws-ia/terraform-aws-eks-blueprints/tree/main/examples/istio) instructions to provision EKS cluster with Istio setup in AWS cloud. From 68483f23d5b7e59d64086d11b266d61b43acdd72 Mon Sep 17 00:00:00 2001 From: Praseeda Sathaye Date: Wed, 6 Sep 2023 09:39:00 -0700 Subject: [PATCH 6/7] changing the weight to make it ordered alphabetically. --- content/en/docs/setup/platform-setup/amazon-eks/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/setup/platform-setup/amazon-eks/index.md b/content/en/docs/setup/platform-setup/amazon-eks/index.md index d50df1a3e660..7d3264ade434 100644 --- a/content/en/docs/setup/platform-setup/amazon-eks/index.md +++ b/content/en/docs/setup/platform-setup/amazon-eks/index.md @@ -1,7 +1,7 @@ --- title: Amazon EKS -description: Steps to Configure Istio on Amazon EKS in AWS cloud. -weight: 69 +description: Instructions to set up Istio on Amazon EKS in AWS cloud. +weight: 7 skip_seealso: true keywords: [platform-setup,aws-cloud,eks] owner: istio/wg-environments-maintainers From 88d52159513255d190e13b563ad40ea21851acc3 Mon Sep 17 00:00:00 2001 From: Praseeda Sathaye Date: Tue, 12 Sep 2023 12:15:51 -0700 Subject: [PATCH 7/7] updating the link as it was broken due to this change made to folder structure in upstream https://github.com/aws-ia/terraform-aws-eks-blueprints/pull/1754 --- content/en/docs/setup/platform-setup/amazon-eks/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/setup/platform-setup/amazon-eks/index.md b/content/en/docs/setup/platform-setup/amazon-eks/index.md index 7d3264ade434..c4d954d9d29d 100644 --- a/content/en/docs/setup/platform-setup/amazon-eks/index.md +++ b/content/en/docs/setup/platform-setup/amazon-eks/index.md @@ -8,4 +8,4 @@ owner: istio/wg-environments-maintainers test: n/a --- -Follow [EKS Blueprints for Istio](https://github.com/aws-ia/terraform-aws-eks-blueprints/tree/main/examples/istio) instructions to provision EKS cluster with Istio setup in AWS cloud. +Follow [EKS Blueprints for Istio](https://github.com/aws-ia/terraform-aws-eks-blueprints/tree/main/patterns/istio) instructions to provision EKS cluster with Istio setup in AWS cloud.