Skip to content

Commit dbd9826

Browse files
Merge pull request #2860 from orenc1/4.20_add_kubevirt_platform_dual_stack
[release-4.20] OCPBUGS-66253: Add kubevirt platform to dual-stack supported platforms
2 parents 698e349 + ec1f517 commit dbd9826

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)