Skip to content

BarryBoot/zenotta-cloud-mining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zenotta-cloud-mining

Still in development and very experimental

Replacing cluster and recreating helm resources

When changing resources on the cluster first remove modeules that rely on its credentials. This avoids passing outdated credentials to providers

terraform state rm module.zenotta-miners terraform state rm module.zenotta-nodes kubectl get pv | grep Released | awk '$1 {print$1}' | while read vol; do kubectl delete pv/${vol}; done helm list --short | grep zenotta-miner | xargs -L1 helm uninstall helm uninstall zenotta-node-release kubectl get pv | tail -n+2 | awk '{print $1}' | xargs -I{} kubectl patch pv {} -p '{"metadata":{"finalizers": null}}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 2

  •  
  •