Replies: 7 comments 8 replies
-
does your _out/talosconfig file have multiple contexts listed? Is there anything in that file? |
Beta Was this translation helpful? Give feedback.
-
of course it's indented to some degree and I've omitted the sensitive data, but I'm sure you get the gist @rothgar do I have to include 'talos-proxmox-cluster' in the command somewhere as part of the syntax? is that it? |
Beta Was this translation helpful? Give feedback.
-
I have some spare NUCs lying around. I guess I'll try that. Kind of a bummer that this proxmox method is being ornery. Oh well |
Beta Was this translation helpful? Give feedback.
-
so this is where I'm currently at: I tried the following 3 commands on a spare NUC I have...
However, with the 'get disks' command I ran into the problem that talosctl could not detect or output the hardisk on the NUC, for some reason. I used gparted to acquire the name of the disk and ran the next command, but that didn't go well, but at least I could see that it communicated something. so now that I have 3 commands that I know that work, I tried usint them back onto my Proxmox setup, but when shooting the 'get disks' command over to the Proxmox CP I get the following error:
I think this speaks to something in my environment, but I have no idea what it is, because Talos documentation says all that should be needed for prerequisites is network access Edit: I got a better look at the block device scheme and it looks like the hard disk for this NUC is MMC/SD instead of the conventional SCSI. Is it possible that Talos would have an issue with that? |
Beta Was this translation helpful? Give feedback.
-
not that anyone is paying attention lol. kind of self-documenting my steps here. I moved on to a more conventional miniPC and was able to get through the steps for bare metal install. Now I need to learn how to add a worker node since I don't want to do the step where I allow nodes on the CP seems I had to download the kubeconfig file, then install the kubectl command in order to be able to properly run the also the docs don't really speak to that, but I guess there's tons and tons of variables for all this so that might be a challenge |
Beta Was this translation helpful? Give feedback.
-
I think I figured something out. Perhaps it's unique to my setup, not sure why, but it seems like with my environment it did not like the |
Beta Was this translation helpful? Give feedback.
-
ok wow I think I got this to work. I had to fumble through it because the sequence no longer matches any tutorials/documentation currently in existence (at least for me it didn't), but I think it's all good now. Now I have to actually learn k8s lol |
Beta Was this translation helpful? Give feedback.
-
Hello. I'm trying to setup Talos on a Proxmox VM following the method outlined below:
https://www.youtube.com/watch?v=YdQCeU7NOak&pp=ygUNdGFsb3MgaW5zdGFsbA%3D%3D
I went step for step and everything went fine up to: export TALOSCONFIG="_out/talosconfig"
I then enter this command: talosctl config endpoint $CONTROL_PLANE_IP
and I get 'no context is set'
I tried going through the possible commands via -h, but nothing worked
I then looked at the guide from the Sidero Labs channel and they talk about actually installing to the disk but the 'talos get disks' command won't work after I deploy the initial 'apply-config' command
perhaps some syntax was updated the way 'talosctl disks' was deprecated?
Beta Was this translation helpful? Give feedback.
All reactions