From c830aa0881f215ea6288a91bf833e0c4f9240b70 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Steenis Date: Wed, 30 May 2018 18:44:08 +0200 Subject: [PATCH] Add state info --- content/rancher/v2.x/en/faq/technical/_index.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/faq/technical/_index.md b/content/rancher/v2.x/en/faq/technical/_index.md index 8f0a12ebbcc..10ba0455f81 100644 --- a/content/rancher/v2.x/en/faq/technical/_index.md +++ b/content/rancher/v2.x/en/faq/technical/_index.md @@ -47,4 +47,9 @@ Node Templates can be accessed by opening your account menu (top right) and sele #### Why is my Layer-4 Load Balancer in `Pending` state? -The Layer-4 Load Balancer is created as `type: LoadBalancer`. In Kubernetes, this needs a cloud provider or controller that can satisfy these requests, otherwise these will be in `Pending` state forever. More information can be on [Cloud Providers]({{< baseurl >}}/rancher/v2.x/en/concepts/clusters/cloud-providers/) or [Create External Load Balancer](https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/) +The Layer-4 Load Balancer is created as `type: LoadBalancer`. In Kubernetes, this needs a cloud provider or controller that can satisfy these requests, otherwise these will be in `Pending` state forever. More information can be found on [Cloud Providers]({{< baseurl >}}/rancher/v2.x/en/concepts/clusters/cloud-providers/) or [Create External Load Balancer](https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/) + +#### Where is the state of Rancher stored? + +- Single node install: in the embedded etcd of the `rancher/rancher` container, located at `/var/lib/rancher`. +- High Availability install: in the etcd of the RKE cluster created to run Rancher.