Created
February 9, 2023 23:02
-
-
Save UnconventionalMindset/545a2da56a7b716251dae9de41aac4d8 to your computer and use it in GitHub Desktop.
Test-temp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ignition": { | |
"version": "3.3.0" | |
}, | |
"passwd": { | |
"users": [ | |
{ | |
"name": "core", | |
"sshAuthorizedKeys": [ | |
"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCoPJQAHkfSRIfS05ptesdKwTX7ererHcTZ7pKWi7yUqOQv1e2xpfNBcfx/trwzITJe9N7bwp7t6gpPY2/yBr8F6TenigFWhDaF3Qi9kdSlv64eOsPv6iTg0URH7RE4RQwdArPuwAEBA79BOVoJ0qG/zgn0LOlqYGE/EameYxtgzDJNjXPWOi6OkPKhOEc00+wWGucsCw/8a6rzaMbQHn647yiS7XUJ9/QgMwZ5tqT+Fw/1dxzV4zrWK5MVEXlN5wRZEzukadPQJKyZhhhx3o7MqEVOsTHvyBln6NVJGFawQY7B+ffN/+9n6pEuskWCqngywqAvDXyRS7zD/Dxqv5pjzSQI2fkyuM21oRcKlSYx2AB4L46J6MRJ4ZLA5dhY0fwv868F5VFmJZ2AsDmaGFCqdXTMCv6VRnghJo75oybv+/eoV53NETrTeB4XsPOxSZOHmK93zJzGw2hT4X/ZTvyVbnCyU+Z4sg2iU8ZVE3pHJi8ZQ3hadW0N+CAAmVQ+zsE= nousername" | |
] | |
} | |
] | |
}, | |
"storage": { | |
"files": [ | |
{ | |
"overwrite": true, | |
"path": "/etc/dnf/modules.d/cri-o.module", | |
"contents": { | |
"compression": "", | |
"source": "data:,%5Bcri-o%5D%0Aname%3Dcri-o%0Astream%3D1.17%0Aprofiles%3D%0Astate%3Denabled%0A" | |
}, | |
"mode": 420 | |
}, | |
{ | |
"overwrite": true, | |
"path": "/etc/modules-load.d/br_netfilter.conf", | |
"contents": { | |
"compression": "", | |
"source": "data:,br_netfilter" | |
}, | |
"mode": 420 | |
}, | |
{ | |
"overwrite": true, | |
"path": "/etc/sysctl.d/kubernetes.conf", | |
"contents": { | |
"compression": "", | |
"source": "data:,net.bridge.bridge-nf-call-iptables%3D1%0Anet.ipv4.ip_forward%3D1%0A" | |
}, | |
"mode": 420 | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment