Tonny Madsen

Results 10 comments of Tonny Madsen

This would be really nice as it wil speed up my cluster significantly.

I'm using Python as the description language, and here there are a small error in the Cluster value initialization - see [cluster.py](https://github.com/pulumi/pulumi-eks/blob/master/python/pulumi_eks/cluster.py#L1397) ``` if node_root_volume_size is None: node_root_volume_size = 20...

I consider rewriting the pulumi_eks stuff to plain pulumi_aws to work around this. Then I will have finer control of when the launch configuration needs to be recreated - which...

Are there any recommended work-arounds? When this happens, I usually go to the parent autoscaling group in the AWS console and change the link to the launch configuration here. And...

I really though this would simplify my current sources, so I implemented it :-) Please have a look at give me some feedback. DATA_TYPE = Union[Sequence, Mapping] def jsonify_structure(data: DATA_TYPE)...

I'll be happy to do that. It misses some tests, but otherwise it works fine for me as is. So you're welcome to take the code, modify, include, delete, etc...

I found an error. New version below: ``` DATA_TYPE = Union[Sequence, Mapping] def stringify_structure(data: DATA_TYPE, serializer: Callable[[DATA_TYPE], str] = json.dumps) -> Union[str, pulumi.Output[str]]: """Given a recursive list or map of...

Since AWS plugin version 6.50.1, I have seen a number of cases where a refresh operation has changed the stack state as described in this issue. So it has changed...

Forgot to write that the output from the next update is as follows - without any changes to the IaC code... ``` ~ aws:cognito/userPool:UserPool: (update) [id=xxx] [urn=xxx] [provider=xxx] ~ schemas:...