Skip to content

Add IPv6 support and implement necessary fixes for bare metal controller setup

Jakob Müller requested to merge ibot3/ipv6-support into devel

Version Control Information

Source branch: ibot3/ipv6-support
Target branch: devel

Commits:

* Fix dualstack and allow for ipv6-only clusters

To allow ipv6-only clusters, the `dualstack_support` option is
splitted in `ipv4_enabled` and `ipv6_enabled`.
Besides that, smaller issues with the ipv6 configuration of
kubernetes are solved.
    
Terraform does not work yet with ipv6-only.

Description

This MR fixes the dualstack option and replaces the dualstack_enabled option with the two new options: ipv4_enabled and ipv6_enabled.

Closes: #502 (closed) #335 (closed)


Merge Prerequisites

  • MR title (and description) are descriptive
  • Code is readable and syntactically correct
  • Code is understandable
  • Documentation has been updated, if necessary
  • Commit messages look good
  • Release note file in RST format added in latest commit

As a developer: please do not tick these boxes yourself. As a reviewer: please get yourself a hot cold beverage.

Edited by Steve Starke

Merge request reports