Aidan Obley
Aidan Obley
**What this PR does / why we need it**: DHCP servers can provide DNS servers. This behavior is not always desired. With this setting a user can choose to have...
/kind feature **Describe the solution you'd like** As a user, I would like to toggle a setting (`ignoreDHCPNameservers`) that will cause nodes to ignore the nameservers that DHCP assigns, so...
**What this PR does / why we need it**: This PR adds the ability to configure DHCP overrides for vSphere machines. This is important for users who want to tweak...
We have been observing some failures in our tests related to the Jamdb.Oracle driver. `[error] Jamdb.Oracle (#PID) disconnected: ** (DBConnection.ConnectionError) :function_clause` We were able to narrow down the commit that...
We observed in #178 that unexpected messages could cause function_clause errors. By guarding on the expected types we gain some guarantees about the message contents I'm certainly a novice in...