Skip to content

Commit 0678ae6

Browse files
authored
Merge pull request #33429 from reylejano/followup-31527-socks5
Update SOCKS5 page, follow-up to pr 31527
2 parents 48934ab + 0bdd4d2 commit 0678ae6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/tasks/extend-kubernetes/socks5-proxy-access-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ This is useful when the cluster you want to access does not expose its API direc
1515

1616
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
1717

18-
You need SSH client software (the `ssh` tool), and an SSH server running on the remote server.
19-
You must be able to log in to the SSH server on the remote server.
18+
You need SSH client software (the `ssh` tool), and an SSH service running on the remote server.
19+
You must be able to log in to the SSH service on the remote server.
2020

2121
<!-- steps -->
2222

@@ -29,7 +29,7 @@ You can instead use any other kind of [SOCKS5](https://en.wikipedia.org/wiki/SOC
2929

3030
Figure 1 represents what you're going to achieve in this task.
3131

32-
* You have a client computer from where you're going to create requests to talk to the Kubernetes API
32+
* You have a client computer, referred to as local in the steps ahead, from where you're going to create requests to talk to the Kubernetes API.
3333
* The Kubernetes server/API is hosted on a remote server.
3434
* You will use SSH client and server software to create a secure SOCKS5 tunnel between the local and
3535
the remote server. The HTTPS traffic between the client and the Kubernetes API will flow over the SOCKS5

0 commit comments

Comments
 (0)