Lukas Koszegy
Lukas Koszegy
you can use custom client: ```golang type client struct { client *http.Client transport http.RoundTripper } func (client *client) Do(request *http.Request) (*http.Response, error) { request.Close = false //This will be prevent...
@komalasurya sorry, but i don't use or follow this project anymore. So if my comment above do problem you/i can deleted it. In my use cases i don't need close...
@mateusoliveira43 your PR contains unformatted source code. Are you sure your suggestion for delete fmt job is correct?
@brandond i checked the code and main problem is function [getEndpoints](https://github.com/k3s-io/k3s/blob/master/pkg/etcd/etcd.go#L712) Problem in setup of @PeterBarczi is empty endpoints runtime.EtcdConfig.Endpoints and control.ServiceIPRange isn't set too. So he will always get...
@brandond i tested your fix and snapshot working but post step failed: ```bash k3s etcd-snapshot save -d /media/data/k3s/ INFO[0000] Acquiring lock file /media/data/k3s/data/.lock INFO[0000] Preparing data dir /media/data/k3s/data/7eeb06aaa564634f410be5d7cb42f4e437543bd8c4360d53a38a3a1da0eb5fb5 INFO[0000] Saving...
proper versioning of setup-env is solving here https://github.com/kubernetes-sigs/controller-runtime/issues/2646 but maintainers don't react.
@antham what do you think about this suggestion?
@troy0820 can i ask you why it isn't store in separate repository? I checked https://github.com/kubernetes-sigs/controller-runtime/blob/main/tools/setup-envtest/go.sum and i don't see any dependencies to controller-runtime library. It can be easy manage this...
@vincepri can ask you why setup-env is part of this repo and it doesn't have own repo? thx
@alvaroaleman can we discuss proper versioning of setup-env with separate tags for keep compatibility with go install or maybe other options?