Skip to content

cloud-native-skunkworks/cnskunkworks-unterminate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cnskunkworks-unterminate

Oh no!

This repository will show you how to unterminate terminating kubernetes resources. It relies on manipulating the data structures within ETCD directly

What you will need

  • A kubernetes cluster
  • ETCD certificates
  • A port forward to ETCD within the cluster

Our example

  • Based on a kind cluster with Rancher's local path provisioner installed.
  • ETCD Certs
    • E.g. copy locally docker cp deb7df53bda4:/etc/kubernetes/pki/etcd etcd
    • Check it works e.g ETCDCTL_API=3 etcdctl --cacert=etcd/ca.crt --key=etcd/server.key --cert=etcd/

About

Ever wanted to stop a PVC from deleting?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages