mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-18 02:38:58 +03:00
Correction in argument assignment
As of kubectl v0.14.1, the argument must be assigned using an equal sign otherwise a "flag needs an argument: --token" error is thrown.
This commit is contained in:
@@ -59,7 +59,7 @@ kubectl config set-cluster kubernetes-the-hard-way \
|
||||
```
|
||||
|
||||
```
|
||||
kubectl config set-credentials admin --token chAng3m3
|
||||
kubectl config set-credentials admin --token=chAng3m3
|
||||
```
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user