Eron Wright
Eron Wright
The `SecurityGroup` resource with inline rules is mutually exclusive with the `SecurityGroupRule` resource. Since `Cluster` uses `SecurityGroupRule`, the fix for this issue is to not use inline rules for `cluster-sg`....
A similar report: https://github.com/pulumi/pulumi-kubernetes/issues/1567#issuecomment-992752920
Update: the core problem has been fixed in the "v2" implementations of `ConfigFile` and `ConfigGroup`, see https://github.com/pulumi/pulumi-kubernetes/issues/1833#issuecomment-2061802888. We'll leave this issue open until the problem is fixed for the other...
@cogmission reordering must be done at the Flink layer, using the event time information and watermarks.
A workaround is to select "Format Document With..." on the context menu, and choose "YAML" rather than "Kubernetes YAML". Seems it is the latter extension that's responsible for this problem.
Some implementation hints (was looking into fixing this but have other priorities): - `pkg/api/plugins.go` (`UpdatePluginSetting`) - `services/sqlstore/plugin_setting.go` (`UpdatePluginSetting`) - `cmd/grafana-cli/commands/commands.go`
I wrote [updated API docs](https://github.com/pulumi/pulumi-kubernetes/blob/47a6ae4fceb8339c49d4f13b5f765af798c0308b/provider/pkg/gen/examples/overlays/chartV4.md) for Chart v4, including examples of important features across 6 SDKs. I prepared a PR to update the venerable guide to "Choosing the Right Helm...
This is fixed in the upcoming Chart v4 resource - full Java and YAML SDK support. Enjoy!
This feature is available now with the new "v2" implementations, enjoy! https://www.pulumi.com/blog/kubernetes-yaml-v2/
A note about the ability (or lack thereof) to customize which languages are shown in an chooser block. Thanks to https://github.com/pulumi/pulumi/pull/4426 there's some support in the templates within the docs...