sparse-intern-71089
02/08/2022, 3:49 PMlittle-cartoon-10569
02/08/2022, 8:14 PMstringify() on a an object that contains outputs. You're calling apply() on k0sconfig which is necessary, but k0sconfig itself contains outputs.little-cartoon-10569
02/08/2022, 8:17 PMall() (are apiVersion and kind outputs?) and nesting calls to apply() (are n.role and n.ip outputs?).little-cartoon-10569
02/08/2022, 8:18 PMorange-policeman-59119
02/09/2022, 1:28 AMk0sconfig declaration, I see k0sctrl.apiVersion and k0sctrl.kind inside the body of the function - are those outputs as well?little-cartoon-10569
02/09/2022, 1:33 AMorange-policeman-59119
02/09/2022, 1:33 AMorange-policeman-59119
02/09/2022, 1:33 AMlittle-cartoon-10569
02/09/2022, 1:36 AMpulumi.all() to have nodes and k0sctrl.kind as parameters. Achieves the same thing without having to await a promise inside the block.orange-policeman-59119
02/09/2022, 1:37 AMlittle-cartoon-10569
02/09/2022, 1:37 AMorange-policeman-59119
02/09/2022, 1:38 AMlittle-cartoon-10569
02/09/2022, 1:40 AM