worker.yaml 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550
  1. version: v1alpha1 # Indicates the schema used to decode the contents.
  2. debug: false # Enable verbose logging to the console.
  3. persist: true # description: |
  4. # Provides machine specific configuration options.
  5. machine:
  6. type: worker # Defines the role of the machine within the cluster.
  7. token: u7240y.plogoeorz04f09sw # The `token` is used by a machine to join the PKI of the cluster.
  8. # The root certificate authority of the PKI.
  9. ca:
  10. crt: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUJQakNCOGFBREFnRUNBaEFCdE5hMWNDcXBMUTl5RHh4Vm1hVmJNQVVHQXl0bGNEQVFNUTR3REFZRFZRUUsKRXdWMFlXeHZjekFlRncweU16QTVNRE14TmpNMk5UVmFGdzB6TXpBNE16RXhOak0yTlRWYU1CQXhEakFNQmdOVgpCQW9UQlhSaGJHOXpNQ293QlFZREsyVndBeUVBQW5qWmpDRmRpdTIvNUJNSlI2QWRWTWhwUEQ5MzgxTnYrWnA5Cm1mRndFTENqWVRCZk1BNEdBMVVkRHdFQi93UUVBd0lDaERBZEJnTlZIU1VFRmpBVUJnZ3JCZ0VGQlFjREFRWUkKS3dZQkJRVUhBd0l3RHdZRFZSMFRBUUgvQkFVd0F3RUIvekFkQmdOVkhRNEVGZ1FVMFU0OVEzK2lZY3k1TTBUSwphWnVBUjIwUlRNVXdCUVlESzJWd0EwRUF6TEtTdG1FQ1BHNzZpYUp5Z3Nmdzc1Z0tqVEVmODFCS0NOVFBBWkJzCnM2alRySktlRVA0SHpzOFIvZStyTGc4ZSszNDZWSXhoY1FMQWVKV21qc2VQRGc9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==
  11. key: ""
  12. # Extra certificate subject alternative names for the machine's certificate.
  13. certSANs:
  14. # # Uncomment this to enable SANs.
  15. - talos.dezendorf.net
  16. - talos-master-01.dezendorf.net
  17. # 10.0.0.10
  18. # - 172.16.0.10
  19. # - 192.168.0.10
  20. # Used to provide additional options to the kubelet.
  21. kubelet:
  22. image: ghcr.io/siderolabs/kubelet:v1.28.0 # The `image` field is an optional reference to an alternative kubelet image.
  23. defaultRuntimeSeccompProfileEnabled: true # Enable container runtime default Seccomp profile.
  24. disableManifestsDirectory: true # The `disableManifestsDirectory` field configures the kubelet to get static pod manifests from the /etc/kubernetes/manifests directory.
  25. # # The `ClusterDNS` field is an optional reference to an alternative kubelet clusterDNS ip list.
  26. # clusterDNS:
  27. # - 10.96.0.10
  28. # - 169.254.2.53
  29. # # The `extraArgs` field is used to provide additional flags to the kubelet.
  30. extraArgs:
  31. rotate-server-certificates: true
  32. # # The `extraMounts` field is used to add additional mounts to the kubelet container.
  33. # extraMounts:
  34. # - destination: /var/lib/example
  35. # type: bind
  36. # source: /var/lib/example
  37. # options:
  38. # - bind
  39. # - rshared
  40. # - rw
  41. # # The `extraConfig` field is used to provide kubelet configuration overrides.
  42. # extraConfig:
  43. # serverTLSBootstrap: true
  44. # # The `nodeIP` field is used to configure `--node-ip` flag for the kubelet.
  45. # nodeIP:
  46. # # The `validSubnets` field configures the networks to pick kubelet node IP from.
  47. # validSubnets:
  48. # - 10.0.0.0/8
  49. # - '!10.0.0.3/32'
  50. # - fdc7::/16
  51. # Provides machine specific network configuration options.
  52. network:
  53. # # `interfaces` is used to define the network interface configuration.
  54. # interfaces:
  55. # - interface: eth0 #np0s1 # The interface name.
  56. # # Assigns static IP addresses to the interface.
  57. # addresses:
  58. # - 192.168.2.0/24
  59. # # A list of routes associated with the interface.
  60. # routes:
  61. # - network: 0.0.0.0/0 # The route's network (destination).
  62. # gateway: 192.168.2.1 # The route's gateway (if empty, creates link scope route).
  63. # metric: 1024 # The optional metric for the route.
  64. # mtu: 9000 #1500 # The interface's MTU.
  65. #
  66. # # # Picks a network device using the selector.
  67. # # # select a device with bus prefix 00:*.
  68. # # deviceSelector:
  69. # # busPath: 00:* # PCI, USB bus prefix, supports matching by wildcard.
  70. # # # select a device with mac address matching `*:f0:ab` and `virtio` kernel driver.
  71. # # deviceSelector:
  72. # # hardwareAddr: '*:f0:ab' # Device hardware address, supports matching by wildcard.
  73. # # driver: virtio # Kernel driver, supports matching by wildcard.
  74. # # # select a device with bus prefix 00:*, a device with mac address matching `*:f0:ab` and `virtio` kernel driver.
  75. # # deviceSelector:
  76. # # - busPath: 00:* # PCI, USB bus prefix, supports matching by wildcard.
  77. # # - hardwareAddr: '*:f0:ab' # Device hardware address, supports matching by wildcard.
  78. # # driver: virtio # Kernel driver, supports matching by wildcard.
  79. # # # Bond specific options.
  80. # # bond:
  81. # # # The interfaces that make up the bond.
  82. # # interfaces:
  83. # # - enp2s0
  84. # # - enp2s1
  85. # # # Picks a network device using the selector.
  86. # # deviceSelectors:
  87. # # - busPath: 00:* # PCI, USB bus prefix, supports matching by wildcard.
  88. # # - hardwareAddr: '*:f0:ab' # Device hardware address, supports matching by wildcard.
  89. # # driver: virtio # Kernel driver, supports matching by wildcard.
  90. # # mode: 802.3ad # A bond option.
  91. # # lacpRate: fast # A bond option.
  92. # # # Bridge specific options.
  93. # # bridge:
  94. # # # The interfaces that make up the bridge.
  95. # # interfaces:
  96. # # - enxda4042ca9a51
  97. # # - enxae2a6774c259
  98. # # # A bridge option.
  99. # # stp:
  100. # # enabled: true # Whether Spanning Tree Protocol (STP) is enabled.
  101. # # # Indicates if DHCP should be used to configure the interface.
  102. # # dhcp: true
  103. # # # DHCP specific options.
  104. # # dhcpOptions:
  105. # # routeMetric: 1024 # The priority of all routes received via DHCP.
  106. # # # Wireguard specific configuration.
  107. # # # wireguard server example
  108. # # wireguard:
  109. # # privateKey: ABCDEF... # Specifies a private key configuration (base64 encoded).
  110. # # listenPort: 51111 # Specifies a device's listening port.
  111. # # # Specifies a list of peer configurations to apply to a device.
  112. # # peers:
  113. # # - publicKey: ABCDEF... # Specifies the public key of this peer.
  114. # # endpoint: 192.168.1.3 # Specifies the endpoint of this peer entry.
  115. # # # AllowedIPs specifies a list of allowed IP addresses in CIDR notation for this peer.
  116. # # allowedIPs:
  117. # # - 192.168.1.0/24
  118. # # # wireguard peer example
  119. # # wireguard:
  120. # # privateKey: ABCDEF... # Specifies a private key configuration (base64 encoded).
  121. # # # Specifies a list of peer configurations to apply to a device.
  122. # # peers:
  123. # # - publicKey: ABCDEF... # Specifies the public key of this peer.
  124. # # endpoint: 192.168.1.2:51822 # Specifies the endpoint of this peer entry.
  125. # # persistentKeepaliveInterval: 10s # Specifies the persistent keepalive interval for this peer.
  126. # # # AllowedIPs specifies a list of allowed IP addresses in CIDR notation for this peer.
  127. # # allowedIPs:
  128. # # - 192.168.1.0/24
  129. # # # Virtual (shared) IP address configuration.
  130. # # # layer2 vip example
  131. # # vip:
  132. # # ip: 172.16.199.55 # Specifies the IP address to be used.
  133. # # Used to statically set the nameservers for the machine.
  134. nameservers:
  135. - 192.168.1.87
  136. - 192.168.1.9
  137. # # Allows for extra entries to be added to the `/etc/hosts` file
  138. # extraHostEntries:
  139. # - ip: 192.168.1.100 # The IP of the host.
  140. # # The host alias.
  141. # aliases:
  142. # - example
  143. # - example.domain.tld
  144. # # Configures KubeSpan feature.
  145. # kubespan:
  146. # enabled: true # Enable the KubeSpan feature.
  147. # Used to provide instructions for installations.
  148. install:
  149. disk: /dev/sda # The disk used for installations.
  150. image: ghcr.io/siderolabs/installer:v1.5.1 # Allows for supplying the image used to perform the installation.
  151. wipe: false # Indicates if the installation disk should be wiped at installation time.
  152. # # Look up disk using disk attributes like model, size, serial and others.
  153. # diskSelector:
  154. # size: 4GB # Disk size.
  155. # model: WDC* # Disk model `/sys/block/<dev>/device/model`.
  156. # busPath: /pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0 # Disk bus path.
  157. # # Allows for supplying extra kernel args via the bootloader.
  158. # extraKernelArgs:
  159. # - talos.platform=metal
  160. # - reboot=k
  161. # # Allows for supplying additional system extension images to install on top of base Talos image.
  162. # extensions:
  163. # - image: ghcr.io/siderolabs/gvisor:20220117.0-v1.0.0 # System extension image.
  164. # Used to configure the machine's container image registry mirrors.
  165. registries: {}
  166. # # Specifies mirror configuration for each registry host namespace.
  167. # mirrors:
  168. # ghcr.io:
  169. # # List of endpoints (URLs) for registry mirrors to use.
  170. # endpoints:
  171. # - https://registry.insecure
  172. # - https://ghcr.io/v2/
  173. # # Specifies TLS & auth configuration for HTTPS image registries.
  174. # config:
  175. # registry.insecure:
  176. # # The TLS configuration for the registry.
  177. # tls:
  178. # insecureSkipVerify: true # Skip TLS server certificate verification (not recommended).
  179. #
  180. # # # Enable mutual TLS authentication with the registry.
  181. # # clientIdentity:
  182. # # crt: LS0tIEVYQU1QTEUgQ0VSVElGSUNBVEUgLS0t
  183. # # key: LS0tIEVYQU1QTEUgS0VZIC0tLQ==
  184. #
  185. # # # The auth configuration for this registry.
  186. # # auth:
  187. # # username: username # Optional registry authentication.
  188. # # password: password # Optional registry authentication.
  189. # Features describe individual Talos features that can be switched on or off.
  190. features:
  191. rbac: true # Enable role-based access control (RBAC).
  192. stableHostname: true # Enable stable default hostname.
  193. apidCheckExtKeyUsage: true # Enable checks for extended key usage of client certificates in apid.
  194. #diskQuotaSupport: true # Enable XFS project quota support for EPHEMERAL partition and user disks.
  195. # # Configure Talos API access from Kubernetes pods.
  196. # kubernetesTalosAPIAccess:
  197. # enabled: true # Enable Talos API access from Kubernetes pods.
  198. # # The list of Talos API roles which can be granted for access from Kubernetes pods.
  199. # allowedRoles:
  200. # - os:reader
  201. # # The list of Kubernetes namespaces Talos API access is available from.
  202. # allowedKubernetesNamespaces:
  203. # - kube-system
  204. # # Provides machine specific control plane configuration options.
  205. # # ControlPlane definition example.
  206. # controlPlane:
  207. # # Controller manager machine specific configuration options.
  208. # controllerManager:
  209. # disabled: false # Disable kube-controller-manager on the node.
  210. # # Scheduler machine specific configuration options.
  211. # scheduler:
  212. # disabled: true # Disable kube-scheduler on the node.
  213. # # Used to provide static pod definitions to be run by the kubelet directly bypassing the kube-apiserver.
  214. # # nginx static pod.
  215. # pods:
  216. # - apiVersion: v1
  217. # kind: pod
  218. # metadata:
  219. # name: nginx
  220. # spec:
  221. # containers:
  222. # - image: nginx
  223. # name: nginx
  224. # # Used to partition, format and mount additional disks.
  225. # # MachineDisks list example.
  226. # disks:
  227. # - device: /dev/sdb # The name of the disk to use.
  228. # # A list of partitions to create on the disk.
  229. # partitions:
  230. # - mountpoint: /var/mnt/extra # Where to mount the partition.
  231. #
  232. # # # The size of partition: either bytes or human readable representation. If `size:` is omitted, the partition is sized to occupy the full disk.
  233. # # # Human readable representation.
  234. # # size: 100 MB
  235. # # # Precise value in bytes.
  236. # # size: 1073741824
  237. # # Allows the addition of user specified files.
  238. # # MachineFiles usage example.
  239. # files:
  240. # - content: '...' # The contents of the file.
  241. # permissions: 0o666 # The file's permissions in octal.
  242. # path: /tmp/file.txt # The path of the file.
  243. # op: append # The operation to use
  244. # # The `env` field allows for the addition of environment variables.
  245. # # Environment variables definition examples.
  246. # env:
  247. # GRPC_GO_LOG_SEVERITY_LEVEL: info
  248. # GRPC_GO_LOG_VERBOSITY_LEVEL: "99"
  249. # https_proxy: http://SERVER:PORT/
  250. # env:
  251. # GRPC_GO_LOG_SEVERITY_LEVEL: error
  252. # https_proxy: https://USERNAME:PASSWORD@SERVER:PORT/
  253. # env:
  254. # https_proxy: http://DOMAIN\USERNAME:PASSWORD@SERVER:PORT/
  255. # # Used to configure the machine's time settings.
  256. # # Example configuration for cloudflare ntp server.
  257. # time:
  258. # disabled: false # Indicates if the time service is disabled for the machine.
  259. # # Specifies time (NTP) servers to use for setting the system time.
  260. # servers:
  261. # - time.cloudflare.com
  262. # bootTimeout: 2m0s # Specifies the timeout when the node time is considered to be in sync unlocking the boot sequence.
  263. # # Used to configure the machine's sysctls.
  264. # # MachineSysctls usage example.
  265. # sysctls:
  266. # kernel.domainname: talos.dev
  267. # net.ipv4.ip_forward: "0"
  268. # # Used to configure the machine's sysfs.
  269. # # MachineSysfs usage example.
  270. # sysfs:
  271. # devices.system.cpu.cpu0.cpufreq.scaling_governor: performance
  272. # # Machine system disk encryption configuration.
  273. # systemDiskEncryption:
  274. # # Ephemeral partition encryption.
  275. # ephemeral:
  276. # provider: luks2 # Encryption provider to use for the encryption.
  277. # # Defines the encryption keys generation and storage method.
  278. # keys:
  279. # - # Deterministically generated key from the node UUID and PartitionLabel.
  280. # nodeID: {}
  281. # slot: 0 # Key slot number for LUKS2 encryption.
  282. #
  283. # # # KMS managed encryption key.
  284. # # kms:
  285. # # endpoint: https://192.168.88.21:4443 # KMS endpoint to Seal/Unseal the key.
  286. #
  287. # # # Cipher kind to use for the encryption. Depends on the encryption provider.
  288. # # cipher: aes-xts-plain64
  289. # # # Defines the encryption sector size.
  290. # # blockSize: 4096
  291. # # # Additional --perf parameters for the LUKS2 encryption.
  292. # # options:
  293. # # - no_read_workqueue
  294. # # - no_write_workqueue
  295. # # Configures the udev system.
  296. # udev:
  297. # # List of udev rules to apply to the udev system
  298. # rules:
  299. # - SUBSYSTEM=="drm", KERNEL=="renderD*", GROUP="44", MODE="0660"
  300. # # Configures the logging system.
  301. logging:
  302. # Logging destination.
  303. destinations:
  304. - endpoint: tcp://1.2.3.4:12345 # Where to send logs. Supported protocols are "tcp" and "udp".
  305. format: json_lines # Logs format.
  306. # # Configures the kernel.
  307. # kernel:
  308. # # Kernel modules to load.
  309. # modules:
  310. # - name: brtfs # Module name.
  311. # # Configures the seccomp profiles for the machine.
  312. # seccompProfiles:
  313. # - name: audit.json # The `name` field is used to provide the file name of the seccomp profile.
  314. # # The `value` field is used to provide the seccomp profile.
  315. # value:
  316. # defaultAction: SCMP_ACT_LOG
  317. # # Configures the node labels for the machine.
  318. # # node labels example.
  319. nodeLabels:
  320. ceph-osd-node: false
  321. ceph-mon-node: true
  322. ceph-mgr-node: true
  323. ceph-rgw-node: true
  324. # Provides cluster specific configuration options.
  325. cluster:
  326. id: DnLy-yXXaIqQRaELsr5VZj-rnVj7jUxyyv69GkmgDIQ= # Globally unique identifier for this cluster (base64 encoded random 32 bytes).
  327. secret: ssgf5bbwHcen8w5i48nlDIdsUcTf9O3AoO3EQDTbpmo= # Shared secret of cluster (base64 encoded random 32 bytes).
  328. # Provides control plane specific configuration options.
  329. controlPlane:
  330. endpoint: https://192.168.0.10:6443 # Endpoint is the canonical controlplane endpoint, which can be an IP address or a DNS hostname.
  331. # Provides cluster specific network configuration options.
  332. network:
  333. dnsDomain: cluster.local # The domain used by Kubernetes DNS.
  334. # The pod subnet CIDR.
  335. podSubnets:
  336. - 10.244.0.0/16
  337. # The service subnet CIDR.
  338. serviceSubnets:
  339. - 10.96.0.0/12
  340. # # The CNI used.
  341. # cni:
  342. # name: none # custom # Name of CNI to use.
  343. # # URLs containing manifests to apply for the CNI.
  344. # urls:
  345. # - https://docs.projectcalico.org/archive/v3.20/manifests/canal.yaml
  346. token: zszgpu.9yqk443feyidmnx3 # The [bootstrap token](https://kubernetes.io/docs/reference/access-authn-authz/bootstrap-tokens/) used to join the cluster.
  347. # The base64 encoded root certificate authority used by Kubernetes.
  348. ca:
  349. crt: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUJpekNDQVRDZ0F3SUJBZ0lSQUp4ZS9tbGpNUENkaXBFTDBrenZtNjB3Q2dZSUtvWkl6ajBFQXdJd0ZURVQKTUJFR0ExVUVDaE1LYTNWaVpYSnVaWFJsY3pBZUZ3MHlNekE1TURNeE5qTTJOVFZhRncwek16QTRNekV4TmpNMgpOVFZhTUJVeEV6QVJCZ05WQkFvVENtdDFZbVZ5Ym1WMFpYTXdXVEFUQmdjcWhrak9QUUlCQmdncWhrak9QUU1CCkJ3TkNBQVMza29QWERNeFE5c2UyUlhnZklFZXZLR0N6alRjcjNLZ1hEYjBkaW9ueHlRSXJNWGpTOUFWNEJ2aE4KRldKTHpRLy9WTjZJRUdGTEZOb1NjUnpJaURVNG8yRXdYekFPQmdOVkhROEJBZjhFQkFNQ0FvUXdIUVlEVlIwbApCQll3RkFZSUt3WUJCUVVIQXdFR0NDc0dBUVVGQndNQ01BOEdBMVVkRXdFQi93UUZNQU1CQWY4d0hRWURWUjBPCkJCWUVGS1F4eWVkOHdRUnplcFRwcFFZMkZIUHVOTTdjTUFvR0NDcUdTTTQ5QkFNQ0Ewa0FNRVlDSVFDNGFWTmoKN01ONEloMFdyNWcyK01oa1FBbzZUMzVYU0ZrVEozbjFaRDd1TGdJaEFJZC9PTGVFQkRQb2FQTUFMTk5Sc01hQQpTOWpSMHR5MTBCcTFzZVhuYVpJdAotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==
  350. key: ""
  351. # Configures cluster member discovery.
  352. discovery:
  353. enabled: true # Enable the cluster membership discovery feature.
  354. # Configure registries used for cluster member discovery.
  355. registries:
  356. # Kubernetes registry uses Kubernetes API server to discover cluster members and stores additional information
  357. kubernetes:
  358. disabled: true # Disable Kubernetes discovery registry.
  359. # Service registry is using an external service to push and pull information about cluster members.
  360. service: {}
  361. # # External service endpoint.
  362. # endpoint: https://discovery.talos.dev/
  363. # # A key used for the [encryption of secret data at rest](https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data/).
  364. # # Decryption secret example (do not use in production!).
  365. # aescbcEncryptionSecret: z01mye6j16bspJYtTB/5SFX8j7Ph4JXxM2Xuu4vsBPM=
  366. # # A key used for the [encryption of secret data at rest](https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data/).
  367. # # Decryption secret example (do not use in production!).
  368. # secretboxEncryptionSecret: z01mye6j16bspJYtTB/5SFX8j7Ph4JXxM2Xuu4vsBPM=
  369. # # The base64 encoded aggregator certificate authority used by Kubernetes for front-proxy certificate generation.
  370. # # AggregatorCA example.
  371. # aggregatorCA:
  372. # crt: LS0tIEVYQU1QTEUgQ0VSVElGSUNBVEUgLS0t
  373. # key: LS0tIEVYQU1QTEUgS0VZIC0tLQ==
  374. # # The base64 encoded private key for service account token generation.
  375. # # AggregatorCA example.
  376. # serviceAccount:
  377. # key: LS0tIEVYQU1QTEUgS0VZIC0tLQ==
  378. # # API server specific configuration options.
  379. # apiServer:
  380. # image: registry.k8s.io/kube-apiserver:v1.28.0 # The container image used in the API server manifest.
  381. # # Extra arguments to supply to the API server.
  382. # extraArgs:
  383. # feature-gates: ServerSideApply=true
  384. # http2-max-streams-per-connection: "32"
  385. # # Extra certificate subject alternative names for the API server's certificate.
  386. # certSANs:
  387. # - 1.2.3.4
  388. # - 4.5.6.7
  389. # # Configure the API server admission plugins.
  390. # admissionControl:
  391. # - name: PodSecurity # Name is the name of the admission controller.
  392. # # Configuration is an embedded configuration object to be used as the plugin's
  393. # configuration:
  394. # apiVersion: pod-security.admission.config.k8s.io/v1alpha1
  395. # defaults:
  396. # audit: restricted
  397. # audit-version: latest
  398. # enforce: baseline
  399. # enforce-version: latest
  400. # warn: restricted
  401. # warn-version: latest
  402. # exemptions:
  403. # namespaces:
  404. # - kube-system
  405. # runtimeClasses: []
  406. # usernames: []
  407. # kind: PodSecurityConfiguration
  408. # # Configure the API server audit policy.
  409. # auditPolicy:
  410. # apiVersion: audit.k8s.io/v1
  411. # kind: Policy
  412. # rules:
  413. # - level: Metadata
  414. # # Controller manager server specific configuration options.
  415. # controllerManager:
  416. # image: registry.k8s.io/kube-controller-manager:v1.28.0 # The container image used in the controller manager manifest.
  417. # # Extra arguments to supply to the controller manager.
  418. # extraArgs:
  419. # feature-gates: ServerSideApply=true
  420. # # Kube-proxy server-specific configuration options
  421. proxy:
  422. # disabled: false # Disable kube-proxy deployment on cluster bootstrap.
  423. # image: registry.k8s.io/kube-proxy:v1.28.0 # The container image used in the kube-proxy manifest.
  424. mode: ipvs # proxy mode of kube-proxy.
  425. # # Extra arguments to supply to kube-proxy.
  426. extraArgs:
  427. proxy-mode: iptables
  428. ipvs-strict-arp: true
  429. # # Scheduler server specific configuration options.
  430. # scheduler:
  431. # image: registry.k8s.io/kube-scheduler:v1.28.0 # The container image used in the scheduler manifest.
  432. # # Extra arguments to supply to the scheduler.
  433. # extraArgs:
  434. # feature-gates: AllBeta=true
  435. # # Etcd specific configuration options.
  436. # etcd:
  437. # image: gcr.io/etcd-development/etcd:v3.5.9 # The container image used to create the etcd service.
  438. # # The `ca` is the root certificate authority of the PKI.
  439. # ca:
  440. # crt: LS0tIEVYQU1QTEUgQ0VSVElGSUNBVEUgLS0t
  441. # key: LS0tIEVYQU1QTEUgS0VZIC0tLQ==
  442. # # Extra arguments to supply to etcd.
  443. # extraArgs:
  444. # election-timeout: "5000"
  445. # # The `advertisedSubnets` field configures the networks to pick etcd advertised IP from.
  446. # advertisedSubnets:
  447. # - 10.0.0.0/8
  448. # # Core DNS specific configuration options.
  449. # coreDNS:
  450. # image: registry.k8s.io/coredns/coredns:v1.10.1 # The `image` field is an override to the default coredns image.
  451. # # External cloud provider configuration.
  452. # externalCloudProvider:
  453. # enabled: true # Enable external cloud provider.
  454. # # A list of urls that point to additional manifests for an external cloud provider.
  455. # manifests:
  456. # - https://raw.githubusercontent.com/kubernetes/cloud-provider-aws/v1.20.0-alpha.0/manifests/rbac.yaml
  457. # - https://raw.githubusercontent.com/kubernetes/cloud-provider-aws/v1.20.0-alpha.0/manifests/aws-cloud-controller-manager-daemonset.yaml
  458. # # A list of urls that point to additional manifests.
  459. # extraManifests:
  460. # - https://www.example.com/manifest1.yaml
  461. # - https://www.example.com/manifest2.yaml
  462. # # A map of key value pairs that will be added while fetching the extraManifests.
  463. # extraManifestHeaders:
  464. # Token: "1234567"
  465. # X-ExtraInfo: info
  466. # # A list of inline Kubernetes manifests.
  467. # inlineManifests:
  468. # - name: namespace-ci # Name of the manifest.
  469. # contents: |- # Manifest contents as a string.
  470. # apiVersion: v1
  471. # kind: Namespace
  472. # metadata:
  473. # name: ci
  474. # # Settings for admin kubeconfig generation.
  475. # adminKubeconfig:
  476. # certLifetime: 1h0m0s # Admin kubeconfig certificate lifetime (default is 1 year).
  477. # # Allows running workload on control-plane nodes.
  478. # allowSchedulingOnControlPlanes: true