From 74a7889a3ef1d7eee120be3c69a6390430d9d1e9 Mon Sep 17 00:00:00 2001 From: Derek Bender Date: Sun, 13 Sep 2020 11:02:10 -0500 Subject: [PATCH] Fix typo in README.md (#10471) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8182475c3..459941aa5 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ mc admin update - `mc admin update` updates and restarts all servers simultaneously, applications would retry and continue their respective operations upon upgrade. - `mc admin update` is disabled in kubernetes/container environments, container environments provide their own mechanisms to rollout of updates. - In the case of federated setups `mc admin update` should be run against each cluster individually. Avoid updating `mc` to any new releases until all clusters have been successfully updated. -- If using `kes` as KMS with MinIO, just replace the binary and restart `kes` more information about `kes` can be found [here](https://github.com/minio/kes/wiki)x +- If using `kes` as KMS with MinIO, just replace the binary and restart `kes` more information about `kes` can be found [here](https://github.com/minio/kes/wiki) - If using Vault as KMS with MinIO, ensure you have followed the Vault upgrade procedure outlined here: https://www.vaultproject.io/docs/upgrading/index.html - If using etcd with MinIO for the federation, ensure you have followed the etcd upgrade procedure outlined here: https://github.com/etcd-io/etcd/blob/master/Documentation/upgrades/upgrading-etcd.md