added admin-tools
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: toolbox
|
||||
namespace: admin-system
|
||||
labels:
|
||||
app: toolbox
|
||||
purpose: troubleshooting
|
||||
spec:
|
||||
containers:
|
||||
- name: toolbox
|
||||
image: nicolaka/netshoot:latest
|
||||
command:
|
||||
- sleep
|
||||
- infinity
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 256Mi
|
||||
securityContext:
|
||||
capabilities:
|
||||
add:
|
||||
- NET_ADMIN
|
||||
- NET_RAW
|
||||
restartPolicy: Always
|
||||
terminationGracePeriodSeconds: 5
|
||||
Reference in New Issue
Block a user