Skip to content

Commit 9da45e2

Browse files
committed
update admin doc
1 parent 5393f2f commit 9da45e2

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

docs/admin.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,30 +34,22 @@ $ cd namespaces
3434
$ warnet deploy two_namespaces_two_users
3535
```
3636

37-
**TODO**: `warnet deploy namespaces/two_namespaces_two_users` fails with an error about directory handling
38-
3937
Observe that this creates service accounts and namespaces in the cluster:
4038

4139
```shell
4240
$ kubectl get ns
4341
$ kubectl get sa -A
4442
```
4543

46-
**TODO**: `warnet admin namespaces list` does not show the teams as yet.
47-
48-
**TODO**: Lift `kubectl get sa -A` into Warnet.
49-
5044
### Creating Warnet invites
5145
A Warnet invite is a Kubernetes config file.
5246

5347
Create invites for each of your users.
5448

5549
```shell
56-
$ warnet admin create-kubeconfigs wargames
50+
$ warnet admin create-kubeconfigs
5751
```
5852

59-
Take note of the "wargames" prefix we used. That aligns with the "wargames" prefix of the namespaces we created for our users.
60-
6153
Observe the *kubeconfigs* directory. It holds invites for each user.
6254

6355
### Using Warnet invites

0 commit comments

Comments
 (0)