Skip to content

Commit 126c594

Browse files
orenc1openshift-cherrypick-robot
authored andcommitted
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 8d09651 commit 126c594

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)