Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
Remove AKS 1.19 from compatability matrix
Browse files Browse the repository at this point in the history
At this moment, BKPR only supports k8s systems that use the docker CRI.
As of AKS 1.19, containerd is the only container runtime option.

Until further analysis on how we want to support containerd, we're
reducing the scope of compability for now.
  • Loading branch information
Scott Muc committed Jul 21, 2021
1 parent ac47c42 commit 1d389e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import org.jenkinsci.plugins.pipeline.modeldefinition.Utils
// NOTE: need update below map at jenkins/cloud-custodian/Jenkinsfile
// (until we create a common file for shared Jenkins code/data)
def buildRelDefaults = [
'AKS_REL': '1.18,1.19',
'AKS_REL': '1.18',
'EKS_REL': '1.18,1.19',
'GKE_REL': '1.18,1.19',
'GEN_REL': '1.18', // generic is tested on GKE stable channel
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ The following matrix shows which Kubernetes versions and platforms are supported
| `1.6` (deprecated) | `1.15`-`1.16` | `1.15`-`1.16` | `1.15`-`1.16` |
| `1.7` | `1.16`-`1.17` | `1.16`-`1.17` | `1.16`-`1.17` |
| `1.8` (current) | `1.17`-`1.18` | `1.17`-`1.18` | `1.17`-`1.18` |
| `1.9` (planned) | `1.18`-`1.19` | `1.18`-`1.19` | `1.18`-`1.19` |
| `1.10` (planned) | `1.19`-`1.20` | `1.19`-`1.20` | `1.19`-`1.20` |
| `1.9` (planned) | `1.18` | `1.18`-`1.19` | `1.18`-`1.19` |

Note that the (experimental) `generic` platform is e2e tested on GKE.

Expand Down

0 comments on commit 1d389e1

Please sign in to comment.