mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Install k8s control plane
This commit is contained in:
parent
92682a8360
commit
010c48b243
11 changed files with 111 additions and 92 deletions
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
kubectl_version: "1.11.0"
|
||||
k8s_apiserver_secure_port: "6443"
|
||||
k8s_ca_conf_directory: "{{ '~/k8s/certs' | expanduser }}"
|
||||
k8s_config_directory: "{{ '~/k8s/configs' | expanduser }}"
|
||||
k8s_ca_certificate_owner: "root"
|
||||
k8s_ca_certificate_group: "root"
|
||||
k8s_config_cluster_name: banditlair.com
|
||||
k8s_encryption_config_directory: "{{k8s_config_directory}}"
|
||||
etcd_version: "3.2.18"
|
||||
Loading…
Add table
Add a link
Reference in a new issue