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
Hostname in the generated Talos machine configuration can be set to the corresponding `Machine` name:
18
+
19
+
```yaml
20
+
spec:
21
+
hostname:
22
+
source: MachineName
23
+
```
24
+
25
+
26
+
### Contributors
27
+
28
+
* Andrey Smirnov
29
+
* Spencer Smith
30
+
31
+
### Changes
32
+
<details><summary>5 commits</summary>
33
+
<p>
34
+
35
+
* [`c3d7579`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/c3d7579bdb2b70c37bbd957bd85dbfa001fa3c9e) chore: disable number of commits check
36
+
* [`911b49e`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/911b49e15cc804738b0f398e2a36cdbd4bbde849) chore: bump CAPI to 1.0.4
* [`915a3db`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/915a3dbef738e1ad27aaf695f6d2ca3412399a5f) feat: support setting hostname to the machine name
39
+
* [`fe1806d`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/fe1806dbc59588c091a5dfb8177a90f0588f48fc) fix: ensure shebang on packet machine configs
0 commit comments