Skip to content

Commit f1ddfbf

Browse files
authored
[zh] Fix type parameter in example (#48830)
* Fix type parameter in example * Update index.md
1 parent 7494f77 commit f1ddfbf

File tree

1 file changed

+4
-7
lines changed
  • content/zh-cn/blog/_posts/2023-12-15-volume-attributes-class

1 file changed

+4
-7
lines changed

content/zh-cn/blog/_posts/2023-12-15-volume-attributes-class/index.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ layout: blog
33
title: "Kubernetes 1.29:修改卷之 VolumeAttributesClass"
44
date: 2023-12-15
55
slug: kubernetes-1-29-volume-attributes-class
6+
author: >
7+
Sunny Song (Google)
68
---
79
<!--
810
layout: blog
@@ -11,11 +13,6 @@ date: 2023-12-15
1113
slug: kubernetes-1-29-volume-attributes-class
1214
-->
1315

14-
<!--
15-
**Author**: Sunny Song (Google)
16-
-->
17-
**作者**:Sunny Song (Google)
18-
1916
**译者**[Baofa Fan](https://github.com/carlory) (DaoCloud)
2017

2118
<!--
@@ -119,7 +116,7 @@ If you would like to see the feature in action and verify it works fine in your
119116
name: csi-sc-example
120117
provisioner: pd.csi.storage.gke.io
121118
parameters:
122-
disk-type: "hyperdisk-balanced"
119+
type: "hyperdisk-balanced"
123120
volumeBindingMode: WaitForFirstConsumer
124121
```
125122
@@ -254,4 +251,4 @@ Special thanks to all the contributors that provided great reviews, shared valua
254251
* Jordan Liggitt (liggitt)
255252
* Matthew Cary (mattcary)
256253
* Michelle Au (msau42)
257-
* Xing Yang (xing-yang)
254+
* Xing Yang (xing-yang)

0 commit comments

Comments
 (0)