Snippet creation working
This commit is contained in:
@@ -38,5 +38,5 @@ cluster:
|
||||
- name:
|
||||
contents:
|
||||
adminKubeconfig:
|
||||
certLifetime: 10y
|
||||
certLifetime: "87600h" # 10 years (24 hours * 365 * 10)
|
||||
allowSchedulingOnControlPlanes: false
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
|
||||
apiVersion: v1alpha1
|
||||
kind: HostnameConfig
|
||||
hostname: ${hostname}.$(local_domain)
|
||||
hostname: ${hostname}.${local_domain}
|
||||
auto: off
|
||||
@@ -17,7 +17,8 @@ machine:
|
||||
grubUseUKICmdline: true
|
||||
legacyBIOSSupport: false
|
||||
features:
|
||||
kubernetesTalosAPIAccess: false
|
||||
kubernetesTalosAPIAccess:
|
||||
enabled: false
|
||||
diskQuotaSupport: false
|
||||
kubePrism:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user