improving things

This commit is contained in:
2025-10-28 15:36:03 -03:00
parent 868fdce461
commit eb6b3108e0
10 changed files with 16 additions and 31 deletions

View File

@@ -50,7 +50,7 @@ kubectl apply -f metallb-system/address-pool.yaml
## Install cert-manager
```bash
kubectl create namespace cert-manager
kubectl create ns cert-manager
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.15.1/cert-manager.yaml
```