Skip to content

Commit

Permalink
Add osType to cluster-template.yaml (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
haijianyang committed May 5, 2023
1 parent 8ba5ed4 commit 9326bbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/cluster-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ metadata:
spec:
template:
spec:
osType: LINUX
template: "${VM_TEMPLATE}"
ha: true
cloneMode: ${ELF_VM_CLONE_MODE:-FastClone}
Expand Down Expand Up @@ -192,6 +193,7 @@ metadata:
spec:
template:
spec:
osType: LINUX
template: "${VM_TEMPLATE}"
ha: true
cloneMode: ${ELF_VM_CLONE_MODE:-FastClone}
Expand Down

0 comments on commit 9326bbc

Please sign in to comment.