Vivek Lakshmanan
Vivek Lakshmanan
This certainly makes sense. Happy to help if you'd like to take a stab at contributing a chart for the operator!
Generating the kubeconfig requires some plugability into the auth mechanism which is a bit cloud provider specific. I am definitely supportive of providing some machinery in the kubernetes provider to...
Curious to hear what the desired experience here would be from the standpoint of the operator? As such the operator is designed to reflect the desired state for a stack...
> However, modeling an entire approval workflow would seem to better fit a distinct construct/controller entirely. Support for #158 would make it simpler to model higher order workflows.
@shousper thanks for filing the issue. By default Helm release installs in `wait` mode - i.e. it waits for the underlying chart resources to be installed. You can skip this...
@ghostsquad thanks for opening the issue! The SDK and docs are generated directly from the openapi spec published by Kubernetes: https://raw.githubusercontent.com/kubernetes/kubernetes/v1.24.3/api/openapi-spec/swagger.json. Indeed the spec includes the same typo there. Could...
Thanks for opening the issue @donpinkster. Yes we have seen this class of problems before. We are considering integrating with flux for source tracking which would allow us to leverage...
Could you provide the full stacktrace please?
Could you provide some of your pulumi code please?
Thanks for the issue. If I understand the issue, are you suggesting that simply adding the debug flags automatically induces the eternal retry behavior? Would you be able to provide...