A helper tool for getting and editing Kubernetes data directly from Etcd
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Stefan Reimer d6a962cb39 Add basic Make 1 year ago
.gitignore feat: initial checking to test the pipeline 1 year ago
LICENSE Initial commit 1 year ago
Makefile Add basic Make 1 year ago
README.md Some docs 1 year ago
etcdhelper.go Add basic Make 1 year ago
go.mod feat: initial checking to test the pipeline 1 year ago
go.sum feat: initial checking to test the pipeline 1 year ago

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.