Skip to content

Commit

Permalink
fix: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone committed Feb 22, 2024
1 parent 05f8782 commit 7610ec9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/installation/yatai_deployment.rst
Expand Up @@ -42,6 +42,11 @@ Prerequisites
nginx k8s.io/ingress-nginx <none> 10d
If no value is returned, there is no ingress controller installed in your cluster. You need to select an ingress controller and install it, for example, you can install `nginx-ingress <https://kubernetes.github.io/ingress-nginx/deploy/#quick-start>`_.

.. note::

When installing nginx-ingress, remember to set `controller.allowSnippetAnnotations` to `true`, otherwise it will cause the deployment to fail.

If you are using :code:`minikube`, you don't need to install ingress controller manually, just enable :code:`ingress addon` with the following command:

.. code:: bash
Expand Down

0 comments on commit 7610ec9

Please sign in to comment.