mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-16 09:48:57 +03:00
Update to latest version (#325)
* Build now functional * Use ssh option to reduce questions * Use IPVS * Further e2e observations * Tidy up * RAM and CPU adjustments
This commit is contained in:
@@ -151,5 +151,14 @@ kubectl exec -ti $POD_NAME -- nginx -v
|
||||
nginx version: nginx/1.23.1
|
||||
```
|
||||
|
||||
Clean up test resources
|
||||
|
||||
|
||||
```bash
|
||||
kubectl delete pod -n default busybox
|
||||
kubectl delete service -n default nginx
|
||||
kubectl delete deployment -n default nginx
|
||||
```
|
||||
|
||||
Prev: [DNS Addon](15-dns-addon.md)</br>
|
||||
Next: [End to End Tests](17-e2e-tests.md)
|
||||
|
||||
Reference in New Issue
Block a user