Skip to content

Commit 2415225

Browse files
authored
Merge pull request #38989 from Arhell/id-error
[id] fix deployment apiversion error
2 parents b6a7370 + 39fe286 commit 2415225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/id/docs/concepts/cluster-administration/manage-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ Saat beban aplikasi naik maupun turun, mudah untuk mengubah kapasitas dengan `ku
319319
kubectl scale deployment/my-nginx --replicas=1
320320
```
321321
```shell
322-
deployment.extensions/my-nginx scaled
322+
deployment.apps/my-nginx scaled
323323
```
324324

325325
Sekarang kamu hanya memiliki satu _pod_ yang dikelola oleh deployment.

0 commit comments

Comments
 (0)