Skip to content
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

Helm: Clean up deprecated values #24214

Merged
merged 5 commits into from
Apr 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
44 changes: 8 additions & 36 deletions Documentation/helm-values.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions Documentation/operations/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,26 @@ Helm Options
* Following the deprecation of the ``tunnel`` agent flag, ``tunnel`` is being
deprecated in favor of ``routingMode`` and ``tunnelProtocol`` and will be
removed in v1.15.
* Values ``encryption.keyFile``, ``encryption.mountPath``,
``encryption.secretName`` and ``encryption.interface`` are deprecated in
favor of their ``encryption.ipsec.*`` counterparts and will be removed in
Cilium 1.15.
* Value ``hubble.peerService.enabled`` was deprecated in Cilium 1.13 and has
been removed. The peer service is no longer optional.
* Values ``hubble.tls.ca``, ``hubble.tls.ca.cert`` and ``hubble.tls.ca.key``
were deprecated in Cilium 1.12 in favor of ``tls.ca``, ``tls.ca.cert`` and
``tls.ca.key`` respectively, and have been removed.
* Value ``hubble.ui.securityContext.enabled`` was deprecated in Cilium 1.12 in
favor of ``hubble.ui.securityContext``, and has been removed.
* Values ``ipam.operator.clusterPoolIPv4PodCIDR`` and
``ipam.operator.clusterPoolIPv6PodCIDR`` were deprecated in Cilium 1.11 in
favor of ``ipam.operator.clusterPoolIPv4PodCIDRList`` and
``ipam.operator.clusterPoolIPv6PodCIDRList``, respectively, and have been
removed.
In order to preserve the default behavior for selecting CIDRs when default
values are kept, ``ipam.operator.clusterPoolIPv4PodCIDRList`` now defaults to
a singleton containing the default CIDR value for the removed value
``ipam.operator.clusterPoolIPv4PodCIDR`` (and similarly for IPv6).

.. _earlier_upgrade_notes:

Expand Down
23 changes: 8 additions & 15 deletions install/kubernetes/cilium/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.