mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 17:28:58 +03:00
The chapter 'Configuring kubectl for Remote Access' is updated.
This commit is contained in:
@@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
In this chapter, you will generate a kubeconfig file for the `kubectl` command line utility based on the `admin` user credentials.
|
In this chapter, you will generate a kubeconfig file for the `kubectl` command line utility based on the `admin` user credentials.
|
||||||
|
|
||||||
> Run the commands in this chapter from the same directory used to generate the admin client certificates.
|
> Run the commands in this chapter from the same virtual machine used to generate the admin client certificates.
|
||||||
|
|
||||||
|
|
||||||
## The Admin Kubernetes Configuration File
|
## The Admin Kubernetes Configuration File
|
||||||
|
|
||||||
@@ -31,6 +32,7 @@ $ {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Verification
|
## Verification
|
||||||
|
|
||||||
Check the health of the remote Kubernetes cluster:
|
Check the health of the remote Kubernetes cluster:
|
||||||
|
|||||||
Reference in New Issue
Block a user