Skip to content

Commit

Permalink
Update skills-network-kube-setup.adoc (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkwan-ibm authored Jul 14, 2021
1 parent 08618e4 commit 8078875
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions skills-network-kube-setup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ Namespace
sn-labs-yourname
```

Store the namespace name in a variable.
Use the namespace name that was obtained from the previous command.
Run the following command to store the namespace name in a variable.

```
NAMESPACE_NAME={namespace_name}
NAMESPACE_NAME=`bx cr namespace-list | grep sn-labs- | sed 's/ //g'`
```
{: codeblock}

Expand Down

0 comments on commit 8078875

Please sign in to comment.