From 6c14f35f0027dfb8461997d7a696e26a15ce5127 Mon Sep 17 00:00:00 2001 From: Bily Zhang Date: Tue, 6 Nov 2018 07:22:16 +0800 Subject: [PATCH] Fix some typos (#3636) Signed-off-by: mooncake --- inventory/sample/group_vars/all/docker.yml | 2 +- inventory/sample/group_vars/k8s-cluster/k8s-cluster.yml | 2 +- roles/kubespray-defaults/defaults/main.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inventory/sample/group_vars/all/docker.yml b/inventory/sample/group_vars/all/docker.yml index c1a1dd85a..46859ebd5 100644 --- a/inventory/sample/group_vars/all/docker.yml +++ b/inventory/sample/group_vars/all/docker.yml @@ -26,7 +26,7 @@ docker_log_opts: "--log-opt max-size=50m --log-opt max-file=5" docker_bin_dir: "/usr/bin" ## An obvious use case is allowing insecure-registry access to self hosted registries. -## Can be ipddress and domain_name. +## Can be ipaddress and domain_name. ## example define 172.19.16.11 or mirror.registry.io #docker_insecure_registries: # - mirror.registry.io diff --git a/inventory/sample/group_vars/k8s-cluster/k8s-cluster.yml b/inventory/sample/group_vars/k8s-cluster/k8s-cluster.yml index 0279c7c12..920dc96bc 100644 --- a/inventory/sample/group_vars/k8s-cluster/k8s-cluster.yml +++ b/inventory/sample/group_vars/k8s-cluster/k8s-cluster.yml @@ -181,7 +181,7 @@ volume_cross_zone_attachment: false persistent_volumes_enabled: false ## Container Engine Acceleration -## Enable container accelertion feature, for example use gpu acceleration in containers +## Enable container acceleration feature, for example use gpu acceleration in containers # nvidia_accelerator_enabled: true ## Nvidia GPU driver install. Install will by done by a (init) pod running as a daemonset. ## Important: if you use Ubuntu then you should set in all.yml 'docker_storage_options: -s overlay2' diff --git a/roles/kubespray-defaults/defaults/main.yaml b/roles/kubespray-defaults/defaults/main.yaml index 1f2d7aa38..19f3ac59f 100644 --- a/roles/kubespray-defaults/defaults/main.yaml +++ b/roles/kubespray-defaults/defaults/main.yaml @@ -186,7 +186,7 @@ docker_iptables_enabled: "false" docker_log_opts: "--log-opt max-size=50m --log-opt max-file=5" ## An obvious use case is allowing insecure-registry access to self hosted registries. -## Can be ipddress and domain_name. +## Can be ipaddress and domain_name. ## example define 172.19.16.11 or mirror.registry.io # docker_insecure_registries: # - mirror.registry.io