talos icon indicating copy to clipboard operation
talos copied to clipboard

Custom Certificate Authorities - Documentation seems incomplete / does not work

Open jenswachtel opened this issue 1 year ago • 0 comments

Hi,

I was following instructions here - https://www.talos.dev/v1.8/talos-guides/configuration/certificate-authorities/ Expected to apply the yaml via talosctl patch mc --nodes <IP>-p @my-ca.yaml but error "TrustedRootsConfig" "v1alpha1": not registered is returned.

Either something is missing in the documentation or I try apply it wrong. The format of the yaml is exactly what's documented:

apiVersion: v1alpha1
kind: TrustedRootsConfig
name: my-ca
certificates: |-
    -----BEGIN CERTIFICATE-----
    ...<cert gibberish>...
    -----END CERTIFICATE-----    

jenswachtel avatar Oct 22 '24 21:10 jenswachtel