[v1.17] docs: Update docsearch to v4.5.4#44274
Merged
joestringer merged 4 commits intov1.17from Feb 10, 2026
Merged
Conversation
[ upstream commit 3824912 ] Pull in the latest theme with newer docsearch plugin version. Signed-off-by: Joe Stringer <joe@cilium.io>
804556f to
e005ad8
Compare
b3c2f7f to
79be83e
Compare
[ 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>
79be83e to
ff8cf5e
Compare
Member
Author
|
/test |
Signed-off-by: Cilium Imagebot <noreply@cilium.io>
Member
Author
|
/test |
tommyp1ckles
approved these changes
Feb 10, 2026
Artyop
approved these changes
Feb 10, 2026
qmonnet
approved these changes
Feb 10, 2026
Member
qmonnet
left a comment
There was a problem hiding this comment.
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 |
Member
There was a problem hiding this comment.
Not sure where this chunk comes from, it doesn't seem to be only about fixing the YAML syntax?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v1.17 backports 2026-02-09
Once this PR is merged, a GitHub action will update the labels of these PRs:
Related: #43700