HackerTrans
トップ新着トレンドコメント過去質問紹介求人

takinosh

no profile record

投稿

[untitled]

1 ポイント·投稿者 takinosh·26 日前·0 コメント

[untitled]

1 ポイント·投稿者 takinosh·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 takinosh·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 takinosh·4 か月前·0 コメント

Okd-metal-installer – Bare-metal Kubernetes via static ISOs

github.com
2 ポイント·投稿者 takinosh·4 か月前·2 コメント

Show HN: A Kubernetes Operator to Validate Jupyter Notebooks in MLOps

github.com
2 ポイント·投稿者 takinosh·5 か月前·0 コメント

MCP ADR Analysis Server

tosin2013.github.io
1 ポイント·投稿者 takinosh·11 か月前·0 コメント

コメント

takinosh
·4 か月前·議論
I built okd-metal-installer to make bare-metal OKD installs less dependent on fragile PXE-style boot infrastructure.

The tool uses Ansible inventory plus group_vars / host_vars as the source of truth for cluster topology and host configuration. It generates the required Ignition config, compiles static network configuration using NMState, and customizes a CoreOS ISO per host with those settings embedded.

Instead of relying on network boot, the boot media can be delivered either manually or through Redfish virtual media. The deployment flow in the repo is:

preflight validation

Ignition generation

network config generation

ISO customization

config serving

DNS configuration

boot delivery

Current support includes:

single-node, compact, and HA topologies

disconnected / air-gapped installs

Route 53 or internal dnsmasq for DNS

FCOS / SCOS support

Repo: https://github.com/tosin2013/okd-metal-installer