@@ -82,15 +82,16 @@ supported versions of Kubernetes clusters.
8282
8383#### Compatibility matrix
8484
85- | | Kubernetes 1.9 | Kubernetes 1.10 | Kubernetes 1.11 | Kubernetes 1.12 | Kubernetes 1.13 | Kubernetes 1.14 |
86- | --------------------| ----------------| -----------------| -----------------| -----------------| -----------------| -----------------|
87- | client-python 5.0 | ✓ | - | - | - | - | - |
88- | client-python 6.0 | + | ✓ | - | - | - | - |
89- | client-python 7.0 | + | + | ✓ | - | - | - |
90- | client-python 8.0 | + | + | + | ✓ | - | - |
91- | client-python 9.0 | + | + | + | + | ✓ | - |
92- | client-python 10.0 | + | + | + | + | + | ✓ |
93- | client-python HEAD | + | + | + | + | + | ✓ |
85+ | | Kubernetes 1.9 | Kubernetes 1.10 | Kubernetes 1.11 | Kubernetes 1.12 | Kubernetes 1.13 | Kubernetes 1.14 | Kubernetes 1.15 |
86+ | --------------------| ----------------| -----------------| -----------------| -----------------| -----------------| -----------------| -----------------|
87+ | client-python 5.0 | ✓ | - | - | - | - | - | - |
88+ | client-python 6.0 | + | ✓ | - | - | - | - | - |
89+ | client-python 7.0 | + | + | ✓ | - | - | - | - |
90+ | client-python 8.0 | + | + | + | ✓ | - | - | - |
91+ | client-python 9.0 | + | + | + | + | ✓ | - | - |
92+ | client-python 10.0 | + | + | + | + | + | ✓ | - |
93+ | client-python 11.0 | + | + | + | + | + | + | ✓ |
94+ | client-python HEAD | + | + | + | + | + | + | ✓ |
9495
9596Key:
9697
@@ -118,6 +119,7 @@ between client-python versions.
118119| 9.0 | Kubernetes main repo, 1.13 branch | ✓ |
119120| 10.0 Alpha/Beta | Kubernetes main repo, 1.14 branch | ✗ |
120121| 10.0 | Kubernetes main repo, 1.14 branch | ✓ |
122+ | 11.0 Alpha/Beta | Kubernetes main repo, 1.15 branch | ✓ |
121123
122124Key:
123125
0 commit comments