PMK Release 5.11 Release Notes

Release Summary

The Platform9 Managed Kubernetes (PMK) version 5.11 release is now generally available with active support for Kubernetes v1.30. This release brings new features, enhancements and critical bug fixes to improve overall user experience and stability.

Kubernetes v1.27 and lower versions are marked as End of Life on PMK 511. New clusters are to be created on Kubernetes v1.29 or above. All clusters must be upgraded to at least Kubernetes v1.28 before upgrading from PMK 5.10.x to PMK 5.11.

Kubernetes v1.28 is marked as deprecated. New clusters should be created on Kubernetes v1.29 or above.

PMK 5.11.0 Release Highlights (Released 2024-10-16)

New Features

  • Added active support to Kubernetes 1.30.
  • Added support for Rocky 9.4: Managed Kubernetes Support Matrix
  • Added a new webpage for Custom Resource Definitions on the Kubernetes app under cluster administration.
    • You can now manage CRDs and CRs from the the PMK UI.

Feature Updates

  • PMK monitoring helm chart is now upgraded to release v62.7.1. The component upgrade includes Grafana upgrade to v11.

  • Updated the PMK monitoring helm chart to use upstream scrape config to use the upstream rules, reducing the overhead in maintaining the helm chart. See: Pf9-kube-prometheus helm chart upgrade

  • Added Golang Security fixes in sunpike services.

Deprecations, Feature Removal and EOL information

  • Following Operating Systems are no longer supported with PMK 5.11 and above. Check the PMK 5.11 support here: Managed Kubernetes Support Matrix
    • RHEL 7.9
    • RHEL 8.5
    • Ubuntu 18

Platform9 CLI

The pf9ctl release 1.29 is now available and can be installed by running the following command.

Bash
Copy

All existing and new AWS clusters in PMK must be configured with an is_update flag and restricted security group rules. Without this cluster updates(such as AMI updates) and upgrades may fail. Please reach out to Platform9 support for this configuration.

Bug Fixes

Fixed Fixed a bug that caused NO_PROXY set through pf9ctl set-proxy not being set in containerd 00-pf9-proxy.conf file.

Fixed Editing DNS Domain under the Edit DNS add-on page on UI is not allowed anymore. Updating the DNS Domain after cluster creation can lead to a cluster being non-functional.

Fixed Large text in Kubernetes resource YAML search would earlier break the page and display a blank page instead.

Known Issues

Known Issue All existing and new AWS clusters in PMK must be configured with an is_update flag and restricted security group rules. Without this cluster updates(such as AMI updated) and upgrades may fail. Please reach out to Platform9 support for this configuration.

Known Issue During upgrade of a PMK cluster, uninstallation of pf9-kube package may be incomplete/ stuck, if there are any workloads whose associated containers cannot be cleanly stopped and removed. Contact platform9 support if this is observed.

Known Issue On Rocky Linux 9 (tested on 9.2 and 9.4), platform9's pf9-kube package installs iptables-services as a dependency. With recent updates to the upstream repositories, installation will fail due to a missing dependency on iptables-legacy-* packages.

Known Issue (On Rocky Linux 9:) Users will need to install the legacy packages by running dnf install iptables or dnf install iptables-utils on workload cluster nodes. Since this is a recent upstream change, a solution will be provided in upcoming releases by packaging the required packages along with pf9-kube package.

Known Issue AWS clusters using flannel CNI need to be updated to use port 2379 instead of 4001 from1.22 version onwards. Workaround is to go to the "Edit cluster" option on the UI and clicked on "Update cluster" without making any changes. This adds the 2379 ingress rule to the master ELB.

Known Issue When a detach operation is performed on a master node in a multi master cluster, it takes approximately 30 minutes to complete all the detach operations and perform cleanup on the node. Therefore, if you want to reattach this node to any other cluster, you need to wait for the nodelet to stop all the phases and perform cleanup before attempting to reattach the node.

Known Issue In some scenarios, after a node is removed from the qbert clusters, nodelet fails to cleanup the data. Workaround is to check and remove the /var/opt/pf9/kube directory if present, even after the node is deauthorized.

