- 14 Oct, 2022 1 commit
-
-
Matt Trachier authored
Signed-off-by:
matttrach <matttrach@gmail.com>
-
- 10 Oct, 2022 2 commits
-
-
Manuel Buil authored
[Release 1.23] Fix dualStack test
-
Manuel Buil authored
Signed-off-by:
Manuel Buil <mbuil@suse.com>
-
- 08 Oct, 2022 1 commit
-
-
Derek Nola authored
* check integration test null pointer Signed-off-by:
Derek Nola <derek.nola@suse.com> * Remove rotate retries Signed-off-by:
Derek Nola <derek.nola@suse.com> * Replace ioutil package Signed-off-by:
Derek Nola <derek.nola@suse.com> * Rebase fix Signed-off-by:
Derek Nola <derek.nola@suse.com> Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
- 07 Oct, 2022 15 commits
-
-
Brad Davidson authored
Taint the first node so that the helm job doesn't run on it. In a real cluster the helm job would eventually succeed once all the servers were upgraded and had the new chart tarball. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Replace ETCD-JOIN-STABLE-SECOND with ETCD-JOIN-LATEST-FIRST. We don't support joining down-level servers to existing clusters, as the new down-level server will try to deploy older versions of the packaged manifests. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Vladimir Pouzanov authored
CA cert will never be equal to the serving-kube-apiserver cert so it seems like a copy-paste error. Signed-off-by:
Vladimir Pouzanov <farcaller@gmail.com>
-
Brad Davidson authored
The kubelet port can be overridden by users; we shouldn't assume its always 10250 Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
We should be reading from the hijacked bufio.ReaderWriter instead of directly from the net.Conn. There is a race condition where the underlying http handler may consume bytes from the hijacked request stream, if it comes in the same packet as the CONNECT header. These bytes are left in the buffered reader, which we were not using. This was causing us to occasionally drop a few bytes from the start of the tunneled connection's client data stream. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
If CCM and ServiceLB are both disabled, don't run the cloud-controller-manager at all; this should provide the same CLI flag behavior as previous releases, and not create problems when users disable the CCM but still want ServiceLB. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
... and drop legacy ClusterID support. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Derek Nola authored
Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
- 29 Sep, 2022 2 commits
-
-
Manuel Buil authored
[Release 1.23] Add flannel-external-ip when there is a k3s node-external-ip
-
Manuel Buil authored
Signed-off-by:
Manuel Buil <mbuil@suse.com>
-
- 22 Sep, 2022 1 commit
-
-
Matt Trachier authored
Signed-off-by:
matttrach <matttrach@gmail.com>
-
- 16 Sep, 2022 1 commit
-
-
Matt Trachier authored
Signed-off-by:
matttrach <matttrach@gmail.com>
-
- 09 Sep, 2022 2 commits
-
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Also reorder validations to perform the short checks first so that things fail faster if there's a problem. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 8f41fe1a)
-
- 06 Sep, 2022 1 commit
-
-
Derek Nola authored
[Release-1.23] Bulk Backport of Testing Changes
-
- 02 Sep, 2022 2 commits
-
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Roberto Bonafiglia authored
Signed-off-by:
Roberto Bonafiglia <roberto.bonafiglia@suse.com>
-
- 01 Sep, 2022 12 commits
-
-
Derek Nola authored
Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
Derek Nola authored
* add new data-dir subtest * Added node flag subtest * Fix to E2E tests * Convert existing test to new server logging Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
ShylajaDevadiga authored
Signed-off-by:
Shylaja Devadiga <shylaja@rancher.com> Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
Akihiro Suda authored
Signed-off-by:
Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp> Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
Derek Nola authored
* Convert install tests to run PR version of k3s Signed-off-by:
Derek Nola <derek.nola@suse.com> Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
Derek Nola authored
* Add e2e support for centos7 and rocky8 Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
Max authored
Signed-off-by:
rancher-max <max.ross@suse.com> Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
Derek Nola authored
* Cleanup validatecluster printout * remove deprecated kubectl exec format * Implement CreateLocalCluster function * Update testing documentation Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
ShylajaDevadiga authored
Signed-off-by:
Shylaja Devadiga <shylaja@rancher.com> Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
ShylajaDevadiga authored
Signed-off-by:
Shylaja Devadiga <shylaja.devadiga@suse.com> Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
Abirdcfly authored
Signed-off-by:
Abirdcfly <fp544037857@gmail.com> Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
Derek Nola authored
Signed-off-by:
Derek Nola <derek.nola@suse.com>
-