Results 599 comments of Wes McNamee

What a terrible error message for missing an argument and/or for trying to use the wrong namespace 😂. Maybe this issue can track improving the error message in such a...

This would be quite useful. At the minimum, it would save me from having to wrap the variadic args in `[]`.

> That is what I saw in the examples, but I still think its not great. In terraform, the names are relative to the module you are in and it...

The name of the resource really probably shouldn't be global anyway, since the URN is what actually matters. When you import, you need to provide both.

> In that case you don't need to login/logout at all - you are using the same backend the whole time, just different credentials. If you just set PULUMI_ACCESS_TOKEN, it...

Possibly need to clarify this comment. The scenario is that credentials for backend are different from credentials needed for `pulumi up`.

I'm running into the same problem. Not using app of apps, literally just `kubectl apply -f app.yaml` originally, I had `automated` filled in. But then I changed it to `automated:...

I actually found out that setting this field to the `null` equivalent disables auto sync ``` # Sync policy syncPolicy: automated: ```

@codenio technically all you need to do is [rename] the binary as `kubectl-split` and then it would be recognized automatically as a plugin by kubectl

@ChessScholar - Need to enable "issues" on your fork, otherwise, it's hard/impossible for people to communicate. :)