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

Deprecate k8s 1.5.x #2394

Merged
merged 1 commit into from
Mar 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 1 addition & 23 deletions examples/k8s-upgrade/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ During the upgrade, *acs-engine* successively visits virtual machines that const
- create new VM and install desired orchestrator version
- add the new VM to the cluster

*acs-engine* allows one subsequent minor version upgrade at a time, for example, from ``1.5.x`` to ``1.6.y``.
*acs-engine* allows one subsequent minor version upgrade at a time, for example, from ``1.6.x`` to ``1.7.y``.

For upgrade that spans over more than a single minor version, this operation should be called several times, each time advancing the minor version by one. For example, to upgrade from ``1.6.x`` to ``1.8.z`` one should first upgrade the cluster to ``1.7.y``, followed by upgrading it to ``1.8.z``

Expand Down Expand Up @@ -60,28 +60,6 @@ To get the list of all available Kubernetes versions and upgrades, run the *orch
}
]
},
{
"orchestratorType": "Kubernetes",
"orchestratorVersion": "1.5.8",
"upgrades": [
{
"orchestratorType": "",
"orchestratorVersion": "1.6.11"
},
{
"orchestratorVersion": "1.6.9"
},
{
"orchestratorVersion": "1.6.12"
},
{
"orchestratorVersion": "1.6.13"
},
{
"orchestratorVersion": "1.6.6"
}
]
},
...
...
...
Expand Down
36 changes: 0 additions & 36 deletions examples/kubernetes-releases/kubernetes1.5.json

This file was deleted.

2 changes: 1 addition & 1 deletion examples/scale-up/kubernetes_orignal_params.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"value": "k8s-gcrio.azureedge.net/heapster:v1.2.0"
},
"kubernetesHyperkubeSpec": {
"value": "k8s-gcrio.azureedge.net/hyperkube-amd64:v1.5.3"
"value": "k8s-gcrio.azureedge.net/hyperkube-amd64:v1.6.13"
},
"kubernetesKubeDNSSpec": {
"value": "k8s-gcrio.azureedge.net/kubedns-amd64:1.7"
Expand Down
2 changes: 1 addition & 1 deletion examples/scale-up/kubernetes_scale_up_params.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"value": "k8s-gcrio.azureedge.net/heapster:v1.2.0"
},
"kubernetesHyperkubeSpec": {
"value": "k8s-gcrio.azureedge.net/hyperkube-amd64:v1.5.3"
"value": "k8s-gcrio.azureedge.net/hyperkube-amd64:v1.6.13"
},
"kubernetesKubeDNSSpec": {
"value": "k8s-gcrio.azureedge.net/kubedns-amd64:1.7"
Expand Down

This file was deleted.

Loading