Chris McConnell

Results 7 comments of Chris McConnell

Some additional snags I hit if these look familiar please let me know. Curious if someone could let me know if we need additional tags or a specific name for...

Hi @szuecs the SG that I created does have those as well as others, here's the complete list of Key/Values for the CF created SG: ``` key Value Name aws:cloudformation:logical-id...

OK, thanks @mikkeloscar great catch! on the worker nodes from that test cluster I currently have ``` kubernetes.io/cluster/opsdev true ``` So the tag value is set to "true" and not...

Excellent, so instead of changing the above mentioned tag (kubernetes.io/cluster/$cluster_id), as @mikkeloscar noted above, using the now legacy tag/values: ``` KubernetesCluster opsdev ``` did the trick! ``` alb_ingress_pod=$(kk get po...

In case this is useful for docs or others coming here, below are the steps I used based on the (modified as needed) files from your repo and using the...

I would like to do that. Would it be better to do a separate PR for the above requisite steps to deploy the kube-ingress-aws-controller as an addon (for other installed...

Hello, and thanks for this project/tool. This is very useful. For anyone else running into docker proxy issues (on MACOS/OSX), it appears as though recent versions (a few months ago)...