sparse-intern-71089
11/28/2019, 9:46 AMstocky-island-3676
11/28/2019, 10:10 AMmetadata.namespace
of each object.
2. In the kubernetes.Provider
which you then set in each resource’s options
.
3. In the kubectl
context
which you add to the Provider
. Soon it’s working: https://github.com/pulumi/pulumi-kubernetes/pull/862
2.) is a best-practice as this makes sure you apply to the correct K8s context. Without it, Pulumi uses the current-context
set in your kubectl
.handsome-cat-98152
11/28/2019, 4:16 PM