Rodrigo D. L.
Rodrigo D. L.
Something like this: ``` modules/worker/ec2.tf @@ -1,4 +1,5 @@ resource "aws_launch_configuration" "worker" { + availability_zones = ["us-east-1a", "us-east-1b", "us-east-1c"] ebs_block_device { device_name = "/dev/xvdf" volume_size = "${ var.volume_size["ebs"] }" ```...
Im not @wellsie but im using tack :) I fail to understand what would be the use case for splitting Infrastructure and Kubernetes installation, since the infrastructure is created JUST...
Hi, Can you explain a bit more what type of Federation are you looking for?
No love for this feature?
Hey, glad it was useful! You can see a list of IPs used in the interface configuration: https://github.com/bruj0/ProxmoxIPv6#proxmox-interface-configuration Besides that theres the 4to6 Tunnel and subnets for VM and Docker,...
Just wanted to add that i found the same issue but solved it by adding \n in the file and then using printf as in: - printf "%s" "$ESTAFETTE_VAR" >...
Thanks for taking a look! > This is not a bug but a feature as those are not valid HTTP links, and should not be used. The author of ladder...
I was meaning to do a PR but this patch will have to do for now. I think its missing the SystemBiosVersion string because its still showing as BOSCH in...