We are trying to update a stack that manages kuber...
# pulumi-kubernetes-operator
s
We are trying to update a stack that manages kubernetes resources in another cluster. In the stack we are using
Copy code
kubernetes:context: <Cluster Context>
in the stack to specify which cluster to make these changes to. However, when trying to use the operator to control this stack in comes back with the following error:
Copy code
context "<Cluster Context>" does not exist
Is it possible to add the cluster context to the operator so that it is able to find that cluster?