HackerTrans
TopNewTrendsCommentsPastAskShowJobs

takinosh

no profile record

Submissions

[untitled]

1 points·by takinosh·27 дней назад·0 comments

[untitled]

1 points·by takinosh·3 месяца назад·0 comments

[untitled]

1 points·by takinosh·3 месяца назад·0 comments

[untitled]

1 points·by takinosh·4 месяца назад·0 comments

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

github.com
2 points·by takinosh·4 месяца назад·2 comments

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

github.com
2 points·by takinosh·5 месяцев назад·0 comments

MCP ADR Analysis Server

tosin2013.github.io
1 points·by takinosh·11 месяцев назад·0 comments

comments

takinosh
·4 месяца назад·discuss
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