File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed
Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 44 - pull_request
55env :
66 golang-version : ' 1.15'
7- kind-version : ' v0.11.0 '
7+ kind-version : ' v0.11.1 '
88jobs :
99 generate :
1010 runs-on : ${{ matrix.os }}
5252 strategy :
5353 matrix :
5454 kind-image :
55- - ' kindest/node:v1.20.0 '
55+ - ' kindest/node:v1.20.7 '
5656 - ' kindest/node:v1.21.1'
57+ - ' kindest/node:v1.22.0'
5758 steps :
5859 - uses : actions/checkout@v2
5960 with :
Original file line number Diff line number Diff line change @@ -106,13 +106,13 @@ $ minikube addons disable metrics-server
106106
107107The following versions are supported and work as we test against these versions in their respective branches. But note that other versions might work!
108108
109- | kube-prometheus stack | Kubernetes 1.18 | Kubernetes 1.19 | Kubernetes 1.20 | Kubernetes 1.21 |
110- | --------------------------------------------------------------------------------------------------| -----------------| -----------------| -----------------| -----------------|
111- | [ ` release-0.5 ` ] ( https://github.com/prometheus-operator/kube-prometheus/tree/release-0.5 ) | ✔ | ✗ | ✗ | ✗ |
112- | [ ` release-0.6 ` ] ( https://github.com/prometheus-operator/kube-prometheus/tree/release-0.6 ) | ✗ | ✔ | ✗ | ✗ |
113- | [ ` release-0.7 ` ] ( https://github.com/prometheus-operator/kube-prometheus/tree/release-0.7 ) | ✗ | ✔ | ✔ | ✗ |
114- | [ ` release-0.8 ` ] ( https://github.com/prometheus-operator/kube-prometheus/tree/release-0.8 ) | ✗ | ✗ | ✔ | ✔ |
115- | [ ` HEAD ` ] ( https://github.com/prometheus-operator/kube-prometheus/tree/main ) | ✗ | ✗ | ✔ | ✔ |
109+ | kube-prometheus stack | Kubernetes 1.18 | Kubernetes 1.19 | Kubernetes 1.20 | Kubernetes 1.21 | Kubernetes 1.22 |
110+ | ------------------------------------------------------------------------------------------| --------- --------| -----------------| -----------------| -----------------| -----------------|
111+ | [ ` release-0.5 ` ] ( https://github.com/prometheus-operator/kube-prometheus/tree/release-0.5 ) | ✔ | ✗ | ✗ | ✗ | ✗ |
112+ | [ ` release-0.6 ` ] ( https://github.com/prometheus-operator/kube-prometheus/tree/release-0.6 ) | ✗ | ✔ | ✗ | ✗ | ✗ |
113+ | [ ` release-0.7 ` ] ( https://github.com/prometheus-operator/kube-prometheus/tree/release-0.7 ) | ✗ | ✔ | ✔ | ✗ | ✗ |
114+ | [ ` release-0.8 ` ] ( https://github.com/prometheus-operator/kube-prometheus/tree/release-0.8 ) | ✗ | ✗ | ✔ | ✔ | ✗ |
115+ | [ ` HEAD ` ] ( https://github.com/prometheus-operator/kube-prometheus/tree/main ) | ✗ | ✗ | ✔ | ✔ | ✔ |
116116
117117## Quickstart
118118
You can’t perform that action at this time.
0 commit comments