From 1a4b5eee1922952dbc2460d8fb5e1eb906663abd Mon Sep 17 00:00:00 2001 From: Mikkel Oscar Lyderik Larsen Date: Tue, 28 Mar 2017 22:29:10 +0200 Subject: [PATCH] Fix typo storage-layer section of release notes for v1.6 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c7e399581d..411301d1437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -617,7 +617,7 @@ Anyway, the cluster should get back to the proper size after 10 min. * Cluster federation servers have changed the location in etcd where federated services are stored, so existing federated services must be deleted and recreated. Before upgrading, export all federated services from the federation server and delete the services. After upgrading the cluster, recreate the federated services from the exported data. ([[#37770](https://github.com/kubernetes/kubernetes/pull/37770)](https://github.com/kubernetes/kubernetes/pull/37770), [[@enj](https://github.com/enj)](https://github.com/enj)) ### Internal Storage Layer -* upgrade to etcd3 prior to upgrading to 1.6 **OR** explicitly specify `--storage-type=etcd2 --storage-media-type=application/json` when starting the apiserver +* upgrade to etcd3 prior to upgrading to 1.6 **OR** explicitly specify `--storage-backend=etcd2 --storage-media-type=application/json` when starting the apiserver ### Node Components * **Kubelet with the Docker-CRI implementation**