Closed bochengchu closed 2 years ago
Hi @bochengchu. Thanks for your PR.
I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test
on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test
label.
I understand the commands that are listed here.
/ok-to-test
/ok-to-test
@bochengchu thanks for submitting this for review! I think it is reasonable overall.
I do have 1 comment while reading docs that I would like to be addressed before going to beta. The current doc says:
Restart Istiod to allow the change to take effect with the following command:
$ kubectl rollout restart deployment/istiod -n istio-system
deployment.apps/istiod restarted
Is this restart required? Seems odd to require restart of istiod after modifying the istio config map.
@bochengchu thanks for submitting this for review! I think it is reasonable overall.
I do have 1 comment while reading docs that I would like to be addressed before going to beta. The current doc says:
Restart Istiod to allow the change to take effect with the following command: $ kubectl rollout restart deployment/istiod -n istio-system deployment.apps/istiod restarted
Is this restart required? Seems odd to require restart of istiod after modifying the istio config map.
I agree we don’t require a restart, but we are updating the config map and if something is broken in the config, istiod restart would catch that.
@bochengchu thanks for submitting this for review! I think it is reasonable overall. I do have 1 comment while reading docs that I would like to be addressed before going to beta. The current doc says:
Restart Istiod to allow the change to take effect with the following command: $ kubectl rollout restart deployment/istiod -n istio-system deployment.apps/istiod restarted
Is this restart required? Seems odd to require restart of istiod after modifying the istio config map.
I agree we don’t require a restart, but we are updating the config map and if something is broken in the config, istiod restart would catch that.
I don't think we require restart Istiod anywhere in our doc these days. Requiring restart is a yellow flag to promote this to beta. I think we should test with no restart and ensure it can work.
@bochengchu thanks for submitting this for review! I think it is reasonable overall. I do have 1 comment while reading docs that I would like to be addressed before going to beta. The current doc says:
Restart Istiod to allow the change to take effect with the following command: $ kubectl rollout restart deployment/istiod -n istio-system deployment.apps/istiod restarted
Is this restart required? Seems odd to require restart of istiod after modifying the istio config map.
I agree we don’t require a restart, but we are updating the config map and if something is broken in the config, istiod restart would catch that.
I don't think we require restart Istiod anywhere in our doc these days. Requiring restart is a yellow flag to promote this to beta. I think we should test with no restart and ensure it can work.
I have tested it and it works as expected without restart.
PTAL @linsun @ericvn @therealmitchconnors
LGTM.
/cherry-pick release-1.16
@ericvn: once the present PR merges, I will cherry-pick it on top of release-1.16 in a new PR and assign it to you.
LGTM, thanks for addressing my comments earlier @bochengchu !
LGTM, awesome work!
@ericvn: new pull request created: #129
Promote external authorization to beta.
Performance/benchmark tests: https://github.com/istio/tools/tree/master/perf/benchmark/configs/istio/ext-authz