straight-cartoon-24485
06/12/2021, 7:23 PMconfig.require('kubernetes:context')
to ensure only the expected cluster gets modified by Pulumi, but this seems to be scoped to the stack
I want to make sure folks who fork my pulumi program don't mess up their default k8s context, whatever that happens to be on their machines... I'd like them to be explicit about the k8s cluster they want to target{
provider: myK8sProvider
}
on all my resources' constructors seems tedious...bored-table-20691
06/12/2021, 8:12 PM