A helper tool for getting and editing Kubernetes data directly from Etcd
Go to file
Stefan Reimer d6a962cb39 Add basic Make 2022-05-13 17:55:01 +02:00
.gitignore feat: initial checking to test the pipeline 2022-05-13 17:20:58 +02:00
LICENSE Initial commit 2022-05-13 15:19:07 +00:00
Makefile Add basic Make 2022-05-13 17:55:01 +02:00
README.md Some docs 2022-05-13 17:48:29 +02:00
etcdhelper.go Add basic Make 2022-05-13 17:55:01 +02:00
go.mod feat: initial checking to test the pipeline 2022-05-13 17:20:58 +02:00
go.sum feat: initial checking to test the pipeline 2022-05-13 17:20:58 +02:00

README.md

etcdhelper

A helper tool for getting and editing Kubernetes data directly from Etcd,

Abstract

This is a modified version of etcdhelper from OpenShift and subsequent modifications made by Flant.

We added: change-provider-id allowing you to edit the node.spec.providerID of any existing Kubernetes node.