Managed Kubernetes
Latest
Frequently Asked Questions
Solutions
How Tos
Internal Only
Templates
Powered By

Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Unable to Start pf9-kube Service on Master Node
Copy Markdown
Open in ChatGPT
Open in Claude
Problem
- Unable to start pf9-kube service on the master node
- Below errors are reported in /var/log/pf9/pf9-kube/kube.log
docker: Error response from daemon: devmapper: Thin Pool has 6844 free data blocks which is less than minimum required 6859 free data blocks. Create more free space in thin pool or use dm.min_free_space option to change behavior.See 'docker run --help'.Environment
- Platform9 Managed Kubernetes - v3.6.0 and higher
- Docker
Cause
There are not enough free data blocks on the node. This may be due to dead and/or exited containers still residing on the host.
Resolution
- Check the number of containers in dead or exited state.
xxxxxxxxxx# docker ps -a -q -f status=dead# docker ps -a -q -f status=exited- Run the below command to clean up any containers matching dead or exited status:
xxxxxxxxxx# docker rm $(docker ps -a -f status=exited -q)# docker rm $(docker ps -a -f status=dead -q)VariableType to search · ESC to discard
GlossaryType to search · ESC to discard
InsertType to search · ESC to discard
No matches
Last updated on
Was this page helpful?
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message