From c549d60160117ccd5899bdbd93b491e5432cb334 Mon Sep 17 00:00:00 2001 From: Shubham9t9 Date: Fri, 5 May 2023 11:48:38 +0530 Subject: [PATCH] updated token generating command in Readme file --- eksctl-configs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eksctl-configs/README.md b/eksctl-configs/README.md index 387f69f..d610e76 100644 --- a/eksctl-configs/README.md +++ b/eksctl-configs/README.md @@ -52,8 +52,8 @@ eksctl utils write-kubeconfig --cluster --region ### Generating token based Kubeconfig -Ensure that you have kubeconfig already set and are able to access the cluster. Generate the cluster-admin token based kube-config. Please ensure that you have `kubectl` and `jq` installed on the bastion that you’re running the commands on. +Ensure that you have kubeconfig already set and are able to access the cluster. Generate the cluster-admin token based kube-config. Please ensure that you have `kubectl` installed on the bastion that you’re running the commands on. ``` -curl -O https://raw.githubusercontent.com/devtron-labs/utilities/main/kubeconfig-exporter/kubernetes_kubeconfig_sa.sh && bash kubernetes_kubeconfig_sa.sh cd-user devtroncd https://raw.githubusercontent.com/devtron-labs/utilities/main/kubeconfig-exporter/clusterrole.yaml +curl -o https://raw.githubusercontent.com/devtron-labs/utilities/main/kubeconfig-exporter/kubernetes_export_sa.sh && bash kubernetes_export_sa.sh cd-user devtroncd ```