Document limitations of AKS stop/start with KAITO#451
Conversation
Added note about AKS stop/start operations and potential issues with KAITO Workspaces.
|
@ramanjk : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
@ramanjk : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit 8fae71c: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Background This can result in node pool update conflicts and cluster provisioning failures during AKS stop/start scenarios. The behavior is currently considered a known KAITO limitation and should be documented to improve customer awareness and avoid unexpected operational issues. Affected Documentation Deploy KAITO Workspaces on AKS. Potential outcomes include: AKS cluster enters a Failed provisioning state. Proposed Documentation Update AKS stop and start operations (az aks stop / az aks start) aren't fully supported for clusters with active KAITO Workspaces. In some scenarios, startup operations can result in node pool reconciliation conflicts, provisioning failures, or orphaned compute resources. |
|
Hi @ramanjk - This pull request was opened in the public repo. Microsoft contributors should work in the private repo, per the Microsoft Docs contributor guide. We can keep this PR open for review and merge, but would you make future content updates in the private repo? Thank you! Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
There was a problem hiding this comment.
Pull request overview
Adds a documented limitation for using AKS stop/start with KAITO, warning about potential reconciliation/provisioning issues when workspaces are active.
Changes:
- Documented that AKS stop/start isn’t fully supported with active KAITO workspaces and can lead to reconciliation conflicts and orphaned resources.
| * `Windows` OS SKU is not currently supported. | ||
| * AMD GPU VM sizes are not supported `instanceType` in a KAITO workspace. | ||
| * AI toolchain operator add-on is supported in **public** Azure regions. | ||
| * AKS stop and start operations (az aks stop / az aks start) aren't fully supported for clusters with active KAITO Workspaces. In some scenarios, startup operations can result in node pool reconciliation conflicts, provisioning failures, or orphaned compute resources. |
Added note about AKS stop/start operations and potential issues with KAITO Workspaces.