File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ for the [summer of K8s](https://www.getambassador.io/summer-of-k8s) Argo rollout
55
66The 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
10101 . Get access to a Kubernetes cluster
11112 . 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
8181Submit 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
You can’t perform that action at this time.
0 commit comments