From 892378e1bcadae4c596c8cfd63db4600bc19c7b4 Mon Sep 17 00:00:00 2001 From: Pengfei Ni Date: Sat, 29 Sep 2018 10:13:39 +0800 Subject: [PATCH] Update Azure availability zone KEP to implementable --- .../0018-20180711-azure-availability-zones.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/keps/sig-azure/0018-20180711-azure-availability-zones.md b/keps/sig-azure/0018-20180711-azure-availability-zones.md index 99bc76ca1..46b17daae 100644 --- a/keps/sig-azure/0018-20180711-azure-availability-zones.md +++ b/keps/sig-azure/0018-20180711-azure-availability-zones.md @@ -12,10 +12,11 @@ reviewers: - name: "@colemickens" approvers: - name: "@brendanburns" -editor: TBD +editor: + - "@feiskyer" creation-date: 2018-07-11 -last-updated: 2018-07-11 -status: provisional +last-updated: 2018-09-29 +status: implementable --- # Azure Availability Zones @@ -266,6 +267,13 @@ Note that So if users are planning to migrate workloads to zoned nodes, old AzureDisks should be recreated (probably backup first and restore to the new one). +## Implementation History + +- [kubernetes#66242](https://github.com/kubernetes/kubernetes/pull/66242): Adds initial availability zones support for Azure nodes. +- [kubernetes#66553](https://github.com/kubernetes/kubernetes/pull/66553): Adds avaialability zones support for Azure managed disks. +- [kubernetes#67121](https://github.com/kubernetes/kubernetes/pull/67121): Adds DynamicProvisioningScheduling and VolumeScheduling support for Azure managed disks. +- [cloud-provider-azure#57](https://github.com/kubernetes/cloud-provider-azure/pull/57): Adds documentation for Azure availability zones. + ## Appendix Kubernetes will automatically spread the pods in a replication controller or service across nodes in a single-zone cluster (to reduce the impact of failures).