Skip to content

Commit 3af1cb5

Browse files
authored
[AKS] Fixes MicrosoftDocs/azure-docs#13936
1 parent a974aea commit 3af1cb5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/aks/virtual-kubelet.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,9 @@ Use the [az aks remove-connector][aks-remove-connector] command to remove Virtua
203203
az aks remove-connector --resource-group myAKSCluster --name myAKSCluster --connector-name virtual-kubelet
204204
```
205205

206+
> [!NOTE]
207+
> If you encounter errors removing both OS connectors, or want to remove just the Windows or Linux OS connector, you can manually specify the OS type. Add the `--os-type` parameter to the previous `az aks remove-connector` command, and specify `Windows` or `Linux`.
208+
206209
## Next steps
207210

208211
For possible issues with the Virtual Kubelet, see the [Known quirks and workarounds][vk-troubleshooting]. To report problems with the Virtual Kubelet, [open a GitHub issue][vk-issues].

0 commit comments

Comments
 (0)