Skip to content

Commit c697c7e

Browse files
committed
docs: Remove references to v1.15
One of these was for _GKE_ v1.15 which is ancient, but all of the other references to v1.15 are for Cilium and are also stale. Remove them. Signed-off-by: Joe Stringer <joe@cilium.io>
1 parent 2ac953b commit c697c7e

5 files changed

Lines changed: 1 addition & 26 deletions

File tree

Documentation/network/bgp-control-plane/bgp-control-plane-v1.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -667,17 +667,6 @@ Configure graceful restart on per-neighbor basis, as follows:
667667
enabled: true # <-- enable graceful restart
668668
restartTimeSeconds: 120 # <-- set RestartTime
669669
670-
.. warning::
671-
672-
When enabled, graceful restart capability is advertised for IPv4 and IPv6
673-
address families by default. From v1.15, we have a known issue where Cilium
674-
takes long time (approximately 300s) to restart route advertisement after
675-
graceful restart when Cilium advertises both IPv4 and IPv6 address families,
676-
but a remote peer advertises only one of them. You can work around this
677-
issue by aligning the address families advertised by Cilium and remote with
678-
the `families field <bgp-control-plane-address-families_>`_. You can track
679-
`#30367 <https://github.com/cilium/cilium/issues/30367/>`_ for updates.
680-
681670
Optionally, you can use the ``RestartTime`` parameter. ``RestartTime`` is the time
682671
advertised to the peer within which Cilium BGP control plane is expected to re-establish
683672
the BGP session after a restart. On expiration of ``RestartTime``, the peer removes

Documentation/network/concepts/routing.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,6 @@ Masquerading
298298

299299
Load-balancing
300300
ClusterIP load-balancing will be performed using eBPF for all version of GKE.
301-
Starting with >= GKE v1.15 or when running a Linux kernel >= 4.19, all
302-
NodePort/ExternalIP/HostPort will be performed using a eBPF implementation as
303-
well.
304301

305302
Policy enforcement & visibility
306303
All NetworkPolicy enforcement and visibility is provided using eBPF.

Documentation/network/kubernetes/policy.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ Known missing features for Kubernetes Network Policy:
5151
| ``ipBlock`` set with a pod IP | :gh-issue:`9209` |
5252
+-------------------------------+-------------------+
5353

54-
As of v1.15, ``ipBlock`` can now optionally select :ref:`node IPs <cidr_select_nodes>`. Previously,
55-
nodes were excluded from ``ipBlock``; see :gh-issue:`20550`.
56-
5754
.. _CiliumNetworkPolicy:
5855

5956
CiliumNetworkPolicy

Documentation/network/lb-ipam.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,6 @@ since these only have 1 or 2 IPs respectively.
8484
This setting only applies to blocks specified with ``.spec.blocks[].cidr`` and not to
8585
blocks specified with ``.spec.blocks[].start`` and ``.spec.blocks[].stop``.
8686

87-
.. warning::
88-
89-
In v1.15, ``.spec.allowFirstLastIPs`` defaults to ``No``. This has changed to
90-
``Yes`` in v1.16. Please set this field explicitly if you rely on the field
91-
being set to ``No``.
92-
9387
Service Selectors
9488
-----------------
9589

Documentation/operations/troubleshooting.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -549,9 +549,7 @@ Once the node is known, the troubleshooting steps are as follows:
549549
1. Find the Cilium pod on the node experiencing the problematic policymap
550550
pressure and obtain a shell via ``kubectl exec``.
551551
2. Use ``cilium policy selectors`` to get an overview of which selectors are
552-
selecting many identities. The output of this command as of Cilium v1.15
553-
additionally displays the namespace and name of the policy resource of each
554-
selector.
552+
selecting many identities.
555553
3. The type of selector tells you what sort of policy rule could be having an
556554
impact. The three existing types of selectors are explained below, each with
557555
specific steps depending on the selector. See the steps below corresponding

0 commit comments

Comments
 (0)