How should I go about debugging my cloud-config? #708
Replies: 1 comment 4 replies
-
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
sdwilsh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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 usingcurl
to 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.iso
Issue
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-alpine
image 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 thedocker
command with the right image?Beta Was this translation helpful? Give feedback.
All reactions