7122a4498a
Changes where done with these commands: reprec 'image: busybox(?!:)' 'image: busybox:1.28' */docs */examples reprec -- '--image=busybox(?!:)' '--image=busybox:1.28' */docs */examples Related issues: https://github.com/docker-library/busybox/issues/48 https://github.com/kubernetes/kubernetes/issues/66924
14 lines
213 B
YAML
14 lines
213 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: busybox3
|
|
spec:
|
|
containers:
|
|
- name: busybox-cnt01
|
|
image: busybox:1.28
|
|
resources:
|
|
limits:
|
|
memory: "300Mi"
|
|
requests:
|
|
memory: "100Mi"
|