Skip to content

Commit e0b4444

Browse files
committed
feat: add rhel8/9/10 to guest os list
1 parent 5691b82 commit e0b4444

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/cloudprovider/vsphere/types.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,9 @@ var GuestOSLookup = map[string]string{
210210
"rhel6Guest": "rhel6",
211211
"rhel7_64Guest": "rhel7",
212212
"rhel7Guest": "rhel7",
213+
"rhel8_64Guest": "rhel8",
214+
"rhel9_64Guest": "rhel9",
215+
"rhel10_64Guest": "rhel10",
213216
"sjdsGuest": "sjds",
214217
"sles10_64Guest": "sles10",
215218
"sles10Guest": "sles10",

0 commit comments

Comments
 (0)