-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internal Encryption on/off requires activator restart #13754
Comments
Reproduced on a regular Kubernetes cluster outside of Kind (again with Kourier) |
@davidhadas, does it work if you restart activator first? We are still working on that: #13694. Also alpha is not quite there yet, see: #11906 (comment). |
It solved the issue on both systems tested. |
Closing dupe of #13694 |
I realized that this issue was linked to #13694 but this issue is for switching I think they should be handled separately. And actually not only internal-encryption but also some flags like |
Switching
internal-encryption
to true results in a non-functioning service./area networking
What version of Knative?
1.9
Using Kourier
Expected Behavior
Service should continue to serve ingress traffic.
Actual Behavior
Service stopped serving ingress traffic.
Clients receive 503
Steps to Reproduce the Problem
---- Attempt 1:
Use
kubectl edit cm config-network -n knative-serving
and setinternal-encryption
to "true"kn service create hello --image gcr.io/knative-samples/helloworld-go --port 8080 --env TARGET=World ... 19.014s Ingress has not yet been reconciled. 19.101s Waiting for load balancer to be ready ...
----- Attempts 2:
Use
kubectl edit cm config-network -n knative-serving
and setinternal-encryption
to "true"The text was updated successfully, but these errors were encountered: