diff --git a/_data/tutorials.yml b/_data/tutorials.yml index 701fafac21..41664efa31 100644 --- a/_data/tutorials.yml +++ b/_data/tutorials.yml @@ -58,4 +58,4 @@ toc: - title: Running a Single-Instance Stateful Application path: /docs/tutorials/stateful-application/run-stateful-application/ - title: Running a Replicated Stateful Application - path: /docs/tutorials/stateful-application/run-replicated-stateful-application/ + path: /docs/tutorials/stateful-application/run-replicated-stateful-application/ \ No newline at end of file diff --git a/docs/admin/authentication.md b/docs/admin/authentication.md index ce6aaf9f45..0cb5ea4dbe 100644 --- a/docs/admin/authentication.md +++ b/docs/admin/authentication.md @@ -428,7 +428,7 @@ enterprise directory, kerberos, etc.) ### Creating Certificates When using client certificate authentication, you can generate certificates -using an existing deployment script or manually through `easyrsa` or `openssl.`` +using an existing deployment script or manually through `easyrsa` or `openssl.` #### Using an Existing Deployment Script diff --git a/docs/admin/rescheduler.md b/docs/admin/rescheduler.md index f32c185c81..e1a2cca5de 100644 --- a/docs/admin/rescheduler.md +++ b/docs/admin/rescheduler.md @@ -43,6 +43,7 @@ killed for this purpose. Rescheduler doesn't have any user facing configuration (component config) or API. It's enabled by default. It can be disabled: + * during cluster setup by setting `ENABLE_RESCHEDULER` flag to `false` * on running cluster by deleting its manifest from master node (default path `/etc/kubernetes/manifests/rescheduler.manifest`) @@ -51,6 +52,7 @@ It's enabled by default. It can be disabled: To be critical an add-on has to run in `kube-system` namespace (cofigurable via flag) and have the following annotations specified: + * `scheduler.alpha.kubernetes.io/critical-pod` set to empty string * `scheduler.alpha.kubernetes.io/tolerations` set to `[{"key":"CriticalAddonsOnly", "operator":"Exists"}]` diff --git a/docs/tutorials/index.md b/docs/tutorials/index.md index eb20f13ee8..507ca6d8e1 100644 --- a/docs/tutorials/index.md +++ b/docs/tutorials/index.md @@ -23,6 +23,7 @@ each of which has a sequence of steps. * [StatefulSet Basics](/docs/tutorials/stateful-application/basic-stateful-set/) * [Running a Single-Instance Stateful Application](/docs/tutorials/stateful-application/run-stateful-application/) + * [Running a Replicated Stateful Application](/docs/tutorials/stateful-application/run-replicated-stateful-application/) ### What's next