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

docs: Add section in external etcd about identity-allocation-mode #14673

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
6 changes: 6 additions & 0 deletions Documentation/gettingstarted/k8s-install-etcd-operator.rst
Expand Up @@ -43,6 +43,12 @@ Deploy Cilium release via Helm:
--set etcd.managed=true \\
--set etcd.k8sService=true

If you do not want Cilium to store state in Kubernetes custom resources (CRDs),
consider setting ``identityAllocationMode``:

.. parsed-literal::

--set identityAllocationMode=kvstore

Validate the Installation
=========================
Expand Down
9 changes: 8 additions & 1 deletion Documentation/gettingstarted/k8s-install-external-etcd.rst
Expand Up @@ -61,6 +61,13 @@ Deploy Cilium release via Helm:
--set "etcd.endpoints[1]=http://etcd-endpoint2:2379" \\
--set "etcd.endpoints[2]=http://etcd-endpoint3:2379"

If you do not want Cilium to store state in Kubernetes custom resources (CRDs),
consider setting ``identityAllocationMode``:

.. parsed-literal::

--set identityAllocationMode=kvstore


Optional: Configure the SSL certificates
----------------------------------------
Expand Down Expand Up @@ -104,4 +111,4 @@ Verify that Cilium pods were started on each of your worker nodes
cilium-operator 2/2 2 2 2m6s

.. include:: namespace-kube-system.rst
.. include:: hubble-enable.rst
.. include:: hubble-enable.rst