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

[Docs] Additional notes related EKS-A vSphere Installation #7577

Closed
wants to merge 14 commits into from
Closed
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,20 @@ Make sure you use single quotes around the values so that your shell does not in
{{% /alert %}}


1. Create cluster
1. Create cluster
{{% alert title="Important" color="warning" %}}

If your vSphere version is 7.0.2, then few previliges don't [exist](https://github.com/aws/eks-anywhere/issues/4746),
vrv7567 marked this conversation as resolved.
Show resolved Hide resolved
required for user related to cluster-creation.
vrv7567 marked this conversation as resolved.
Show resolved Hide resolved
Consider passing `--skip-validations vsphere-user-privilege` along with `eksctl` or upgrading(**recommonded**) vSphere version
vrv7567 marked this conversation as resolved.
Show resolved Hide resolved
{{% /alert %}}

```bash
eksctl anywhere create cluster \
-f eksa-mgmt-cluster.yaml \
# --install-packages packages.yaml \ # uncomment to install curated packages at cluster creation
```


1. Once the cluster is created you can use it with the generated `KUBECONFIG` file in your local directory:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ You will have a separate folder for the management cluster and each cluster you


* **resourcePool**:
The vSphere resource pools for your VMs in the EKS Anywhere cluster. If there is a resource pool: `/<datacenter>/host/<resource-pool-name>/Resources`
The vSphere resource pools for your VMs in the EKS Anywhere cluster. To use an existing resource pool: `/<datacenter>/host/<cluster-name>/Resources/<resource-pool-name>`

![Import ova wizard](/images/resourcepool.png)