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?
How To Increase Docker Image Storage Pool Size
Copy Markdown
Open in ChatGPT
Open in Claude
Problem
How To Increase Docker Image Storage Pool Size
Environment
- Platform9 Managed Kubernetes - All Versions
- Docker
Procedure.
export OS_AUTH_URL=https://[DU]/keystone/v3export OS_REGION_NAME="[REGION]"export OS_PROJECT_NAME="[PROJECT]"export OS_PROJECT_DOMAIN_NAME="default"export OS_USERNAME="[USER]"export OS_PASSWORD="[PASSWORD]"read -p "Please enter MFA Token: " OS_TOTP_PASSCODEexport OS_TOTP_PASSCODE=$OS_TOTP_PASSCODEexport OS_TOKEN=$(curl -s -i -H "Content-Type: application/json" -d '{"auth":{"identity":{"methods":["password","totp"],"password":{"user":{"name":"'"$OS_USERNAME"'","domain":{"id":"default"},"password":"'"$OS_PASSWORD"'"}},"totp":{"user":{"name":"'"$OS_USERNAME"'","domain":{"id":"default"},"passcode":"'"$OS_TOTP_PASSCODE"'"}}},"scope":{"project":{"name":"'"$OS_PROJECT_NAME"'","domain":{"id":"default"}}}}}' -X POST $OS_AUTH_URL/auth/tokens | awk '/X-Subject-Token:/{printf $2}' | tr -dc '[:print:]')export OS_AUTH_TYPE="v3token"- You can run the curl command using the OS_TOKEN variable to download the Kube config file.
xxxxxxxxxx$ curl -sH "X-Auth-Token: $OS_TOKEN" https://[DU]/qbert/v3/[PROJECT_UUID]/kubeconfig/[CLUSTER_UID]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