coreos-ignition/k8s-gateway.json
2024-12-22 11:52:47 +01:00

64 lines
1.8 KiB
JSON

{
"ignition": {
"version": "3.5.0"
},
"passwd": {
"users": [
{
"name": "root",
"sshAuthorizedKeys": [
"ecdsa-sha2-nistp521 AAAAE2VjZHNhLXNoYTItbmlzdHA1MjEAAAAIbmlzdHA1MjEAAACFBADaetOnr6mX9T+wd0ltUAv0G9JxoIkWZMjTvvBRabNqtGVe+WK9y1ZLyee8XxmxoZaZ/r/qSycC/oY0+dl7xv9ZwQHlhMeo1YYIFPd/R1NZu9laYRA+CNTnx+amggXSxccvbIIAu8hs1cX+vad/AVthkDWptrw40RqYyV82cRfVRrvqrQ== maciej@fedora"
]
}
]
},
"storage": {
"disks": [
{
"device": "/dev/disk/by-id/coreos-boot-disk",
"partitions": [
{
"label": "root",
"number": 4,
"resize": true,
"sizeMiB": 0
}
]
}
],
"filesystems": [
{
"device": "/dev/mapper/root",
"format": "btrfs",
"label": "root",
"mountOptions": [
"noatime",
"discard=async",
"compress-force=zstd:1"
],
"wipeFilesystem": true
}
],
"luks": [
{
"device": "/dev/disk/by-partlabel/root",
"discard": true,
"keyFile": {
"compression": "",
"source": "data:,changeme"
},
"label": "root",
"name": "root",
"wipeVolume": true
}
]
},
"systemd": {
"units": [
{
"enabled": false,
"name": "zincati.service"
}
]
}
}