Skip to content

Commit bc04fd0

Browse files
Merge branch 'kubernetes:main' into master
2 parents 256d6a2 + 6d9dea7 commit bc04fd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/docs/tasks/administer-cluster/securing-a-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ access to a subset of the keyspace is strongly recommended.
210210

211211
### Enable audit logging
212212

213-
The [audit logger](/docs/tasks/debug-application-cluster/audit/) is a beta feature that records actions taken by the
213+
The [audit logger](/docs/tasks/debug/debug-cluster/audit/) is a beta feature that records actions taken by the
214214
API for later analysis in the event of a compromise. It is recommended to enable audit logging
215215
and archive the audit file on a secure server.
216216

content/en/docs/tasks/debug/debug-cluster/local-debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content_type: task
77

88
{{% thirdparty-content %}}
99

10-
Kubernetes applications usually consist of multiple, separate services, each running in its own container. Developing and debugging these services on a remote Kubernetes cluster can be cumbersome, requiring you to [get a shell on a running container](/docs/tasks/debug-application-cluster/get-shell-running-container/) in order to run debugging tools.
10+
Kubernetes applications usually consist of multiple, separate services, each running in its own container. Developing and debugging these services on a remote Kubernetes cluster can be cumbersome, requiring you to [get a shell on a running container](/docs/tasks/debug/debug-application/get-shell-running-container/) in order to run debugging tools.
1111

1212
`telepresence` is a tool to ease the process of developing and debugging services locally while proxying the service to a remote Kubernetes cluster. Using `telepresence` allows you to use custom tools, such as a debugger and IDE, for a local service and provides the service full access to ConfigMap, secrets, and the services running on the remote cluster.
1313

0 commit comments

Comments
 (0)