Skip to content

Commit 33d2b99

Browse files
shurupdipesh-rawat
andauthored
[id] Fix incorrect relative URLs (#46308)
* Fix incorrect relative URLs Signed-off-by: Dmitry Shurupov <[email protected]> * Update content/id/docs/concepts/architecture/controller.md Co-authored-by: Dipesh Rawat <[email protected]> --------- Signed-off-by: Dmitry Shurupov <[email protected]> Co-authored-by: Dipesh Rawat <[email protected]>
1 parent a6d52c9 commit 33d2b99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/id/docs/concepts/architecture/controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Job adalah sumber daya dalam Kubernetes yang menjalankan a
6060
{{< glossary_tooltip term_id="pod" >}}, atau mungkin beberapa Pod sekaligus,
6161
untuk melakukan sebuah pekerjaan dan kemudian berhenti.
6262

63-
(Setelah [dijadwalkan](../../../../en/docs/concepts/scheduling-eviction/), objek Pod
63+
(Setelah [dijadwalkan](/id/docs/concepts/scheduling-eviction/), objek Pod
6464
akan menjadi bagian dari keadaan yang diinginkan oleh kubelet).
6565

6666
Ketika _controller job_ melihat tugas baru, maka _controller_ itu memastikan bahwa,

content/id/docs/reference/access-authn-authz/rbac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Menggunakan Otorisasi RBAC
33
content_type: concept
4-
aliases: [../../../rbac/]
4+
aliases: [/id/rbac/]
55
weight: 70
66
---
77

0 commit comments

Comments
 (0)