Skip to content

Commit

Permalink
Fixes from review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnegus committed Mar 21, 2023
1 parent e0605a7 commit f7b701f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/en/docs/concepts/cluster-topologies.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Supported workload cluster creation tools include:
* `eksctl` CLI
* Terraform
* GitOps
* `kubectl` CLI or similar tools that can communicate with the Kubernetes API
* `kubectl` CLI to communicate with the Kubernetes API

## What’s the difference between a management cluster and a bootstrap cluster for EKS Anywhere?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ Follow these steps to have your management cluster create and manage separate wo
* **Terraform**: See [Manage separate workload clusters with Terraform]({{< relref "../../tasks/cluster/cluster-terraform.md#manage-separate-workload-clusters-using-terraform" >}})
* **kubectl CLI**: The cluster lifecycle feature lets you use `kubectl`, or other tools that that can talk to the Kubernetes API, to create a workload cluster. To use `kubectl`, run:
* **Kubernetes CLI**: The cluster lifecycle feature lets you use `kubectl` to manage a workload cluster. For example:
```bash
kubectl apply -f eksa-w01-cluster.yaml
```
Expand Down

0 comments on commit f7b701f

Please sign in to comment.