remove 1.23 compatibility profile#56023
Conversation
Signed-off-by: Rama Chavali <rama.rao@salesforce.com>
|
@ramaraochavali: The following test failed, say
DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
| ManagedGatewayController = env.Register("PILOT_GATEWAY_API_CONTROLLER_NAME", "istio.io/gateway-controller", | ||
| "Gateway API controller name. istiod will only reconcile Gateway API resources referencing a GatewayClass with this controller name").Get() | ||
|
|
||
| EnableInboundRetryPolicy = env.Register("ENABLE_INBOUND_RETRY_POLICY", true, |
There was a problem hiding this comment.
A bit concerned about this. Wondering if its wise for us to have retries that cannot be disabled at all?
That being said, these retries are extremely conservative and will almost never actually trigger so maybe it doesn't matter much
There was a problem hiding this comment.
I think latter. If we want to have it configurable, probably we should do it via MeshConfig but do not think it is needed immediately.
* remove 1.23 compatibility profile Signed-off-by: Rama Chavali <rama.rao@salesforce.com> * fix ut Signed-off-by: Rama Chavali <rama.rao@salesforce.com> --------- Signed-off-by: Rama Chavali <rama.rao@salesforce.com>
* remove 1.23 compatibility profile Signed-off-by: Rama Chavali <rama.rao@salesforce.com> * fix ut Signed-off-by: Rama Chavali <rama.rao@salesforce.com> --------- Signed-off-by: Rama Chavali <rama.rao@salesforce.com>
* upstream/master: remove 1.23 compatibility profile (istio#56023) Create ambient multinetwork flag (istio#55991) krt: make krt and kube client indexes named (istio#55999) Automator: update proxy@master in istio/istio@master (istio#56026) fix istio-revision-tag-default MutatingWebhookConfigurations is not created during installation (istio#56004) doc: fix typo in accesslog test (istio#55117) fix(networking): Add absolute FQDNs (trailing dot) to VirtualHost domains (istio#56008)
As we EOL 1.23 removing the compatibilty profile in Master for 1.23. There are still few more env vars that need to be removed, I will do a follow-up.