From 279f4b6627e5314216012fb0fb86fcf9660ea39d Mon Sep 17 00:00:00 2001 From: Venkata Mutyala Date: Mon, 15 May 2023 10:56:01 -0700 Subject: [PATCH] Update tenant-readme.md.tpl (#34) --- modules/tenant-readme/0.1.0/tenant-readme.md.tpl | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/modules/tenant-readme/0.1.0/tenant-readme.md.tpl b/modules/tenant-readme/0.1.0/tenant-readme.md.tpl index 1f7a3652..a7f2406b 100644 --- a/modules/tenant-readme/0.1.0/tenant-readme.md.tpl +++ b/modules/tenant-readme/0.1.0/tenant-readme.md.tpl @@ -78,13 +78,9 @@ gh repo clone placeholder_github_owner/placeholder_repo_name ``` * Reference documents for [terraform-module-cloud-aws-kubernetes-cluster](https://github.com/GlueOps/terraform-module-cloud-aws-kubernetes-cluster) and use the pre-created directory `terraform/kubernetes` within this repo for the `main.tf` file to deploy the cluster. - * See calico installation under Deployment in [wiki](https://github.com/GlueOps/terraform-module-cloud-aws-kubernetes-cluster/wiki) + * See calico installation under Deployment in [wiki](https://github.com/GlueOps/terraform-module-cloud-aws-kubernetes-cluster/wiki#deployment) -3. Access the new Kubernetes Cluster by running the below command to set up kubeconfig - - ```sh - aws eks update-kubeconfig --region us-west-2 --name captain-cluster - ``` +3. Access the new Kubernetes Cluster by creating a [kubeconfig](https://github.com/GlueOps/terraform-module-cloud-aws-kubernetes-cluster/wiki#create-a-kubeconfig) 4. Now that Kubernetes is deployed and can be accessed, being [deploying the GlueOps Platform](#Deploying-GlueOps-the-Platform)