From a0c038eec961000252ee2eb4729fa6701feda231 Mon Sep 17 00:00:00 2001 From: Petr Bokoc Date: Nov 01 2018 15:18:25 +0000 Subject: 210 - Kubernetes modules --- diff --git a/modules/release-notes/pages/developers/Containers.adoc b/modules/release-notes/pages/developers/Containers.adoc index e9df1ea..2db4253 100644 --- a/modules/release-notes/pages/developers/Containers.adoc +++ b/modules/release-notes/pages/developers/Containers.adoc @@ -11,3 +11,9 @@ At the same time, a set of infrastructure container images is now also being pro Note that the upgrade path from version 3.9 (which was provided in Fedora 28) to 3.10 or 3.11 is not covered by this change, and a `dnf` upgrade is unlikely to cleanly update an Origin cluster. Ansible playbooks provided by upstream are on GitHub (link:++https://github.com/openshift/openshift-ansible/tree/release-3.10/playbooks/byo/openshift-cluster/upgrades++[3.9 to 3.10], link:++https://github.com/openshift/openshift-ansible/tree/release-3.11/playbooks/byo/openshift-cluster/upgrades++[3.10 to 3.11]). + + +== Kubernetes modules + +Kubernetes packages in Fedora 29 are modularized, allowing Fedora Project to provide multiple versions. +See xref:fedora:release-notes:sysadmin/Modularity.adoc#sect-modularity-kubernetes[the Modularity chapter] for details. diff --git a/modules/release-notes/pages/sysadmin/Modularity.adoc b/modules/release-notes/pages/sysadmin/Modularity.adoc index 2b75d07..54904f9 100644 --- a/modules/release-notes/pages/sysadmin/Modularity.adoc +++ b/modules/release-notes/pages/sysadmin/Modularity.adoc @@ -7,3 +7,11 @@ include::{partialsdir}/entities.adoc[] == DNF 4 Fedora 29 provides the *DNF 4* package manager. See xref:fedora:release-notes:sysadmin/Installation.adoc#sect-installation-dnf-4[the Installation chapter] for details. + +[[sect-modularity-kubernetes]] +== Kubernetes modules + +The upstream *Kubernetes* project maintains multiple versions of Kubernetes as well as component tools (`cri-o`, `cri-tools`, etc.) which have their versions tightly coupled to *OpenShift* versions. +Fedora 29 provides these multiple versions as module builds which contain Kubernetes, cri-o, and other required tools, which allows you to switch between multiple versions easily. + +See xref:fedora:modularity:index[Modularity docs] for information about modules in Fedora.