diff --git a/content/en/case/_index.md b/content/en/case/_index.md index 37fd2ed05..d723bfcff 100644 --- a/content/en/case/_index.md +++ b/content/en/case/_index.md @@ -164,6 +164,8 @@ section3: icon: '/images/case/logo-yiheda.png' - name: 'bobinfo' icon: '/images/case/logo-hsh.png' + - name: 'yf5g' + icon: '/images/case/yf5g-logo.png' - name: 'Energy' children: diff --git a/content/zh/blogs/manual-kubesphere-persistentvolumes-migration.md b/content/zh/blogs/manual-kubesphere-persistentvolumes-migration.md index 7a73c25de..048ca3b2e 100644 --- a/content/zh/blogs/manual-kubesphere-persistentvolumes-migration.md +++ b/content/zh/blogs/manual-kubesphere-persistentvolumes-migration.md @@ -52,7 +52,7 @@ $ kubectl -n kubesphere-logging-system get pvc data-elasticsearch-logging-data-1 ## 复制数据 -不管 PV 的 accessModes 是 [ReadWriteOnce](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes) 还是 [ReadWriteMany](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes),在复制数据之前都要将应用的副本数量缩减为 0,因为 ReadWriteOne 模式同时只允许挂载一个 Pod,新 Pod 无法挂载,而 ReadWriteMany 模式如果不将副本数量缩减为 0,在复制数据时可能会有新的数据写入。所以无论如何,都要将副本数量缩为 0 。 +不管 PV 的 accessModes 是 [ReadWriteOnce](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes) 还是 [ReadWriteMany](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes),在复制数据之前都要将应用的副本数量缩减为 0,在复制数据时可能会有新的数据写入。所以无论如何,都要将副本数量缩为 0 。 ```bash $ kubectl -n kubesphere-logging-system get sts diff --git a/content/zh/case/_index.md b/content/zh/case/_index.md index 0c8ac4ab3..8dd4e6303 100644 --- a/content/zh/case/_index.md +++ b/content/zh/case/_index.md @@ -240,6 +240,8 @@ section3: icon: '/images/case/logo-yiheda.png' - name: 'bobinfo' icon: '/images/case/logo-hsh.png' + - name: 'yf5g' + icon: '/images/case/yf5g-logo.png' - name: '能源' children: diff --git a/static/images/case/yf5g-logo.png b/static/images/case/yf5g-logo.png new file mode 100644 index 000000000..206726e71 Binary files /dev/null and b/static/images/case/yf5g-logo.png differ