From aacb6eda8cc770710ee463f5b550ca45f2ccef98 Mon Sep 17 00:00:00 2001 From: Jason Greathouse Date: Wed, 5 Sep 2018 16:11:15 -0500 Subject: [PATCH 1/3] qa feedback on ha install - link to chart source, need internal_address on ec2 instances with self-referencing SG --- .../rancher/v2.x/en/installation/ha/helm-rancher/_index.md | 2 ++ .../rancher/v2.x/en/installation/ha/kubernetes-rke/_index.md | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/content/rancher/v2.x/en/installation/ha/helm-rancher/_index.md b/content/rancher/v2.x/en/installation/ha/helm-rancher/_index.md index 57fd70024ae..5a7619ccedd 100644 --- a/content/rancher/v2.x/en/installation/ha/helm-rancher/_index.md +++ b/content/rancher/v2.x/en/installation/ha/helm-rancher/_index.md @@ -13,6 +13,8 @@ Use `helm repo add` to add the Rancher chart repository. helm repo add rancher-stable https://releases.rancher.com/server-charts/stable ``` +For additional chart details and source see the [server-chart](https://github.com/rancher/server-chart) repo on GitHub. + ### Install cert-manager > **Note:** cert-manager is only required for Rancher generated and LetsEncrypt issued certificates. You may skip this step if you are bringing your own certificates and using the `ingress.tls.source=secret` option. diff --git a/content/rancher/v2.x/en/installation/ha/kubernetes-rke/_index.md b/content/rancher/v2.x/en/installation/ha/kubernetes-rke/_index.md index bef2d2ab927..4234c2e9656 100644 --- a/content/rancher/v2.x/en/installation/ha/kubernetes-rke/_index.md +++ b/content/rancher/v2.x/en/installation/ha/kubernetes-rke/_index.md @@ -9,15 +9,20 @@ Use RKE to install Kubernetes with a high-availability etcd configuration. Using the sample below create the `rancher-cluster.yml` file. Replace the IP Addresses in the `nodes` list with the IP address or DNS names of the 3 Nodes you created. +> **Note:** If you node has public and internal addresses, its recommended to set `internal_address:` so Kubernetes will use it for intra-cluster communication. Some services like AWS EC2 require setting `internal_address:` if you want to use self-referencing security groups or firewalls. + ```yaml nodes: - address: 165.227.114.63 + internal_address: 172.16.22.12 user: ubuntu role: [controlplane,worker,etcd] - address: 165.227.116.167 + internal_address: 172.16.32.37 user: ubuntu role: [controlplane,worker,etcd] - address: 165.227.127.226 + internal_address: 172.16.42.73 user: ubuntu role: [controlplane,worker,etcd] ``` From 983019e41087e480ab20d74876ca8131066dcab6 Mon Sep 17 00:00:00 2001 From: Denise Date: Wed, 5 Sep 2018 21:52:24 -0700 Subject: [PATCH 2/3] Update _index.md --- content/rancher/v2.x/en/installation/ha/helm-rancher/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/installation/ha/helm-rancher/_index.md b/content/rancher/v2.x/en/installation/ha/helm-rancher/_index.md index 5a7619ccedd..72d5643838f 100644 --- a/content/rancher/v2.x/en/installation/ha/helm-rancher/_index.md +++ b/content/rancher/v2.x/en/installation/ha/helm-rancher/_index.md @@ -13,7 +13,7 @@ Use `helm repo add` to add the Rancher chart repository. helm repo add rancher-stable https://releases.rancher.com/server-charts/stable ``` -For additional chart details and source see the [server-chart](https://github.com/rancher/server-chart) repo on GitHub. +For additional chart details, view the [source of these Rancher server charts](https://github.com/rancher/server-chart). ### Install cert-manager From e7b1186d567efb588ff1948f5e189fc497ff0b14 Mon Sep 17 00:00:00 2001 From: Denise Date: Wed, 5 Sep 2018 21:53:15 -0700 Subject: [PATCH 3/3] Update _index.md --- .../rancher/v2.x/en/installation/ha/kubernetes-rke/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/rancher/v2.x/en/installation/ha/kubernetes-rke/_index.md b/content/rancher/v2.x/en/installation/ha/kubernetes-rke/_index.md index 4234c2e9656..55eaadac4d6 100644 --- a/content/rancher/v2.x/en/installation/ha/kubernetes-rke/_index.md +++ b/content/rancher/v2.x/en/installation/ha/kubernetes-rke/_index.md @@ -9,7 +9,7 @@ Use RKE to install Kubernetes with a high-availability etcd configuration. Using the sample below create the `rancher-cluster.yml` file. Replace the IP Addresses in the `nodes` list with the IP address or DNS names of the 3 Nodes you created. -> **Note:** If you node has public and internal addresses, its recommended to set `internal_address:` so Kubernetes will use it for intra-cluster communication. Some services like AWS EC2 require setting `internal_address:` if you want to use self-referencing security groups or firewalls. +> **Note:** If your node has public and internal addresses, it is recommended to set the `internal_address:` so Kubernetes will use it for intra-cluster communication. Some services like AWS EC2 require setting the `internal_address:` if you want to use self-referencing security groups or firewalls. ```yaml nodes: @@ -107,4 +107,4 @@ Save a copy of the `kube_config_rancher-cluster.yml` and `rancher-cluster.yml` f See the [Troubleshooting]({{< baseurl >}}/rancher/v2.x/en/installation/ha/kubernetes-rke/troubleshooting/) page. -### [Next: Initialize Helm]({{< baseurl >}}/rancher/v2.x/en/installation/ha/helm-init/) \ No newline at end of file +### [Next: Initialize Helm]({{< baseurl >}}/rancher/v2.x/en/installation/ha/helm-init/)