mirror of
https://github.com/outbackdingo/proxmox-cloud-controller-manager.git
synced 2026-01-27 18:20:07 +00:00
Add fast answers to common questions Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev>
9 lines
337 B
Markdown
9 lines
337 B
Markdown
# Fast answers to common questions
|
|
|
|
## Dose CCM support online VM migration?
|
|
|
|
No.
|
|
Proxmox CCM uses [Cloud-Provider](https://github.com/kubernetes/cloud-provider.git) framework, which does not support label updates after the node initialization.
|
|
|
|
Kuernetes has node drain feature, which can be used to move pods from one node to another.
|