Skip to content

Commit 5a00fe3

Browse files
authored
Update _index.md
1 parent 0199887 commit 5a00fe3

File tree

1 file changed

+1
-1
lines changed
  • content/rancher/v2.6/en/installation/resources/k8s-tutorials/ha-rke2

1 file changed

+1
-1
lines changed

content/rancher/v2.6/en/installation/resources/k8s-tutorials/ha-rke2/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ To use this `kubeconfig` file,
8989

9090
1. Install [kubectl,](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl) a Kubernetes command-line tool.
9191
2. Copy the file at `/etc/rancher/rke2/rke2.yaml` and save it to the directory `~/.kube/config` on your local machine.
92-
3. In the kubeconfig file, the `server` directive is defined as localhost. Configure the server as the DNS of your load balancer, referring to port 6443. (The Kubernetes API server will be reached at port 6443, while the Rancher server will be reached at ports 80 and 443.) Here is an example `rke2.yaml`:
92+
3. In the kubeconfig file, the `server` directive is defined as localhost. Configure the server as the DNS of your control-plane load balancer, on port 6443. (The RKE2 Kubernetes API Server uses port 6443, while the Rancher server will be served via the NGINX Ingress on ports 80 and 443.) Here is an example `rke2.yaml`:
9393

9494
```yml
9595
apiVersion: v1

0 commit comments

Comments
 (0)