You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
I am new to Talos Linux. I want to get a test cluster running in Python, but the example throws this 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 am guessing I need to set a secret containing the bootstrap_token? I was looking for documentation for this in the provider docs but could not find any.
Any help appreciated
The text was updated successfully, but these errors were encountered:
Hey @barti04! I think this is related to an aspect of the terraform provider that didn't translate well into Pulumi's model. You can find more details about it in this issue. Unfortunately, that means the examples aren't up to date. I think what I've heard from Pulumi folks is that they might be looking for a solution on the Pulumi side.
In the meantime, instead of client_configuration=secrets.client_configuration you can assign each field on client_configuration individually. It's tedious, but it should get you back running.
If you're comfortable switching to typescript, those examples should work just fine. Due to the nature of the language, composite outputs flow like you would expect but its purely coincidental.
Hey,
I am new to Talos Linux. I want to get a test cluster running in Python, but the example throws this 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 am guessing I need to set a secret containing the bootstrap_token? I was looking for documentation for this in the provider docs but could not find any.
Any help appreciated
The text was updated successfully, but these errors were encountered: