Dean McRobie (he/him)

Results 4 comments of Dean McRobie (he/him)

I would like to add the `loadBalancerSourceRanges` key to the `LoadBalancer` resource created by ambassador, this allows AWS ELB's to be much more secure. https://kubernetes.io/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/#restrict-access-for-loadbalancer-service Does this fit into this...

duplicating slides within presentations would be a great feature. the above snippet works, but doesn't seem to copy the table cells correctly (it replicated the tables on the initial slide,...

actually, that code works fine with tables! the error was on my side, needed to make sure it was a deepcopy (i was using a weird library for that), all...

here's a quick Mac fix for number 1 above: ```shell brew install bash # should get you bash v5+ at time of writing /opt/homebrew/bin/bash # drops you into a subshell...