Support 8GB Macs

This commit is contained in:
fireflycons
2024-03-19 06:08:42 +00:00
parent 65b5a11784
commit fef56c1942
5 changed files with 21 additions and 14 deletions

View File

@@ -48,7 +48,7 @@ Reference: https://kubernetes.io/docs/tasks/administer-cluster/coredns/#installi
Create a `busybox` pod:
```bash
kubectl run busybox -n default --image=busybox:1.28 --restart Never --command -- sleep 15
kubectl run busybox -n default --image=busybox:1.28 --restart Never --command -- sleep 180
```
[//]: # (command:kubectl wait pods -n default -l run=busybox --for condition=Ready --timeout=90s)