Minor progress, favicon

This commit is contained in:
jeangab 2023-06-09 16:37:30 -04:00
parent 8b6f11a98a
commit 600940c17e
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -33,7 +33,7 @@ pub fn Blog(cx: Scope) -> impl IntoView {
<p class="">"Thanks Percona for this excellent article "
<a class="text-orange-400" href="https://www.percona.com/blog/change-storage-class-on-kubernetes-on-the-fly/">"Change Storage Class on Kubernetes on the Fly."</a>
</p>
<p class="">"It inspired most of this procedure. Here is the summary"
<p class="">"It inspired most of this procedure. Here it is : "
<ol class="list-decimal list-inside">
<li class="pb-2">"Delete the statefulset with "<code class="inline-block">"kubectl delete -n <namespace> statefulset --cascade=orphan <statefulset_name>"</code>" the "<code class="">"orphan"</code>" option is key here and will allow Kubernetes to delete the statefulset without deleting the pods."</li>
<li class="pb-2">"Change the storage class in the helm chart to the new one"</li>