Replies: 3 comments 4 replies
-
Yes, see https://www.talos.dev/v1.6/reference/configuration/v1alpha1/config/#Config.machine You need a patch like that: machine:
certSANs:
- A.B.C.D |
Beta Was this translation helpful? Give feedback.
-
I changed
Removed the VMs and reran steps starting with "Cluster Configuration". version: v1alpha1 # Indicates the schema used to decode the contents.
debug: false # Enable verbose logging to the console.
persist: true
# Provides machine specific configuration options.
machine:
type: controlplane # Defines the role of the machine within the cluster.
token: xxxxxxx # The `token` is used by a machine to join the PKI of the cluster.
# The root certificate authority of the PKI.
ca:
crt: xxxxx
key: xxxxxx
# Extra certificate subject alternative names for the machine's certificate.
certSANs:
- A.B.C.D I'm still getting the same error from
|
Beta Was this translation helpful? Give feedback.
-
I see this in control plane boot logs, could this be relevant?
I'm not sure why talos gets network unreachable, I'm able to curl that endpoint from other ASH VMs. I had to change |
Beta Was this translation helpful? Give feedback.
-
I'm trying to create a cluster following the Azure installation guide and I'm stuck at bootstrapping bootstrapping
etcd
with this error (whereA.B.C.D
is thetalos-controlplane-public-ip-0
IP address):10.0.0.4
is the private IP address assigned to the nic.Could this be happening because the VM isn't seeing the public address on the nic? I'm guessing that ASH behaves with respect to public IP addresses on nics. Is there a way that I can eplicitly tell the Talos VM what it's public IP address is?
Beta Was this translation helpful? Give feedback.
All reactions