remove unnecessary use of grep

This commit is contained in:
Kelsey Hightower
2016-08-02 23:00:11 -07:00
parent 7c20717a7a
commit 306c0a6042
+1 -1
View File
@@ -67,7 +67,7 @@ context.
First get your current context:
```shell
$ export CONTEXT=$(kubectl config view | grep current-context | awk '{print $2}')
$ export CONTEXT=$(kubectl config view | awk '/current-context/ {print $2}')
```
Then update the default namespace: