square-jelly-99179
09/26/2025, 2:56 PMpulumi-talos, following the python example, I've the following error:
Exception: invoke of talos:machine/getConfiguration:getConfiguration failed: invocation of talos:machine/getConfiguration:getConfiguration returned an error: [AttributeName("machine_secrets").AttributeName("secrets").AttributeName("bootstrap_token")] Missing Configuration for Required Attribute: Must set a configuration value for the machine_secrets.secrets.bootstrap_token attribute as the provider has marked it as required.
I'm a bit clueless, because sometimes the error is for attribute certs.k8s_aggregator or other.
If I register and output for secrets.machine_secrets I can see the attributes are always there. I tried to workaround with Output.all and apply, but no luck.
Any hint to what could be?
Thanks in advance!
PD: I'm just starting to play around with both Pulumi and Talos provider.square-jelly-99179
09/26/2025, 3:02 PMException: invoke of talos:machine/getConfiguration:getConfiguration failed: invocation of talos:machine/getConfiguration:getConfiguration returned an error: [AttributeName("machine_secrets").AttributeName("certs").AttributeName("k8s_aggregator")] Missing Configuration for Required Attribute: Must set a configuration value for the machine_secrets.certs.k8s_aggregator attribute as the provider has marked it as required.square-jelly-99179
09/26/2025, 4:20 PMlimited-rainbow-51650
09/28/2025, 6:25 PMsquare-jelly-99179
09/29/2025, 7:32 AM