Skip to content

Commit 39fe286

Browse files
committed
[id] fix deployment apiversion error
1 parent d9f63c7 commit 39fe286

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)