Skip to content

Commit

Permalink
Merge pull request #6 from K1Hyve/patch-1
Browse files Browse the repository at this point in the history
Updated cluster connection docs
  • Loading branch information
baixiac authored Dec 5, 2023
2 parents e62f095 + 86c11bb commit fe1334f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ terraform apply --auto-approve

## Connect to and verify the cluster
```
# Make sure to use --region if the cluster is deployed in non-default region and --profile if the cluster is deployed in a non-default AWS account
aws eks update-kubeconfig --name [eks_cluster_name]
kubectl get nodes
kubectl get pods -A
Expand Down Expand Up @@ -79,4 +80,4 @@ terraform output
* Prior to `terraform destroy`, infrastructure resources created by pods/controllers and may not be visible to Terraform need to be deleted, e.g., nginx-ingress's NLB. A good practice is to always begin by running `helmfile destroy`.
* If Karpenter is used for node provisioning, ensure the nodes created by it are not lingering around before running `terraform destroy`.
* Due to [known issues](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/issues/1507), the aws-ebs-csi-driver retains EBS volumes during cluster destruction. These volumes should be manually deleted if no longer needed.


0 comments on commit fe1334f

Please sign in to comment.