You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run e2e,integration tests against supported kubernetes versions (kube-rs#924)
* Run e2e tests against supported kubernetes versions
As part of Kubernetes version policies proposed in kube-rs/website#19
for kube-rs#684
Signed-off-by: clux <[email protected]>
* add integration tests as specific job to run it against mk8sv
Signed-off-by: clux <[email protected]>
* rename tests and try to fix integration
Signed-off-by: clux <[email protected]>
* fix k3d args?
Signed-off-by: clux <[email protected]>
* fix e2e
Signed-off-by: clux <[email protected]>
* test against v1.19
Signed-off-by: clux <[email protected]>
* badge update
Signed-off-by: clux <[email protected]>
* s/MINK8SV/MK8SV
Signed-off-by: clux <[email protected]>
* Big e2e rework (WIP)
Now two e2e tests, and more feature combinations.
Signed-off-by: clux <[email protected]>
* avoid rustls local due to the issues
Signed-off-by: clux <[email protected]>
* split e2e tests into own file and clean up when to matrix
Signed-off-by: clux <[email protected]>
* running bump-k8s also bumps mk8sv
Signed-off-by: clux <[email protected]>
* avoid illegal anchors and add badge bumping
Signed-off-by: clux <[email protected]>
* better version checks for mk8sv and msrv on ci
Signed-off-by: clux <[email protected]>
* move some ci around for consistency in naming
Signed-off-by: clux <[email protected]>
* stray command
Signed-off-by: clux <[email protected]>
* fix syntax errors?
Signed-off-by: clux <[email protected]>
* fix test warning from kube-derive after apiext removal
Signed-off-by: clux <[email protected]>
* evars from tests
Signed-off-by: clux <[email protected]>
* better run description on integration jobs
Signed-off-by: clux <[email protected]>
* better output for flaky integration test
Signed-off-by: clux <[email protected]>
* fmt + give test more time?
Signed-off-by: clux <[email protected]>
* sanity after timeout. seems likely cause.
Signed-off-by: clux <[email protected]>
* no need for an agent in k3d cmd
Signed-off-by: clux <[email protected]>
* how slow is this actions cluster?
Signed-off-by: clux <[email protected]>
* re-trigger once more to check
* apiserver, are you ok?
Signed-off-by: clux <[email protected]>
* another empty commit to retrigger
Signed-off-by: clux <[email protected]>
* remove duplicate changes from kube-rs#924
(won't build until that is merged)
Signed-off-by: clux <[email protected]>
[](https://github.com/kubernetes/design-proposals-archive/blob/main/api-machinery/csi-new-client-library-procedure.md#client-support-level)
5
+
[](https://kube.rs/kubernetes-version)
A [Rust](https://rust-lang.org/) client for [Kubernetes](http://kubernetes.io) in the style of a more generic [client-go](https://github.com/kubernetes/client-go), a runtime abstraction inspired by [controller-runtime](https://github.com/kubernetes-sigs/controller-runtime), and a derive macro for [CRDs](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/) inspired by [kubebuilder](https://book.kubebuilder.io/reference/generating-crd.html). Hosted by [CNCF](https://cncf.io/) as a [Sandbox Project](https://www.cncf.io/sandbox-projects/)
11
10
@@ -149,7 +148,7 @@ Here `reconcile` and `error_policy` refer to functions you define. The first wil
149
148
150
149
## Rustls
151
150
152
-
Kube has basic support ([with caveats](https://github.com/kube-rs/kube-rs/issues?q=is%3Aissue+is%3Aopen+rustls)) for [rustls](https://github.com/ctz/rustls) as a replacement for the `openssl` dependency. To use this, turn off default features, and enable `rustls-tls`:
151
+
Kube has basic support ([with caveats](https://github.com/kube-rs/kube-rs/issues?q=is%3Aopen+is%3Aissue+label%3Arustls)) for [rustls](https://github.com/ctz/rustls) as a replacement for the `openssl` dependency. To use this, turn off default features, and enable `rustls-tls`:
0 commit comments