diff --git a/docs/content/faq.md b/docs/content/faq.md index 7ae4ece5..19a7f0dd 100644 --- a/docs/content/faq.md +++ b/docs/content/faq.md @@ -74,5 +74,4 @@ To try out tracing with Jaeger, do the following: - Run the walkthrough tutorial - Open `http://localhost:16686/search` -Observability is not a hard requirement for the Athens proxy. So, if the infrastructure is not properly set up, they will fail with an information log. For eg. if Jaeger is not running / if the wrong URL to the exporter is provided, proxy will continue to run. However, it will not collect any traces or metrics (when the exporter backend is unavailable). - +Observability is not a hard requirement for the Athens proxy. So, if the infrastructure is not properly set up, it will fail with an information log. For example, if Jaeger is not running or if the wrong URL to the exporter is provided, the proxy will continue to run. However, it will not collect any traces or metrics while the exporter backend is unavailable. diff --git a/docs/content/install/install-on-kubernetes.md b/docs/content/install/install-on-kubernetes.md index 9e0f4aec..b61f5e34 100644 --- a/docs/content/install/install-on-kubernetes.md +++ b/docs/content/install/install-on-kubernetes.md @@ -94,12 +94,6 @@ $ helm install gomods/athens-proxy -n athens --namespace athens This will deploy a single Athens instance in the `default` namespace with `disk` storage enabled. Additionally, a `ClusterIP` service will be created. -By default, the chart will install Athens with a replica count of 1. To change this, change the `replicaCount` value: - -```console -helm install gomods/athens-proxy -n athens --namespace athens --set replicaCount=3 -``` - ## Advanced Configuration ### Replicas