Some docs

This commit is contained in:
Stefan Reimer 2022-05-13 17:48:29 +02:00
parent 9de71c898e
commit e550ac0e0d
1 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# etcdhelper
A helper tool for getting and editing Kubernetes data directly from Etcd
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.