Known Issue Cluster upgrade attempt is blocked on UI post a cluster upgrade failure due to nodes being in a converging/not converged state.

Known Issue Kubelet authorization mode is marked set to AlwaysAllow instead of Webhook.

Known Issue PMK Cloud provider created directly in Sunpike cannot be used to create qbert clusters. Qbert cloud providers will work to create both qbert and sunpike clusters. But cloud providers created directly in sunpike CANNOT be used to create qbert clusters. Please use the appropriate one based on your needs.

Known Issue Disabling Luigi Advanced Networking Operator (Luigi) add-on deletes cert-manager CRDs as well as part of dependencies cleanup. Please reach out to Platform9 for assistance on Luigi removal.

Package Updates

PMK 5.11.0 Latest Kubernetes Components List

ComponentKubernetes 1.30Kubernetes 1.29Kubernetes 1.28
KUBERNETES BUILD VERSION1.30.4-pmk.21.29.2-pmk.1621.28.6-pmk.185
CONTAINERD1.7.131.7.131.7.13
RUNC1.1.121.1.121.1.12
CORE-DNS1.11.11.11.11.11.1
METRICS SERVER0.6.40.6.40.6.4
METAL LB0.14.20.14.20.14.2
KUBERNETES DASHBOARD2.7.02.7.02.7.0
CLUSTER AUTO-SCALER AWS1.28.01.28.01.28.0
FLANNEL0.24.20.24.20.24.2
CALICO3.27.23.27.23.27.2
ETCD3.5.123.5.123.5.12
CNI PLUGINS1.4.01.4.01.4.0
KUBEVIRT1.0.01.0.01.0.0
KUBEVIRT CDI1.57.01.57.01.57.0
ADVANCED NETWORKING OPERATOR (LUIGI)0.5.60.5.60.5.6
MONITORING - PROMETHEUS OPERATOR0.68.10.68.10.68.1
PROFILE AGENT2.0.22.0.22.0.2
METAL31.1.11.1.11.1.1

PMK 5.11.1 Patch (Released 2025-01-31)

This patch adds support for RHEL 8.10 and fixes the following issues with updated kube patches and a new release of pf9ctl CLI. There is no need to update the PMK management plane to a version 5.11.1 - the management plane upgrade to v5.11.0 is sufficient.

Added Added support for RHEL 8.10 (Refer Managed Kubernetes Support Matrix)

Added Updated golang to v1.23 and updated libraries/ module dependencies to fix CVEs

Bug Fixes

Fixed [PMK-6596] : kube-scheduler and kube-controller services exposed on all interfaces, risking external access : Solution Access to kube-apiserver, kube-scheduler and kube-controller services is restricted within the cluster and these services cannot be reached from outside the cluster

Fixed [PMK-6606] : Ability to turn debugging on/off was missing for SMCP management clusters. This has been fixed with a new Kube patch for k8s 1.30 (build 1.30.4-pmk.80). However, the fix will be available in SMCP with the upcoming patch SMCP 5.11.1 Solution Added variable "allowDebug" for nodelet bootstrap config file (located at bootstrapCfgPath in airctl-config.yaml) which is used to create the management cluster. Add/update this variable before running airctl create-mgmt/upgrade-mgmt command. This variable will modify verbosity level cluster-wide(for all master as well as worker nodes). The default value is false. Setting it to true will set verbosity level of kube-apiserver, kube-controller-manager, kube-scheduler and kubelet to 8. Setting it to false will set verbosity level to 2 for the same.

Platform9 CLI

The pf9ctl release 1.30 is now available (release notes for pf9ctl v1.30) and can be installed by running the following command

Bash
Copy

Known Issues

Same as PMK 5.11.0 (see above known issues in PMK 5.11.0)

When upgrading from PMK 5.10 (5.10.0 or patches), existing k8s clusters with v1.28 or v1.29 (supported in PMK 5.10 too) must be upgraded to the following kube builds and not earlier kube builds

PMK 5.11.1 Latest Kubernetes Components List

