@@ -27,23 +27,25 @@ This is because as part of making Seldon Core compatible with Kubernetes 1.25 we
27
27
28
28
Following table provides a summary of Seldon Core / Kubernetes version compatibility for recent version of Seldon Core.
29
29
30
- +----------------------------+------+------+------+------+------+------+
31
- | Core Version \ K8s Version | 1.21 | 1.22 | 1.23 | 1.24 | 1.25 | 1.26 |
32
- +============================+======+======+======+======+======+======+
33
- | 1.11 | ✓ | | | | | |
34
- +----------------------------+------+------+------+------+------+------+
35
- | 1.12 | ✓ | ✓ | ✓ | ✓ | | |
36
- +----------------------------+------+------+------+------+------+------+
37
- | 1.13 | ✓ | ✓ | ✓ | ✓ | | |
38
- +----------------------------+------+------+------+------+------+------+
39
- | 1.14 | ✓ | ✓ | ✓ | ✓ | | |
40
- +----------------------------+------+------+------+------+------+------+
41
- | 1.15 | ✓ | ✓ | ✓ | ✓ | | |
42
- +----------------------------+------+------+------+------+------+------+
43
- | 1.16 | | | ✓ | ✓ | ✓ | ✓ |
44
- +----------------------------+------+------+------+------+------+------+
45
- | 1.17 | | | ✓ | ✓ | ✓ | ✓ |
46
- +----------------------------+------+------+------+------+------+------+
30
+ +----------------------------+------+------+------+------+------+------+------+
31
+ | Core Version \ K8s Version | 1.21 | 1.22 | 1.23 | 1.24 | 1.25 | 1.26 | 1.27 |
32
+ +============================+======+======+======+======+======+======+======+
33
+ | 1.11 | ✓ | | | | | | |
34
+ +----------------------------+------+------+------+------+------+------+------+
35
+ | 1.12 | ✓ | ✓ | ✓ | ✓ | | | |
36
+ +----------------------------+------+------+------+------+------+------+------+
37
+ | 1.13 | ✓ | ✓ | ✓ | ✓ | | | |
38
+ +----------------------------+------+------+------+------+------+------+------+
39
+ | 1.14 | ✓ | ✓ | ✓ | ✓ | | | |
40
+ +----------------------------+------+------+------+------+------+------+------+
41
+ | 1.15 | ✓ | ✓ | ✓ | ✓ | | | |
42
+ +----------------------------+------+------+------+------+------+------+------+
43
+ | 1.16 | | | ✓ | ✓ | ✓ | ✓ | ✓ |
44
+ +----------------------------+------+------+------+------+------+------+------+
45
+ | 1.17 | | | ✓ | ✓ | ✓ | ✓ | ✓ |
46
+ +----------------------------+------+------+------+------+------+------+------+
47
+ | 1.18 | | | ✓ | ✓ | ✓ | ✓ | ✓ |
48
+ +----------------------------+------+------+------+------+------+------+------+
47
49
48
50
It is always recommended to first upgrade Seldon Core to the latest supported version on your Kubernetes cluster and then upgrade the Kubernetes cluster.
49
51
0 commit comments