Skip to content

Commit 7344a4c

Browse files
committed
Removed the kata flag for preview.
1 parent b8c3eca commit 7344a4c

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/aks-preview/HISTORY.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ To release a new version, please select a new version number (usually plus 1 to
1212
Pending
1313
+++++++
1414

15+
* Removed the KataMshvVmIsolation option to --workload-runtime, due to GA.
16+
1517
18.0.0b13
1618
+++++++
1719
* Add option `--enable-http-proxy` to `az aks update`.

src/aks-preview/azext_aks_preview/_consts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
# workload runtime
5555
CONST_WORKLOAD_RUNTIME_OCI_CONTAINER = "OCIContainer"
5656
CONST_WORKLOAD_RUNTIME_WASM_WASI = "WasmWasi"
57-
CONST_WORKLOAD_RUNTIME_KATA_MSHV_VM_ISOLATION = "KataMshvVmIsolation"
5857
CONST_WORKLOAD_RUNTIME_KATA_CC_ISOLATION = "KataCcIsolation"
5958

6059
# gpu instance

src/aks-preview/azext_aks_preview/_params.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@
120120
CONST_WEEKINDEX_SECOND,
121121
CONST_WEEKINDEX_THIRD,
122122
CONST_WEEKLY_MAINTENANCE_SCHEDULE,
123-
CONST_WORKLOAD_RUNTIME_KATA_MSHV_VM_ISOLATION,
124123
CONST_WORKLOAD_RUNTIME_KATA_CC_ISOLATION,
125124
CONST_WORKLOAD_RUNTIME_OCI_CONTAINER,
126125
CONST_WORKLOAD_RUNTIME_WASM_WASI,
@@ -281,7 +280,6 @@
281280
workload_runtimes = [
282281
CONST_WORKLOAD_RUNTIME_OCI_CONTAINER,
283282
CONST_WORKLOAD_RUNTIME_WASM_WASI,
284-
CONST_WORKLOAD_RUNTIME_KATA_MSHV_VM_ISOLATION,
285283
CONST_WORKLOAD_RUNTIME_KATA_CC_ISOLATION,
286284
]
287285
gpu_instance_profiles = [

0 commit comments

Comments
 (0)