sparse-intern-71089
06/11/2022, 11:18 AMechoing-dinner-19531
06/11/2022, 1:25 PMresource_name
is a logical name used by Pulumi to identify the resource. By default we'll add a psudo-random suffix to that and pass that random name as args.metadata.name
to kubernetes, but if that's clashing (and it's more possible to at the moment due to some investigation into deterministic names that were in the process of rolling back) then you can also just set args.metadata.name
yourself.calm-kitchen-4682
06/11/2022, 1:27 PMarg.metadata.name
is the name K8 will use, whereas resource_name
is Pulumi specific?echoing-dinner-19531
06/11/2022, 1:27 PMcalm-kitchen-4682
06/11/2022, 1:28 PM