Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
uta8a committed Sep 16, 2024
1 parent 497f9e9 commit cc664f5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions _content/post/2024-09-16-try-talos-linux/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,21 @@ IP周りはk8s-1マシン側でいじることにした。

pingは通るけどtalosctlは通らないという状態。k8s-0の昔のconfigが残っていたのでtimeoutが発生している。Try installかReset installの画面でResetを選択して、まっさらな状態でやり直す。

## ストレージのConfigがよく分からん

USBからは起動するけども、USBを引き抜いてapply-configで再起動が走るとNVMeからTalos Linuxが立ち上がらず、bootable mediaがNVMe側にないと判定されてPXE bootの画面に遷移するようになりました。

これはSSDにインストールできてないのが原因で、僕の場合は2つ原因がありました。

- `disk: /dev/sda` になっている
- USBが刺さっているとこれが通るので、途中でUSBを引き抜くようにしました(多分あまり良くない)
- 正確にはinstall先を指定するので、 `disk: /dev/nvme0n1` に変更する。
- `wipe: false` になっている
- なんかこれ入れないと書き込まれない?
- ディスクを消してOSを入れてもらいます。 `wipe: true` に変更する。

`controlplane.yaml` を編集しても良いし、 `patch.yaml` みたいな適当なoverride用のYAMLを書いて `--config-patch "@patch.yaml"` オプションを使って `apply-config` をしても良い。

## 起動したので確認

手順(詳細) にうまく行ったやり方は書いた。以下を確認している
Expand Down

0 comments on commit cc664f5

Please sign in to comment.