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,7 +108,13 @@ 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 user privileges don't exist
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this true for all vSphere versions 7.0 and above?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only had licenses for vSphere 7.0.2 where I've hit into this issue :/

I do not have any concrete proof if it can be reproduced in older versions.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@csplinter Do you foresee any changes or the PR's good to merge? Just checking here if this can be closed

that are required for cluster creation. (See [Issue #4746](https://github.com/aws/eks-anywhere/issues/4746) for details.)
Consider passing `--skip-validations vsphere-user-privilege` along with `eksctl` or upgrading the vSphere version (**recommended**).
{{% /alert %}}

For a regular cluster create (with internet access), type the following:

Expand All @@ -117,6 +123,7 @@ Make sure you use single quotes around the values so that your shell does not in
-f eksa-mgmt-cluster.yaml \
# --install-packages packages.yaml \ # uncomment to install curated packages at cluster creation
```


For an airgapped cluster create, follow [Preparation for airgapped deployments]({{< relref "../install#prepare-for-airgapped-deployments-optional" >}}) instructions, then type the following:

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)
Loading