File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -123,15 +123,15 @@ release, we will increment the minor version whenever we update the minor Kubern
123
123
124
124
Generally speaking newer clients will work with older Kubernetes, but compatability isn't 100% guaranteed.
125
125
126
- | client version | older versions | 1.21 | 1. 22 | 1.23 | 1.24 | 1.25 | 1.26 | 1.27 | 1.28 | 1.29 |
127
- | ----------------| ----------------| ------| ------| ------| ------| ------- | ------ | -----| ------| - -----|
128
- | 0.15 .x | - | ✓ | x | x | x | x | x | x | x | x |
129
- | 0.16 .x | - | + | ✓ | x | x | x | x | x | x | x |
130
- | 0.17 .x | - | + | + | + | ✓ | x | x | x | x | x |
131
- | 0.18 .x | - | - | + | + | + | ✓ | x | x | x | x |
132
- | 0.19 .x | - | - | - | - | - | + | + | ✓ | x | x |
133
- | 0.20 .x | - | - | - | - | - | - | + | + | ✓ | x |
134
- | 0.21 .x | - | - | - | - | - | - | - | + | + | ✓ |
126
+ | client version | older versions | 1.22 | 1.23 | 1.24 | 1.25 | 1.26 | 1.27 | 1.28 | 1.29 | 1.30 |
127
+ | ----------------| ----------------| ------| ------| ------| ------- | ------| -----| ------ | ------| -----|
128
+ | 0.16 .x | - | ✓ | x | x | x | x | x | x | x | x |
129
+ | 0.17 .x | - | + | + | ✓ | x | x | x | x | x | x |
130
+ | 0.18 .x | - | + | + | + | ✓ | x | x | x | x | x |
131
+ | 0.19 .x | - | - | - | - | + | + | ✓ | x | x | x |
132
+ | 0.20 .x | - | - | - | - | - | + | + | ✓ | x | x |
133
+ | 0.21 .x | - | - | - | - | - | - | + | + | ✓ | x |
134
+ | 0.22 .x | - | - | - | - | - | - | - | + | + | ✓ |
135
135
136
136
Key:
137
137
* ` ✓ ` Exactly the same features / API objects in both javascript-client and the Kubernetes
You can’t perform that action at this time.
0 commit comments