Files
proxmox-cloud-controller-ma…/docs/faq.md
Serge Logvinov 87baa50bf0 docs: add faq
Add fast answers to common questions

Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev>
2024-09-28 20:56:46 +03:00

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.