From 79c6c31731102a065dda4bb6fd330cf438ffe937 Mon Sep 17 00:00:00 2001 From: zhangshj Date: Thu, 18 Mar 2021 11:09:53 +0800 Subject: [PATCH 1/2] correct a wrong word --- docs/kata-containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kata-containers.md b/docs/kata-containers.md index 750acb83914..c0911880629 100644 --- a/docs/kata-containers.md +++ b/docs/kata-containers.md @@ -35,7 +35,7 @@ Pod Overhead is mandatory if you run Pods with Kata Containers that use [resourc **Set cgroup driver**: -To enable Pod Overhead feature you have to configure Kubelet with the appropiate cgroup driver, using the following configuration: +To enable Pod Overhead feature you have to configure Kubelet with the appropriate cgroup driver, using the following configuration: ```yaml kubelet_cgroup_driver: cgroupfs From 4d7741f05fed6981561100587019259146f5854a Mon Sep 17 00:00:00 2001 From: zhangshj Date: Sat, 10 Apr 2021 16:03:33 +0800 Subject: [PATCH 2/2] correct a wrong word --- contrib/terraform/openstack/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/terraform/openstack/README.md b/contrib/terraform/openstack/README.md index 7140cb0b5eb..67bc0f0662a 100644 --- a/contrib/terraform/openstack/README.md +++ b/contrib/terraform/openstack/README.md @@ -282,7 +282,7 @@ For your cluster, edit `inventory/$CLUSTER/cluster.tfvars`. ##### k8s_nodes -Allows a custom defintion of worker nodes giving the operator full control over individual node flavor and +Allows a custom definition of worker nodes giving the operator full control over individual node flavor and availability zone placement. To enable the use of this mode set the `number_of_k8s_nodes` and `number_of_k8s_nodes_no_floating_ip` variables to 0. Then define your desired worker node configuration using the `k8s_nodes` variable.