Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Page Layout and add Tips about Clean Up #682

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions website/docs/introduction/setup/your-account/using-eksctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,17 @@ This generally takes 20 minutes. Once the cluster is created run this command to
$ use-cluster $EKS_CLUSTER_NAME
```

## Next Steps

Now that the cluster is ready, head to the [Getting Started](/docs/introduction/getting-started) module or skip ahead to any module in the workshop with the top navigation bar. Once you're completed with the workshop, follow the steps below to clean-up your environment.

## Cleaning Up
## Cleaning Up (steps once you are done with the Workshop)

:::tip
The following demonstrates how you will later clean up resources once you are done using the EKS Cluster you created in previous steps to complete the modules.
:::

Before deleting the Cloud9 environment we need to clean up the cluster that we set up above.
Before deleting the Cloud9 environment we need to clean up the cluster that we set up in previous steps.

First use `delete-environment` to ensure that the sample application and any left-over lab infrastructure is removed:

Expand All @@ -48,4 +54,4 @@ Next delete the cluster with `eksctl`:

```bash test=false
$ eksctl delete cluster $EKS_CLUSTER_NAME --wait
```
```
Loading