ComponentKubernetes 1.30Kubernetes 1.29Kubernetes 1.28
KUBERNETES BUILD VERSION1.30.4-pmk.801.29.2-pmk.2301.28.6-pmk.271
CONTAINERD1.7.131.7.131.7.13
RUNC1.1.121.1.121.1.12
CORE-DNS1.11.11.11.11.11.1
METRICS SERVER0.6.40.6.40.6.4
METAL LB0.14.20.14.20.14.2
KUBERNETES DASHBOARD2.7.02.7.02.7.0
CLUSTER AUTO-SCALER AWS1.28.01.28.01.28.0
FLANNEL0.24.20.24.20.24.2
CALICO3.27.23.27.23.27.2
ETCD3.5.123.5.123.5.12
CNI PLUGINS1.4.01.4.01.4.0
KUBEVIRT1.0.01.0.01.0.0
KUBEVIRT CDI1.57.01.57.01.57.0
ADVANCED NETWORKING OPERATOR (LUIGI)0.5.60.5.60.5.6
MONITORING - PROMETHEUS OPERATOR0.68.10.68.10.68.1
PROFILE AGENT2.0.22.0.22.0.2
METAL31.1.11.1.11.1.1

PMK 5.11.2 Patch (Released 2025-03-19)

This patch comes with improved UI performance, updated kube patches and a new release of pf9ctl CLI. PMK management plane needs to be updated to version 5.11.2

Added UI performance improvements when loading a large number of Kubernetes objects like namespaces, pods, deployments, services etc. with improved caching strategy in rendering.

Added Updated libraries/ module dependencies to fix CVEs

Added Added ability to modify the verbosity level for kube-api server.

Bug Fixes

Fixed Fixed the issue causing MetalLB addon in BGP mode to report unhealthy state due to the bug Community validation webhook denies all updates in upstream MetalLB v0.14.2. Upgraded MetalLB addon to v0.14.9 to solve the issue.

Fixed Fixed an issue causing host onboarding to fail for new hosts on DU having dynamic kubelet configuration DKC.

Fixed Fixed the issues that caused add-on operator to remove the custom cert manager objects on disabling Luigi and custom prometheus objects on disabling the pf9-monitoring add-on.

Fixed Fixed an issue due to which existing default apiserver flags could not be modified (e.g. service-account-issuer).

Platform9 CLI

The pf9ctl release 1.31 is now available (release notes for pf9ctl v1.31) and can be installed by running the following command

Bash
Copy

Known Issues

Same as PMK 5.11.0 (see above known issues in PMK 5.11.0)

When upgrading from PMK 5.10 (5.10.0 or patches), existing k8s clusters with v1.28 or v1.29 (supported in PMK 5.10 too) must be upgraded to the following kube builds and not earlier kube builds.

PMK 5.11.2 Latest Kubernetes Components List

ComponentKubernetes 1.30Kubernetes 1.29Kubernetes 1.28
KUBERNETES BUILD VERSION1.30.4-pmk.1391.29.2-pmk.2451.28.6-pmk.287
CONTAINERD1.7.131.7.131.7.13
RUNC1.1.121.1.121.1.12
CORE-DNS1.11.11.11.11.11.1
METRICS SERVER0.6.40.6.40.6.4
METAL LB0.14.90.14.90.14.9
KUBERNETES DASHBOARD2.7.02.7.02.7.0
CLUSTER AUTO-SCALER AWS1.28.01.28.01.28.0
FLANNEL0.24.20.24.20.24.2
CALICO3.27.23.27.23.27.2
ETCD3.5.123.5.123.5.12
CNI PLUGINS1.4.01.4.01.4.0
KUBEVIRT1.0.01.0.01.0.0
KUBEVIRT CDI1.57.01.57.01.57.0
ADVANCED NETWORKING OPERATOR (LUIGI)0.5.60.5.60.5.6
MONITORING - PROMETHEUS OPERATOR0.68.10.68.10.68.1
PROFILE AGENT2.0.22.0.22.0.2
METAL31.1.11.1.11.1.1
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
  Last updated by Ben White