Skip to content

[v1.17] docs: Update docsearch to v4.5.4#44274

Merged
joestringer merged 4 commits intov1.17from
pr/joe/v1.17-docs-algolia-bump
Feb 10, 2026
Merged

[v1.17] docs: Update docsearch to v4.5.4#44274
joestringer merged 4 commits intov1.17from
pr/joe/v1.17-docs-algolia-bump

Conversation

@joestringer
Copy link
Copy Markdown
Member

@joestringer joestringer commented Feb 9, 2026

v1.17 backports 2026-02-09

Once this PR is merged, a GitHub action will update the labels of these PRs:

44233

Related: #43700

[ upstream commit 3824912 ]

Pull in the latest theme with newer docsearch plugin version.

Signed-off-by: Joe Stringer <joe@cilium.io>
@joestringer joestringer requested review from a team as code owners February 9, 2026 22:04
@joestringer joestringer requested a review from Artyop February 9, 2026 22:04
@maintainer-s-little-helper maintainer-s-little-helper bot added backport/1.17 This PR represents a backport for Cilium 1.17.x of a PR that was merged to main. kind/backports This PR provides functionality previously merged into master. labels Feb 9, 2026
@joestringer joestringer force-pushed the pr/joe/v1.17-docs-algolia-bump branch from 804556f to e005ad8 Compare February 9, 2026 22:08
@joestringer joestringer marked this pull request as draft February 9, 2026 22:57
@joestringer joestringer force-pushed the pr/joe/v1.17-docs-algolia-bump branch from b3c2f7f to 79be83e Compare February 9, 2026 23:09
joestringer and others added 2 commits February 9, 2026 15:11
[ upstream commit 8dc61a9 ]

[ Backporter's notes: Trivial conflicts in the following paths:
    Documentation/contributing/testing/scalability.rst
    Documentation/installation/k8s-install-rancher-existing-nodes.rst
    Documentation/network/bgp-control-plane/bgp-control-plane-v2.rst
    Documentation/network/lb-ipam.rst
]

There were several inline documents here that were either multiple
documents or had invalid YAML. In order to properly render this with the
latest versions of the Sphinx libraries we use, we need to fix up the
syntax here. This commit makes the minimal changes necessary to address
the build failure while updating the dependency.

Signed-off-by: Joe Stringer <joe@cilium.io>
Signed-off-by: Cilium Imagebot <noreply@cilium.io>
@joestringer joestringer force-pushed the pr/joe/v1.17-docs-algolia-bump branch from 79be83e to ff8cf5e Compare February 9, 2026 23:11
@joestringer
Copy link
Copy Markdown
Member Author

/test

@joestringer joestringer marked this pull request as ready for review February 9, 2026 23:22
Signed-off-by: Cilium Imagebot <noreply@cilium.io>
@joestringer
Copy link
Copy Markdown
Member Author

/test

@joestringer joestringer enabled auto-merge February 9, 2026 23:26
@joestringer joestringer added this pull request to the merge queue Feb 10, 2026
@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Feb 10, 2026
Copy link
Copy Markdown
Member

@qmonnet qmonnet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, although I had one question below. It's not blocking I think, so I'm leaving your PR in the merge queue.

Comment on lines -66 to +103
Next to the ``Cluster Options`` section click the box to ``Edit as YAML``.
The configuration for the cluster will open up in an editor in the window.
Add ``HelmChart`` manifests to install Cilium using the RKE2 built-in Helm Operator.
Go to the ``Additional Manifests`` section and paste the following YAML. Add relevant values for your Cilium installation.

.. code-block:: yaml

apiVersion: catalog.cattle.io/v1
kind: ClusterRepo
metadata:
name: cilium
spec:
url: https://helm.cilium.io

.. code-block:: yaml

apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
name: cilium
namespace: kube-system
spec:
targetNamespace: kube-system
createNamespace: false
version: v1.18.0
chart: cilium
repo: https://helm.cilium.io
bootstrap: true
valuesContent: |-
# paste your Cilium values here:
k8sServiceHost: 127.0.0.1
k8sServicePort: 6443
kubeProxyReplacement: true

.. note::

``k8sServiceHost`` should be set to ``127.0.0.1`` and ``k8sServicePort`` to ``6443``. Cilium Agent running on control plane nodes will use local address for communication with Kubernetes API process.
On Control Plane nodes you can verify this by running:

.. code-block:: shell-session
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure where this chunk comes from, it doesn't seem to be only about fixing the YAML syntax?

Merged via the queue into v1.17 with commit 8f9fac5 Feb 10, 2026
64 of 65 checks passed
@joestringer joestringer deleted the pr/joe/v1.17-docs-algolia-bump branch February 10, 2026 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport/1.17 This PR represents a backport for Cilium 1.17.x of a PR that was merged to main. kind/backports This PR provides functionality previously merged into master. ready-to-merge This PR has passed all tests and received consensus from code owners to merge.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants