From 522fb948ef492f608822fa9c5f1cfec91b457b28 Mon Sep 17 00:00:00 2001 From: Bill Maxwell Date: Fri, 11 May 2018 13:26:47 -0700 Subject: [PATCH] uncritical->noncritical --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index acaafdf0..626e67c3 100644 --- a/README.md +++ b/README.md @@ -184,10 +184,10 @@ RKE uses kubernetes Jobs to deploy addons. In some cases, addons deployment take addon_job_timeout: 30 ``` -#### Critical and uncritical addons -As of version `0.1.7-rc1`, addons are split into two categories: critical and uncritical. +#### Critical and noncritical addons +As of version `0.1.7-rc1`, addons are split into two categories: critical and noncritical. -Critical addons will cause RKE to error out if they fail to deploy for any reason. While uncritical addons will just log a warning and continue with the deployment. Currently only the network plugin is considered critical. +Critical addons will cause RKE to error out if they fail to deploy for any reason. While noncritical addons will just log a warning and continue with the deployment. Currently only the network plugin is considered critical. ## High Availability RKE is HA ready, you can specify more than one controlplane host in the `cluster.yml` file, and rke will deploy master components on all of them, the kubelets are configured to connect to `127.0.0.1:6443` by default which is the address of `nginx-proxy` service that proxy requests to all master nodes.