Skip to content

Commit d4f5de4

Browse files
committed
Add kubevirt platform to dual-stack supported platforms
The kubevirt platform in Hosted Control Planes (HCP) supports a dual-stack topology. Adding it to the dualStackPlatforms list to avoid reconciler error when the hosted cluster is dual-stack. Signed-off-by: Oren Cohen <ocohen@redhat.com>
1 parent a3935d6 commit d4f5de4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/network/render.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ var dualStackPlatforms = sets.NewString(
3636
string(configv1.NonePlatformType),
3737
string(configv1.VSpherePlatformType),
3838
string(configv1.OpenStackPlatformType),
39+
string(configv1.KubevirtPlatformType),
3940
)
4041

4142
const (

0 commit comments

Comments
 (0)