Xin Chen

Results 18 comments of Xin Chen

Try `service_overrides_template => false` This will stop from creating the file. I had to do this because this module actually breaks default Centos7.3 Docker installation. This is my workaround: ```...

We have also seen this issue on S3 bucket auto empty custom resource: ![image](https://user-images.githubusercontent.com/5382613/131942166-07290a8e-f449-4df0-8419-69ce39a27b5d.png)

@rix0rrr Thanks for checking. It is the stack level tags that are not resolving. Can you deploy that stack and check the tags for that stack via CloudFormation console? The...

Can we include the cluster component status into the CloudWatch as well, for example: - kube controller manager - scheduler (http://localhost:8001/api/v1/componentstatuses/scheduler) These can be used to set up CloudWatch alarm...

@herebebogans Hi, can we create a release for this fix?

Thanks @shapirov103 . The use case is when the customer only allows outbound access via an internal managed proxy server, or no outbound internet access at all. That means the...

This feature may not be needed anymore, thanks to EKS Private Endpoint: https://github.com/aws/containers-roadmap/issues/298

@kcoleman731 @shapirov103 Thanks for reviewing the PR. I have just added the doc with example code of how to enable `GitOps` mode for deploying SSP AddOns. Apologize for the delays!...

Thanks again for the PR review @shapirov103 ☺️ All the suggestions are very good and making sense. I have updated the PR ready. There is only one comment on this...