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
{{ message }}
This repository was archived by the owner on Jun 24, 2020. It is now read-only.
I edit the gateway yaml to enable TLS
kubectl edit gateway -n knative-serving knative-ingress-gateway -o yaml
by adding
tls:
mode: SIMPLE
privateKey: /etc/istio/ingressgateway-certs/tls.key
serverCertificate: /etc/istio/ingressgateway-certs/tls.crt
However, after sometime, the gateway configuration is reinitialized and my update is removed.
Steps to recreate the problem:
oc edit gateway knative-ingress-gateway --namespace knative-serving
e.g.
BEFORE:
port:
name: https
AFTER:
port:
name: https
e.g.
oc delete pod -n knative-serving autoscaler-64c549bcf4-vnq6h
Modified Gateway is initialized (i.e., 'test' becomes "*" again).