Update README.md

This commit is contained in:
澄潭
2022-11-01 21:37:27 +08:00
committed by GitHub
parent ee0ae87da1
commit 6433f69d6c

View File

@@ -53,6 +53,22 @@ https://istio.io/latest/docs/setup/install
### step 2. install higress
```bash
helm install higress -n higress-system oci://higress-registry.cn-hangzhou.cr.aliyuncs.com/charts/higress
```
### step 3. create an ingress and test it
```yaml
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: test-ingress
spec:
defaultBackend:
service:
name: test
port:
number: 80
```