Skip to content

Commit

Permalink
Merge pull request #45 from SUSE-Enceladus/language
Browse files Browse the repository at this point in the history
Some language fixes.
  • Loading branch information
bear454 committed Mar 4, 2024
2 parents deeea00 + 22fa511 commit 07140fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/rancher-prime/aws/contents.lr
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ body:
for more details.
Please see [Creating an EKS cluster](https://ranchermanager.docs.rancher.com/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/rancher-on-amazon-eks#creating-an-eks-cluster-for-the-rancher-server)
for bringing up an EKS cluster to install Rancher Prime PAYG which is covered in the later section of this document.
2. An ingress installed on the EKS cluster so that Rancher is accessible outside
of the cluster. Please refer to [Rancher documentation](https://ranchermanager.docs.rancher.com/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/rancher-on-amazon-eks#5-install-an-ingress)
for instructions on how to deploy Ingress-INGINX on EKS cluster.
2. An ingress controller installed on the EKS cluster so that Rancher is accessible from outside
the cluster. Please refer to [Rancher documentation](https://ranchermanager.docs.rancher.com/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/rancher-on-amazon-eks#5-install-an-ingress)
for instructions on how to deploy the Ingress-INGINX controller on EKS cluster.
3. Get the Load Balancer IP. Please refer to [Rancher documentation](https://ranchermanager.docs.rancher.com/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/rancher-on-amazon-eks#6-get-load-balancer-ip) and Save the EXTERNAL-IP.
4. The Rancher hostname must be a fully qualified domain name (FQDN) and its
corresponding IP address must be resolvable from a public DNS. Please refer
to [Rancher documentation](https://ranchermanager.docs.rancher.com/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/rancher-on-amazon-eks#7-set-up-dns)
for instructions on how to setup DNS. This DNS is setup to point at the EXTERNAL-IP saved.
for instructions on how to setup DNS. This DNS is setup to point to the EXTERNAL-IP address.
5. Installation requires you have the following tools available and properly configured to access your AWS account, and your EKS cluster:
* `aws`
* `curl`
Expand Down

0 comments on commit 07140fb

Please sign in to comment.