Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
chore: remove support for Kubernetes 1.15 (#3751)
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma authored Oct 14, 2020
1 parent 0b6b43b commit 8a32382
Show file tree
Hide file tree
Showing 98 changed files with 171 additions and 2,093 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defaultEnv = [
CREATE_VNET: false,
] + params

def k8sVersions = ["1.15", "1.16", "1.17", "1.18", "1.19"]
def k8sVersions = ["1.16", "1.17", "1.18", "1.19"]
def latestReleasedVersion = "1.19"
def tasks = [:]
def testConfigs = []
Expand Down
5 changes: 0 additions & 5 deletions cmd/generate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -556,11 +556,6 @@ func TestExampleAPIModels(t *testing.T) {
apiModelPath: "../examples/kubernetes-msi-userassigned/kube-vmss.json",
setArgs: defaultSet,
},
{
name: "1.15 example",
apiModelPath: "../examples/kubernetes-releases/kubernetes1.15.json",
setArgs: defaultSet,
},
{
name: "1.16 example",
apiModelPath: "../examples/kubernetes-releases/kubernetes1.16.json",
Expand Down
2 changes: 1 addition & 1 deletion cmd/rotate_certs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ func TestWriteArtifacts(t *testing.T) {
t.Parallel()

g := NewGomegaWithT(t)
cs := api.CreateMockContainerService("testcluster", "1.15.11", 3, 2, false)
cs := api.CreateMockContainerService("testcluster", "1.16.14", 3, 2, false)
_, err := cs.SetPropertiesDefaults(api.PropertiesDefaultsParams{
IsScale: false,
IsUpgrade: false,
Expand Down
2 changes: 1 addition & 1 deletion examples/addons/nvidia-device-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is the [NVIDIA Device Plugin](https://github.com/NVIDIA/k8s-device-plugin)
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.15",
"orchestratorRelease": "1.16",
"kubernetesConfig": {
"addons": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorVersion": "1.15.11",
"orchestratorVersion": "1.16.14",
"kubernetesConfig": {
"enableRbac" : true,
"enableAggregatedAPIs": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/e2e-tests/kubernetes/gpu-enabled/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.15"
"orchestratorRelease": "1.16"
},
"masterProfile": {
"count": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.15",
"orchestratorRelease": "1.16",
"kubernetesConfig": {
"addons": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.15"
"orchestratorRelease": "1.16"
},
"masterProfile": {
"count": 5,
Expand Down
2 changes: 1 addition & 1 deletion examples/e2e-tests/kubernetes/zones/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.15"
"orchestratorRelease": "1.16"
},
"masterProfile": {
"count": 5,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.15",
"orchestratorRelease": "1.16",
"kubernetesConfig": {
"useManagedIdentity": true,
"userAssignedID": "aksenginetestid"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.15",
"orchestratorRelease": "1.16",
"kubernetesConfig": {
"useManagedIdentity": true,
"userAssignedID": "aksenginetestid"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.15",
"orchestratorRelease": "1.16",
"kubernetesConfig": {
"useManagedIdentity": true,
"userAssignedID": "aksenginetestid"
Expand Down
2 changes: 1 addition & 1 deletion examples/feature-gates/kubernetes-featuresgates.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.15",
"orchestratorRelease": "1.16",
"kubernetesConfig": {
"kubeletConfig" : {
"--feature-gates": "MountPropagation=true,DebugContainers=true"
Expand Down
2 changes: 1 addition & 1 deletion examples/ipvs/kubernetes-msi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.15",
"orchestratorRelease": "1.16",
"kubernetesConfig": {
"useManagedIdentity": true,
"kubeProxyMode" : "ipvs"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.15",
"orchestratorRelease": "1.16",
"kubernetesConfig": {
"useCloudControllerManager": true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.15",
"orchestratorRelease": "1.16",
"kubernetesConfig": {
"enableEncryptionWithExternalKms": true,
"keyVaultSku": "Premium"
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes-config/kubernetes-standardlb.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.15",
"orchestratorRelease": "1.16",
"kubernetesConfig": {
"loadBalancerSku": "Standard",
"excludeMasterFromStandardLB": true
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes-containerd.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.15",
"orchestratorRelease": "1.16",
"kubernetesConfig": {
"networkPlugin": "flannel",
"containerRuntime": "containerd",
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes-kubenet-containerd.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.15",
"orchestratorRelease": "1.16",
"kubernetesConfig": {
"networkPlugin": "kubenet",
"containerRuntime": "containerd"
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes-labels/kubernetes.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.15"
"orchestratorRelease": "1.16"
},
"masterProfile": {
"count": 1,
Expand Down
31 changes: 0 additions & 31 deletions examples/kubernetes-releases/kubernetes1.15.json

This file was deleted.

2 changes: 1 addition & 1 deletion examples/kubernetes-vmss-master/kubernetes.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.15"
"orchestratorRelease": "1.16"
},
"masterProfile": {
"count": 1,
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes-vmss-master/windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.15"
"orchestratorRelease": "1.16"
},
"masterProfile": {
"count": 1,
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes-vmss-spot/kubernetes.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.15",
"orchestratorRelease": "1.16",
"kubernetesConfig": {
"useManagedIdentity": true
}
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes-vmss/kubernetes.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.15",
"orchestratorRelease": "1.16",
"kubernetesConfig": {
"useManagedIdentity": true
}
Expand Down
2 changes: 1 addition & 1 deletion examples/largeclusters/kubernetes.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.15",
"orchestratorRelease": "1.16",
"kubernetesConfig": {
"cloudProviderBackoff": true,
"cloudProviderBackoffRetries": 6,
Expand Down
2 changes: 1 addition & 1 deletion examples/managed-identity/kubernetes-msi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.15",
"orchestratorRelease": "1.16",
"kubernetesConfig": {
"useManagedIdentity": true
}
Expand Down
2 changes: 1 addition & 1 deletion examples/multiple-nodepools/multipool.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.15"
"orchestratorRelease": "1.16"
},
"masterProfile": {
"count": 1,
Expand Down
2 changes: 1 addition & 1 deletion examples/networkpolicy/kubernetes-antrea.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.15",
"orchestratorRelease": "1.16",
"kubernetesConfig": {
"networkPolicy": "antrea"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/networkpolicy/kubernetes-cilium.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.15",
"orchestratorRelease": "1.16",
"kubernetesConfig": {
"networkPolicy": "cilium"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/windows/kubernetes-hyperv.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.15",
"orchestratorRelease": "1.16",
"kubernetesConfig": {
"networkPlugin": "azure",
"containerRuntime": "containerd",
Expand Down
2 changes: 1 addition & 1 deletion examples/windows/kubernetes-windows-1903.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.15"
"orchestratorRelease": "1.16"
},
"masterProfile": {
"count": 1,
Expand Down
2 changes: 1 addition & 1 deletion examples/windows/kubernetes.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.15"
"orchestratorRelease": "1.16"
},
"masterProfile": {
"count": 1,
Expand Down
Loading

0 comments on commit 8a32382

Please sign in to comment.