Ted Kim

Results 11 comments of Ted Kim

I did notice when we tried using the debian docker images they weren't built with the `--with-compat` option - [simple search of the openresty docker github](https://github.com/openresty/docker-openresty/search?q=compat) At the time of...

The ECS agent is run as a docker container as makes it onto every EC2 instance. A work around therefore would be to start your platform critical **daemon processes** without...

I agree with @pauldthomson in that the intent should be inferred from the environment variable and override the default behaviour. While I understand this could appear as a breaking change...

@inductor there's an officially supported javascript k8s client library listed here: https://kubernetes.io/docs/reference/using-api/client-libraries/#officially-supported-kubernetes-client-libraries Direct link: https://github.com/kubernetes-client/javascript

We ran into this issue as well and had to split the yaml document with the `---` as the delimiter before processing each yaml doc ```golang output := helm.RenderTemplate(t, options,...

possibly related https://github.com/uswitch/kiam/issues/47

Pretty sad it's still an issue in 2023 https://github.com/nostalgic-css/NES.css/commit/cefe57ba6f1e652e5cc6d37789c01e1c3d0a785d The above commit was the last change to the `engine` key in the package.json file

@bitfield can probably close this as it's 2 years old and solved :) I didn't like `InitAndPlanAndShowWithStruct` as it outputs the entire plan in an ugly manner. I ended up...

Anyone know if this is fixed after the changes to the ScheduleJob (removed) healthcheck? https://github.com/apache/airflow/releases/tag/2.6.1