Update etcd to v3.5.29

This commit is contained in:
yeasy
2026-04-25 15:00:47 +00:00
parent 83744eec32
commit f23900a526
5 changed files with 16 additions and 17 deletions
+6 -6
View File
@@ -4,15 +4,15 @@
[下载页面](https://getfedora.org/coreos/download/) `Bare Metal & Virtualized` 标签页下载 ISO。
### 17.2.2 编写 Butane 配置
### 17.2.2 编写 FCC
> **注意**Fedora CoreOS 配置工具已从 `fcct` (Fedora CoreOS Config Transpiler) 更名为 **Butane**新版本使用 `.bu` 扩展名和更新的 spec 版本
FCC Fedora CoreOS Configuration (Fedora CoreOS 配置) 的简称
```yaml
## example.bu
## example.fcc
variant: fcos
version: 1.6.0
version: 1.0.0
passwd:
users:
- name: core
@@ -21,10 +21,10 @@ passwd:
```
`ssh-rsa AAAA...` 替换为自己的 SSH 公钥 (位于 `~/.ssh/id_rsa.pub`)
### 17.2.3 转换 Butane 配置 Ignition
### 17.2.3 转换 FCC Ignition
```bash
$ docker run -i --rm quay.io/coreos/butane:release --pretty --strict < example.bu > example.ign
$ docker run -i --rm quay.io/coreos/fcct:v0.5.0 --pretty --strict < example.fcc > example.ign
```
### 17.2.4 挂载 ISO 启动虚拟机并安装