Skip to content

Latest commit

 

History

History
112 lines (72 loc) · 5.75 KB

cs_versions_124.md

File metadata and controls

112 lines (72 loc) · 5.75 KB
copyright lastupdated keywords subcollection
years
2022, 2023
2023-01-30
kubernetes, containers
containers

{{site.data.keyword.attribute-definition-list}}

1.24 version information and update actions

{: #cs_versions_124}

Review information about version 1.24 of {{site.data.keyword.containerlong}}, released 09 June 2022. {: shortdesc}

Looking for general information on updating {{site.data.keyword.containerlong}} clusters, or information on a different version? See Kubernetes version information and update actions. {: tip}

This badge indicates Kubernetes version 1.24 certification for {{site.data.keyword.containerlong_notm}}{: caption="Figure 1. Kubernetes version 1.24 certification badge" caption-side="bottom"}

{{site.data.keyword.containerlong_notm}} is a Certified Kubernetes product for version 1.24 under the CNCF Kubernetes Software Conformance Certification program. Kubernetes® is a registered trademark of The Linux Foundation in the United States and other countries, and is used pursuant to a license from The Linux Foundation.

For more information about Kubernetes project version 1.24, see the Kubernetes change log{: external}

Release timeline

{: #release_timeline_124}

The following table includes the expected release timeline for version 1.24 of {{site.data.keyword.containerlong}}. You can use this information for planning purposes, such as to estimate the general time that the version might become unsupported. {: shortdesc}

Dates that are marked with a dagger () are tentative and subject to change. {: important}

Version Supported? {{site.data.keyword.containerlong_notm}} \n release date {{site.data.keyword.containerlong_notm}} \n unsupported date
1.24 Yes 09 Jun 2022 06 Sept 2023
{: caption="Release timeline for {{site.data.keyword.containerlong_notm}} version 1.24" caption-side="bottom"}

Preparing to update

{: #prep-up-124}

This information summarizes updates that are likely to have and impact on deployed apps when you update a cluster to version 1.24. For a complete list of changes, review the community Kubernetes change log{: external} and IBM version change log for version 1.24. You can also review the Kubernetes helpful warnings{: external}. {: shortdesc}

Update before master

{: #before_124}

Pod security policies are scheduled for removal in Kubernetes version 1.25. See the Kubernetes Deprecated API migration guide{: external} for more information. Customers will have the option to replace Pod Security Policies with Pod security admission{: external} or a third party admission webhook{: external}. IBM Cloud Kubernetes Service will make a beta version of Pod Security available in version 1.24 to aid in the migration, but this support is not yet available. {: important}

The following table shows the actions that you must take before you update the Kubernetes master. {: shortdesc}

Type Description
IBM Cloud Block Storage driver and plug-in installation The IBM Cloud Block Storage driver and plug-in component is now installed on clusters running classic infrastructure. If you installed the IBM Cloud Block Storage driver and plug-in via the Helm chart, you must uninstall the Helm chart before continuing the master update. Note that your existing persistent volume claims (PVCs) will continue to work after the Helm chart is uninstalled, but you are not able to provision new PVCs until the master update is completed. To uninstall the Helm chart, see Removing the Block Storage Helm chart.
{: caption="Changes to make after you update the master to Kubernetes 1.24" caption-side="bottom"}

Removing the Block Storage Helm chart

{: #124-rm-block-helm}

  1. Add the iks-charts repo and update it.

    helm repo add iks-charts https://icr.io/helm/iks-charts && helm repo update

    {: pre}

  2. Search the repo for the Block Storage plug-in. Note that you will see versions for block v2.x.

    helm search repo block

    {: pre}

  3. Save the chart that you found in the previous step to a file.

    helm template iks-charts/ibmcloud-block-storage-plugin > block-plugin.yaml

    {: pre}

  4. Delete the plug-in from your cluster by using the file you saved in the previous step.

    kubectl delete -f block-plugin.yaml

    {: pre}

Update after master

{: #124_after}

The following table shows the actions that you must take after you update the Kubernetes master. {: shortdesc}

Type Description
Unsupported: kubectl expose removes --container-port and --generator options The kubectl expose command no longer supports the deprecated --container-port and --generator options. If your scripts rely on these options, update them.
Unsupported: kubectl run removes several options The kubectl run command no longer supports the deprecated --serviceaccount, --hostport, --requests and --limits options. If your scripts rely on these options, update them.
{: caption="Changes to make after you update the master to Kubernetes 1.24" caption-side="bottom"}