diff --git a/assets/favicon.ico b/assets/favicon.ico index 2ba8527..c925d06 100644 Binary files a/assets/favicon.ico and b/assets/favicon.ico differ diff --git a/src/routes/blog/page.rs b/src/routes/blog/page.rs index aa5f9db..bbe7f66 100644 --- a/src/routes/blog/page.rs +++ b/src/routes/blog/page.rs @@ -33,7 +33,7 @@ pub fn Blog(cx: Scope) -> impl IntoView {

"Thanks Percona for this excellent article " "Change Storage Class on Kubernetes on the Fly."

-

"It inspired most of this procedure. Here is the summary" +

"It inspired most of this procedure. Here it is : "

  1. "Delete the statefulset with ""kubectl delete -n statefulset --cascade=orphan "" the ""orphan"" option is key here and will allow Kubernetes to delete the statefulset without deleting the pods."
  2. "Change the storage class in the helm chart to the new one"