Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ addons: |-
name: linode
namespace: kube-system
stringData:
token: "..."
region: "..."
token: “…”
region: “…”
---
addon_job_timeout: 30
authentication:
Expand All @@ -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"
#
Expand Down Expand Up @@ -68,14 +68,15 @@ network:
services:
etcd:
backup_config:
enabled: true
interval_hours: 12
retention: 6
creation: "12h"
extra_args:
heartbeat-interval: 500
election-timeout: 5000
retention: "72h"
snapshot: true
snapshot: false
kube-api:
always_pull_images: false
pod_security_policy: false
Expand All @@ -100,4 +101,4 @@ enable_cluster_monitoring: false
enable_network_policy: false
local_cluster_auth_endpoint:
enabled: true
name: "example-cluster"
name: example-cluster
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down