sparse-intern-71089
07/20/2023, 1:28 PMechoing-dinner-19531
07/21/2023, 3:15 PMself._create_resources()
I think that should be self._create_resources
, you want a reference to the function there, not to call it.silly-match-22314
07/22/2023, 8:04 PMsilly-match-22314
07/22/2023, 8:16 PMechoing-dinner-19531
07/23/2023, 10:54 AMsilly-match-22314
07/23/2023, 10:55 AMechoing-dinner-19531
07/23/2023, 11:50 AMBTW, do you know how to get a kubeconfig content from pulumi w/o creating an actual file?As in from aws clusters and the like? Or creating them in code? The former I'm pretty sure things like eks cluster resources have a kubeconfig property on them. The later, there's nothing built-in really but it's just building up a json file which should be pretty simple in most languages.
silly-match-22314
07/30/2023, 2:55 PM