Browse Source

Merge pull request #20816 from abpframework/auto-merge/rel-8-3/2997

Merge branch dev with rel-8.3
pull/20817/head
maliming 1 year ago
committed by GitHub
parent
commit
f96b918a34
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      docs/en/studio/kubernetes.md

5
docs/en/studio/kubernetes.md

@ -25,6 +25,11 @@ The *Kubernetes* panel is available only in the [business and enterprise](https:
* [Docker Desktop](https://www.docker.com/products/docker-desktop) (Enable Kubernetes option if not working with a real cluster)
* [NGINX Ingress Controller](https://kubernetes.github.io/ingress-nginx/deploy)
* [mkcert](https://www.ibm.com/docs/en/fsmmn?topic=commands-mkcert)
* When you are installing the `mkcert` to allow ABP Studio to generate certificates for you, please ensure that `mkcert` is installed on the **Trusted Certificate Store** by running the following command (on **Windows**, this command must be executed with *Administrator* priviliges):
```bash
mkcert -install
```
## Profile

Loading…
Cancel
Save