Derrick Burns
Derrick Burns
This is not a bug report as much as it is a plea for help. How does one convert from using Helm Operator with Helm v2 only support to Helm...
You use Go templates for generating your Json configuration parameters. That technology is well suited for unstructured text. A better match for JSON generation is Jsonnet. There is a Go...
Your example for supporting the kubernetes dashboard is simple enough. However, it does require one to install the dashboard, then read the token from the installed service account. Is there...
The only place I need to provide my account info is to provide an `assume-role-arn`. Can you use the auto-detect feature that identifies the prefix to also provide the prefix...
Would it make sense to watch the SecretsManager for version changes?
The clustering C++ implementation that you link to does not handle full clusters properly.
@stefanprodan As you know, I have been using your tools for a long time. My general experience is that the tools are rock solid. Today a colleague reported that an...
When one uses kubecfg to generate manifests (instead of directly writing them to Kubernetes), the order of manifests is unstable. This makes it difficult to track changes. This problem occurs...
When kubecfg flattens a using object, information is lost that cannot be recovered, ie the path to the original object. Without the path, the operation is not invertible. I have...
If I understand the Pulumi Kubernetes operator correctly, it executes Pulumi updates by pulling code from Git from within Kubernetes. For this application, you may want to consider integrating with...