Skip to content

Commit 77b98b6

Browse files
Added cleanup instructions
1 parent 37e8469 commit 77b98b6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ for the [summer of K8s](https://www.getambassador.io/summer-of-k8s) Argo rollout
55

66
The actual source code is at [https://github.com/kostis-codefresh/summer-of-k8s-app](https://github.com/kostis-codefresh/summer-of-k8s-app)
77

8-
## Prerequisite
8+
## Prerequisites
99

1010
1. Get access to a Kubernetes cluster
1111
2. Install Argo Rollouts following the [instructions](https://argoproj.github.io/argo-rollouts/installation/). Be sure to install the CLI as well
@@ -80,6 +80,13 @@ Now the old version is no longer present
8080

8181
Submit your solution at [https://www.getambassador.io/summer-of-k8s/ship/week3/](https://www.getambassador.io/summer-of-k8s/ship/week3/)
8282

83+
## Cleanup
84+
85+
```
86+
kubectl delete -f . -n demo
87+
kubectl delete namespace demo
88+
```
89+
8390

8491

8592

0 commit comments

Comments
 (0)