Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/aks-preview/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ To release a new version, please select a new version number (usually plus 1 to
Pending
+++++++

* Removed the KataMshvVmIsolation option to --workload-runtime, due to GA.

18.0.0b13
+++++++
* Add option `--enable-http-proxy` to `az aks update`.
Expand Down
1 change: 0 additions & 1 deletion src/aks-preview/azext_aks_preview/_consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
# workload runtime
CONST_WORKLOAD_RUNTIME_OCI_CONTAINER = "OCIContainer"
CONST_WORKLOAD_RUNTIME_WASM_WASI = "WasmWasi"
CONST_WORKLOAD_RUNTIME_KATA_MSHV_VM_ISOLATION = "KataMshvVmIsolation"
CONST_WORKLOAD_RUNTIME_KATA_CC_ISOLATION = "KataCcIsolation"

# gpu instance
Expand Down
2 changes: 0 additions & 2 deletions src/aks-preview/azext_aks_preview/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@
CONST_WEEKINDEX_SECOND,
CONST_WEEKINDEX_THIRD,
CONST_WEEKLY_MAINTENANCE_SCHEDULE,
CONST_WORKLOAD_RUNTIME_KATA_MSHV_VM_ISOLATION,
CONST_WORKLOAD_RUNTIME_KATA_CC_ISOLATION,
CONST_WORKLOAD_RUNTIME_OCI_CONTAINER,
CONST_WORKLOAD_RUNTIME_WASM_WASI,
Expand Down Expand Up @@ -281,7 +280,6 @@
workload_runtimes = [
CONST_WORKLOAD_RUNTIME_OCI_CONTAINER,
CONST_WORKLOAD_RUNTIME_WASM_WASI,
CONST_WORKLOAD_RUNTIME_KATA_MSHV_VM_ISOLATION,
CONST_WORKLOAD_RUNTIME_KATA_CC_ISOLATION,
]
gpu_instance_profiles = [
Expand Down
Loading