Minor progress, favicon
This commit is contained in:
parent
8b6f11a98a
commit
600940c17e
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 18 KiB |
@ -33,7 +33,7 @@ pub fn Blog(cx: Scope) -> impl IntoView {
|
|||||||
<p class="">"Thanks Percona for this excellent article "
|
<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>
|
<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>
|
||||||
<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">
|
<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">"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>
|
<li class="pb-2">"Change the storage class in the helm chart to the new one"</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user