Add EtcdEventsHTTP feature flag for HTTP on events etcd#17891
Add EtcdEventsHTTP feature flag for HTTP on events etcd#17891k8s-ci-robot merged 1 commit intokubernetes:masterfrom
Conversation
Adds a feature flag to enable HTTP (non-TLS) for the events etcd cluster. This matches what GCE scale tests do and helps avoid TLS handshake overhead for ephemeral events data. Main etcd always uses HTTPS - no way to disable TLS there. Usage: export KOPS_FEATURE_FLAGS=EtcdEventsHTTP Signed-off-by: Davanum Srinivas <davanum@gmail.com>
|
/assign @olemarkus @hakman @rifelpet |
|
Thanks @dims! |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hakman The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
|
/override pull-kops-e2e-k8s-gce-cilium |
|
@hakman: Overrode contexts on behalf of hakman: pull-kops-e2e-k8s-gce-cilium DetailsIn response to this:
Instructions 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. |
|
btw, the scale tests will use kops built from the PR and use it for testing |
Adds a feature flag to enable HTTP (non-TLS) for the events etcd cluster. This matches what GCE scale tests do and helps avoid TLS handshake overhead for ephemeral events data.
Main etcd always uses HTTPS - no way to disable TLS there.
Usage: export KOPS_FEATURE_FLAGS=EtcdEventsHTTP
re-do of a previous PR - #17878