Skip to content

Commit dd1729c

Browse files
authored
Update README.MD
1 parent 664071f commit dd1729c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ psp-restricted-role | use | policy | podsecuritypolicies | psp-restricted
1616
## Try out examples
1717
1. setup k8s cluster
1818
2. run `make build` to build the `kube-psp-advisor` binary
19-
3. under the examples directory, run `./deploy.sh`
19+
3. run `make example` to setup the example environment and show the test scenarios
2020

2121
## Explanation of examples
2222
1. deploy `restrcited` and `privileged` namespaces with services account, roles, rolebindings and pods to k8s cluster
23-
2. `kube-psp-advisor` generates pod security policies seperately for namespaces `restricted` and `privileged` and then apply to cluster
23+
2. `kube-psp-advisor` generates pod security policies seperately for namespaces `restricted` and `privileged` based on the running pods, and then apply the pod security policies to cluster
2424
3. test pod security policies with pods that comply with pod security policies (pods-allows.yaml)
2525
4. test pod security policies with pods that violate pod security policies (pods-deny.yaml)

0 commit comments

Comments
 (0)