Issues with attempting to deploy a Talos v1.12.2 cluster via Omni and Proxmox. #2206
Unanswered
macmandr197
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
FWIW, I am also using the Proxmox provider, with the machine class as specified below. I do not believe Proxmox is interfering with Omni/Talos' ability to set a hostname? metadata:
namespace: default
type: MachineClasses.omni.sidero.dev
id: proxmox-control-plane
spec:
matchlabels: []
autoprovision:
providerid: proxmox
kernelargs: []
metavalues: []
providerdata: |
cores: 2
sockets: 1
memory: 16000
disk_size: 50
network_bridge: {redacted}
storage_selector: name == "pool-1"
disk_ssd: true
disk_discard: true
disk_iothread: true
disk_cache: writeback
disk_aio: io_uring
grpctunnel: 0 |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hello! As titled, I'm attempting to create a cluster via Omni using cluster templates. Within this cluster template, I would like Talos/Omni to handle the node name, and do not care to specify my own hostnames. Typically, if I have done this in the past, I would not specify anything. I understand now, however, that a "hostnameconfig" patch is required within the cluster template, especially if providing a static hostname, etc.
For whatever reason, even with the hostnameconfig patch explicitly defined, the node's network.hostname is still configured which results in this error:
configuration validation failed: 1 error occurred: * static hostname is already set in v1alpha1 configeven though I do not believe I am explicitly setting a hostname anywhere?I have explicitly specified that the hostnameconfig auto value should be set to stable so that Omni will let the talos machine config generate itself. This template is applied as follows (I'll only provide the control plane patch for now to save space)
cluster template
control-plane patch
Beta Was this translation helpful? Give feedback.
All reactions