Jack Ketcham

Results 25 comments of Jack Ketcham

@jussch sure thing, I think that updates are now reported through the [changelog](https://github.com/HurricaneJames/react-immutable-proptypes/blob/master/CHANGELOG.md) file in the root of the project.

@chris-erickson I just got this setup for me and was running into similar issues. This is the IAM policy I created: ``` { "Version": "2012-10-17", "Statement": [ { "Sid": "AccessToGetBucketLocation",...

@JoshuaWalsh the `s3:ListBucket` permission includes access for the HEAD Bucket operation in addition to the GET Bucket operation, you can see here: https://docs.aws.amazon.com/AmazonS3/latest/dev/using-with-s3-actions.html#using-with-s3-actions-related-to-buckets. And in my IAM policy, I left...

I would also love to see `agent.config.nodeLabelsAsTags` specifically, but also all the options on the page @arzarif linked to. Would adding support just be a matter of adding those additional...

I was also running into this on version `5.0.0-beta.2` while using `redlock.using`, here's the relevant stack trace: ``` ExecutionError: The operation was unable to achieve a quorum during its retry...

Hi @annasong20 thanks for your detailed response! Yes this is a patch problem. The workarounds you proposed sound like they'd work for the tolerations, but I suppose I may be...