You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 29, 2022. It is now read-only.
|`network_mtu`| CNI interface MTU | 1480 | number | false |
146
149
|`worker_names`| Ordered list of worker names. Example: ["node2", "node3"]| - | list(string) | true |
147
150
|`worker_macs`| Ordered list of worker identifying MAC addresses. Example ["52:54:00:b2:2f:86", "52:54:00:c3:61:77"]| - | list(string) | true |
148
151
|`worker_domains`| Ordered list of worker FQDNs. Example ["node2.example.com", "node3.example.com"]| - | list(string) | true |
149
152
|`ssh_pubkeys`| List of SSH public keys for user `core`. Each element must be specified in a valid OpenSSH public key format, as defined in RFC 4253 Section 6.6, e.g. "ssh-rsa AAAAB3N...". | - | list(string) | true |
150
153
|`os_version`| Flatcar Container Linux version to install. Version such as "2303.3.1" or "current". | "current" | string | false |
151
154
|`os_channel`| Flatcar Container Linux channel to install from ("flatcar-stable", "flatcar-beta", "flatcar-alpha", "flatcar-edge"). | "flatcar-stable" | string | false |
|`oidc.issuer_url`| URL of the provider which allows the API server to discover public signing keys. Only URLs which use the https:// scheme are accepted. | - | string | false |
155
158
|`oidc.client_id`| A client id that all tokens must be issued for. | "gangway" | string | false |
0 commit comments