<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cluster on Thaddeus Koenig</title><link>https://www.thaddeuskoenig.com/tags/cluster/</link><description>Recent content in Cluster on Thaddeus Koenig</description><generator>Hugo</generator><language>en-US</language><copyright>© 2026 Thaddeus Koenig</copyright><lastBuildDate>Thu, 16 Jan 2025 06:06:24 -0500</lastBuildDate><atom:link href="https://www.thaddeuskoenig.com/tags/cluster/index.xml" rel="self" type="application/rss+xml"/><item><title>Proxmox Delete Cluster</title><link>https://www.thaddeuskoenig.com/blog/00_legacy_proxmox_delete_cluster/</link><pubDate>Thu, 23 Nov 2023 00:00:00 -0500</pubDate><guid>https://www.thaddeuskoenig.com/blog/00_legacy_proxmox_delete_cluster/</guid><description>&lt;p&gt;Theres no real way to delete a cluster in the gui with out doing a fresh install (that i know of) but the following set of commands should stop the cluster service, force it to local, delete the configs and restart it like new.&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;systemctl stop pve-cluster
systemctl stop corosync
pmxcfs -l
rm /etc/pve/corosync.conf
rm -r /etc/corosync/*
killall pmxcfs
systemctl start pve-cluster
&lt;/code&gt;&lt;/pre&gt;</description></item></channel></rss>