Skip to content

Release notes for LVMS #96350

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: enterprise-4.20
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions release_notes/ocp-4-20-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,16 @@ Instead of rebooting nodes after each individual change, you can apply all confi

For more information, see xref:../edge_computing/policygenerator_for_ztp/ztp-configuring-managed-clusters-policygenerator.adoc#ztp-coordinating-reboots-for-config-changes_ztp-configuring-managed-clusters-policygenerator[Coordinating reboots for configuration changes].

[id="ocp-release-edge-computing-networkpolicy-support-for-lvms_{context}"]
==== NetworkPolicy support for {lvms}

The {lvms} Operator now applies Kubernetes `NetworkPolicy` objects during installation to restrict network communication to only the required components. This feature enforces default network isolation for {lvms} deployments on {product-title} clusters.

[id="ocp-release-edge-computing-hostname-label-for-pv_{context}"]
==== Support for hostname labelling for persistent volumes created by using the {lvms} Operator

When you create a persistent volume (PV) by using the {lvms} Operator, the PV now includes the `kubernetes.io/hostname` label. This label shows which node the PV is located on, making it easier to identify the node associated with a workload. This change only applies to newly created PVs. Existing PVs are not modified.

[id="ocp-release-notes-extensions_{context}"]
=== Extensions ({olmv1})

Expand Down