Kyle Stevenson
Kyle Stevenson
`TUNNEL_CIDR_BLOCKS=(10.0.1.0/24 10.0.2.0/24) ./openvpn-install.sh` + for cidr in ${TUNNEL_CIDR_BLOCKS[@]} + echo 'Adding (10.0.1.0/24 to routed subnets...' Adding (10.0.1.0/24 to routed subnets... ++ echo '(10.0.1.0/24' ++ cut -d/ -f1 + ROUTE_IP='(10.0.1.0' ++...
@brnl @angristan @randomshell The updated readme gives two options: - Setting inside a script a user has made as an environment variable - Passing it to the updated ./openvpn-install.sh script...
@brnl > `TUNNEL_CIDR_BLOCKS="216.239.32.21/32 216.239.34.21/32 216.239.36.21/32 216.239.38.21/32 172.217.15.115/32" ./openvpn-install.sh` server.conf: ``` port 1194 proto udp dev tun user nobody group nogroup persist-key persist-tun keepalive 10 120 topology subnet server 10.8.0.0 255.255.255.0...
/remove-lifecycle stale
/remove-lifecycle stale
Hi, Same scenario as raised, I am explicitly turning off checking external modules as I have no control over the code (and have some faith it's not terrible). No need...
> kubectl_manifest This is abandoned, I would not rely on it. No updates in two years and the author isn't merging pull requests. I don't know how this hasn't received...
https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/examples/eks_managed_node_group/main.tf#L204 ``` enable_bootstrap_user_data = true pre_bootstrap_user_data =