From 6c7245ce84f47a4af68a64cba93e9ede6d7ec964 Mon Sep 17 00:00:00 2001 From: Rebecca Zanzig Date: Thu, 7 Mar 2019 17:06:18 -0800 Subject: [PATCH] Add docs about new Helm `priorityClassName` options --- website/source/docs/platform/k8s/helm.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/platform/k8s/helm.html.md b/website/source/docs/platform/k8s/helm.html.md index 544defd4ef..fb8eb74ad8 100644 --- a/website/source/docs/platform/k8s/helm.html.md +++ b/website/source/docs/platform/k8s/helm.html.md @@ -166,6 +166,8 @@ and consider if they're appropriate for your deployment. topologyKey: kubernetes.io/hostname ``` + * `priorityClassName` (`string`) - This value references an existing Kubernetes [priorityClassName](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#pod-priority) that can be assigned to server pods. + * `client` - Values that configure running a Consul client on Kubernetes nodes. * `enabled` (`boolean: global.enabled`) - If true, the chart will install all the resources necessary for a Consul client on every Kubernetes node. This _does not_ require `server.enabled`, since the agents can be configured to join an external cluster. @@ -211,6 +213,8 @@ and consider if they're appropriate for your deployment. configuration files from this volume with `-config-dir`. This defaults to false. + * `priorityClassName` (`string`) - This value references an existing Kubernetes [priorityClassName](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#pod-priority) that can be assigned to client pods. + * `dns` - Values that configure Consul DNS service. * `enabled` (`boolean: global.enabled`) - If true, a `consul-dns` service will be created that exposes port 53 for TCP and UDP to the running Consul agents (servers and clients). This can then be used to [configure kube-dns](/docs/platform/k8s/dns.html). The Helm chart _does not_ automatically configure kube-dns.