Skip to content

Commit 8facac7

Browse files
committed
chore: update README.md
1 parent a38f454 commit 8facac7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ Run the following commands to validate everything has worked correctly
2929
```shell
3030
kubectl get pods --all-namespaces
3131
```
32-
See pod:
32+
See pods:
3333
- tiller-deploy
34+
- istio-citadel
35+
- istio-pilot
36+
- istio-ingressgateway
3437

3538
```shell
3639
kubectl get serviceaccounts --all-namespaces
@@ -50,3 +53,6 @@ See new namespaces:
5053
```shell
5154
make destroy
5255
```
56+
57+
## Beware of Dragons
58+
1. `make setup` needs to be ran twice, race condition between installing istio crds and installing istio

0 commit comments

Comments
 (0)