seumasdunlop
seumasdunlop
We have a requirement to pass multiple network interfaces through to the kubernetes nodes. I've implemented this by adding a list of `extraBridges` for each instance that is used to...
If the VM doesn't get assigned an IP address for any reason terraform will throw an error when trying to read the IP address when generating the output. Fix in...
Implement https://github.com/MusicDin/kubitect/issues/34 Example config where: **bridge** - name of the bridge on the host. **networkInterface** - the name that the VM OS will assign the new network interface **ipCidr** -...
Fixes https://github.com/MusicDin/kubitect/issues/29
## Is your improvement request related to a feature? Please describe An error is returned when applying the `taint-toleration` setting if any volumes are attached even if the value hasn't...
As discussed in #2432 and and [documented](https://learn.microsoft.com/en-us/azure/aks/availability-zones#create-an-aks-cluster-across-availability-zones), if a cluster is created without availability zones defined then the control plane will not be formed redundantly across AZs. It is impossible...