mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-18 18:58:56 +03:00
chg: Hostname In Documetation
Changed the hostname to fit thouse used with the virtual machines.
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
# Smoke Test
|
||||
|
||||
## Add kubectl Alias
|
||||
|
||||
So you can just type `k` in place of `kubectl` for running Kubernetes commands.
|
||||
|
||||
Run `k` on the command like to make sure it is not already in use. You should
|
||||
get an error that it is an unknown command. Then run:
|
||||
|
||||
```shell
|
||||
echo "alias k=kubectl" | tee -a ~/.bashrc && source ~/.bashrc
|
||||
```
|
||||
|
||||
In this lab you will complete a series of tasks to ensure your Kubernetes cluster is functioning correctly.
|
||||
|
||||
## Data Encryption
|
||||
|
||||
Reference in New Issue
Block a user