You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kubectl patch service -n kong kong-proxy -p '{{< minify file="static/examples/ingress/kong/service.patch.json" >}}'
116
-
{{< /codeFromInline >}}
117
-
118
-
KIC can be used to configure ingress now.
119
-
120
-
You can try the example in [Using Ingress](#using-ingress) at this moment,
121
-
but KIC will not automatically handle `Ingress` object defined there.
122
-
`Ingress` resources must include `ingressClassName: kong` under `spec` of `Ingress` for being controlled by Kong Ingress Controller (it will be ignored otherwise).
123
-
So once the example has been loaded, you can add this annotation with:
0 commit comments