diff --git a/docs/applications/containers/how-to-deploy-kubernetes-on-linode-with-rancher-2-2/completed-cluster-config.yml b/docs/applications/containers/how-to-deploy-kubernetes-on-linode-with-rancher-2-2/completed-cluster-config.yml index 1637fbd2596..f75dcd9f6ee 100644 --- a/docs/applications/containers/how-to-deploy-kubernetes-on-linode-with-rancher-2-2/completed-cluster-config.yml +++ b/docs/applications/containers/how-to-deploy-kubernetes-on-linode-with-rancher-2-2/completed-cluster-config.yml @@ -8,8 +8,8 @@ addons: |- name: linode namespace: kube-system stringData: - token: "..." - region: "..." + token: “…” + region: “…” --- addon_job_timeout: 30 authentication: @@ -25,7 +25,7 @@ ignore_docker_version: true # ingress: provider: "nginx" -kubernetes_version: "v1.13.4-rancher1-2" +kubernetes_version: "v1.13.5-rancher1-3" monitoring: provider: "metrics-server" # @@ -68,6 +68,7 @@ network: services: etcd: backup_config: + enabled: true interval_hours: 12 retention: 6 creation: "12h" @@ -75,7 +76,7 @@ services: heartbeat-interval: 500 election-timeout: 5000 retention: "72h" - snapshot: true + snapshot: false kube-api: always_pull_images: false pod_security_policy: false @@ -100,4 +101,4 @@ enable_cluster_monitoring: false enable_network_policy: false local_cluster_auth_endpoint: enabled: true -name: "example-cluster" \ No newline at end of file +name: “example-cluster” diff --git a/docs/applications/containers/how-to-deploy-kubernetes-on-linode-with-rancher-2-2/index.md b/docs/applications/containers/how-to-deploy-kubernetes-on-linode-with-rancher-2-2/index.md index 9c5de19cd87..ded49688c45 100644 --- a/docs/applications/containers/how-to-deploy-kubernetes-on-linode-with-rancher-2-2/index.md +++ b/docs/applications/containers/how-to-deploy-kubernetes-on-linode-with-rancher-2-2/index.md @@ -252,20 +252,9 @@ addons: |- 1. Insert your Linode APIv4 token in the `token` field from this snippet. Also, enter the label for your node template's data center in the `region` field. This label should be lower-case (e.g. `us-east` instead of `US-East`). -1. Scroll down in the editor to the `services` section. Remove the existing `services` section and replace it with this snippet: +1. Scroll down in the editor to the `services` section. Remove the `kube-api` sub-section and replace it with the example snippet. When editing the file, ensure you do not accidentally remove any other sections above or below the snippet. {{< file >}} -services: - etcd: - backup_config: - interval_hours: 12 - retention: 6 - creation: "12h" - extra_args: - heartbeat-interval: 500 - election-timeout: 5000 - retention: "72h" - snapshot: true kube-api: always_pull_images: false pod_security_policy: false