-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtalos-worker-config.yaml
More file actions
50 lines (50 loc) · 1016 Bytes
/
talos-worker-config.yaml
File metadata and controls
50 lines (50 loc) · 1016 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
version: v1alpha1
debug: false
persist: false
machine:
type: worker
token: ""
ca:
crt: ""
key: ""
certSANs: []
kubelet:
image: ghcr.io/cozystack/cozystack/kubelet:v1.31.4
defaultRuntimeSeccompProfileEnabled: true
disableManifestsDirectory: true
network: {}
install:
disk: /dev/nvme0n1
image: ghcr.io/urmanac/cozystack-assets/talos/cozystack-spin-tailscale/talos:latest
wipe: false
features:
rbac: true
stableHostname: true
apidCheckExtKeyUsage: true
diskQuotaSupport: true
kubePrism:
enabled: true
port: 7445
hostDNS:
enabled: true
forwardKubeDNSToHost: false
resolveMemberNames: true
cluster:
id: ""
secret: ""
controlPlane:
endpoint: https://10.10.1.200:6443
clusterName: cozystack-arm64
network:
dnsDomain: cluster.local
podSubnets:
- 10.244.0.0/16
serviceSubnets:
- 10.96.0.0/12
token: ""
ca:
crt: ""
key: ""
discovery:
enabled: false
registries: {}