File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff 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-
3937Observe 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
5145A Warnet invite is a Kubernetes config file.
5246
5347Create 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-
6153Observe the * kubeconfigs* directory. It holds invites for each user.
6254
6355### Using Warnet invites
You can’t perform that action at this time.
0 commit comments