Aleksandr Dubinsky
Aleksandr Dubinsky
Could we please change the operator-to-method mapping to match that exposed by Kotlin? I think it's very important to have consistency here, because there'll be libraries designed for Kotlin that...
EKS now supports coredns, kube-proxy, and VPC CNI as managed add-ons. They're exposed through the API. It would be great to be able to declare them and update them using...
Title pretty much sums it up. The cause is that there isn't any kind of merge [when user mappings are added to `aws-auth`](https://github.com/pulumi/pulumi-eks/blob/bf28499c4eb2a3e5e18ee50a76c591803beeeb93/nodejs/eks/cluster.ts#L668) Workaround is to just put user arns...
The current pulumi_eks.Cluster carries a lot of apparent legacy cruft with it. It's both overly complex and doesn't follow best practices. I would like a new class which does things...
I'm trying to migrate typescript to python. I have an EKS cluster defined with `skip_default_node_group` and no other node group options: ``` self.cluster = eks.Cluster( f"{name}-eks", name=name, vpc_id=vpc.id, version="1.19", public_subnet_ids=[s.id...
I'd like to specify `extra_node_security_groups`. However, pulumi fails with: ``` raise _InactiveRpcError(state) grpc._channel._InactiveRpcError:
YAML anchor resolution fails with UnresolvedForwardReference in the following code. ``` // Generated by delombok at Mon Oct 11 17:00:06 EEST 2021 package mypackage; import com.fasterxml.jackson.annotation.JsonIdentityInfo; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonSubTypes;...
[mbuffer](http://www.maier-komor.de/mbuffer.html) is like pv but adds a memory buffer to help smooth out reading rate variability. mbuffer is packaged by Ubuntu, Arch (via AUR), and others. mbuffer also has some...
Geesefs crashes with no seemingly useful logs. Other FUSE options like `attr_timeout` result in the same. `allow_other` does seem to work.
What is the minimal IAM Policy for geesefs on AWS?