How should I go about debugging my cloud-config? #708
Replies: 1 comment 4 replies
|
4 replies
Answer selected by
sdwilsh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm having a hard time getting my cloud-config working correctly. The documentation helped to a degree, but not fully.
Background
python3 -m http.server 9000) and then usingcurlto get the file since passing a URL does not seem to work withkairos-agent manual-install.kairos-ubuntu-22-lts-v1.4.0-k3sv1.26.0+k3s1.isoIssue
I'm trying to setup static networking, as described in the documentation for systemd-networkd, but it is not applying, so I assume there's something wrong with my cloud-config. The documentation suggests I grab an image and then run a docker command to test it. However, there are a few things that are not clear:
quay.io/kairos/core-alpineimage being used in the example and the image I'm using, but I'm not certain that is correct, in part because there is no tag that corresponds tov1.26.0+k3s1(the newest appears to bev1.25.2-k3s1).kairos-agent manual-install. Is it sufficient to place my single file and run thedockercommand with the right image?All reactions