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?
Difference Between MajorUpgradeVersion, MinorUpgradeVersion and PatchUpgradeVersion
Copy Markdown
Open in ChatGPT
Open in Claude
Problem
- How to identify the MajorUpgradeVersion, MinorUpgradeVersion and PatchUpgradeVersion?
- How to find the latest SupportedRoleVersions?
Environment
- Platform9 Managed Kubernetes - All Versions
Answer
- PatchUpgradeVersion - The Last field or Third filed of the version changes. For example: 1.18.10-pmk.1357 --> 1.18.10-pmk.1547. This is Platform9 Patch Upgrade Version. Another example: 1.20.4 --> 1.20.5. This is Kubernetes Patch Upgrade Version.

- MinorUpgradeVersion - The Second field of the version changes. For example: 1.18.10-pmk.1357 --> 1.19.6-pmk.1701. Here the minor upgrade is because v1.18 --> v1.19

During a Minor version upgrade, it always selects the latest patch version available. For example, The current Kubernetes Version is 1.19.6-pmk.1625 and a minor version upgrade takes to the latest available 1.20 version which is 1.20.5-pmk.1894 ( 1.19.6-pmk.1625 --> 1.20.5-pmk.1894)
- MajorUpgradeVersion - The First field of the version change. For example: v1.20 --> v2.1
Platform Managed Kubernetes(PMK) has Multi-Version Support from v5.0 so can select either patch or minor upgrade based on requirement or preference.
- All the supported version can also be found using the following Qbert API call:
Example
# curl -s https://<DU_FQDN>/qbert/v4/<project_ID>/clusters/supportedRoleVersions -H "X-Auth-Token: $OS_TOKEN" | jq | grep roleVersion "roleVersion": "1.17.9-pmk.1467", "roleVersion": "1.18.10-pmk.1547", "roleVersion": "1.19.6-pmk.1625", "roleVersion": "1.20.5-pmk.1865",The token can be generated by following steps mentioned in Keystone Identity.
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