From e550ac0e0de0dc6129e484574f4248cd8f7fa6e3 Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Fri, 13 May 2022 17:48:29 +0200 Subject: [PATCH] Some docs --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38673aa..51e2bbe 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # etcdhelper -A helper tool for getting and editing Kubernetes data directly from Etcd \ No newline at end of file +A helper tool for getting and editing Kubernetes data directly from Etcd, + +# Abstract +This is a modified version of [etcdhelper](https://github.com/openshift/origin/tree/master/tools/etcdhelper) from OpenShift and subsequent modifications made by [Flant](https://flant.com/). + +We added: `change-provider-id` allowing you to edit the `node.spec.providerID` of any existing Kubernetes node. \ No newline at end of file