mirror of https://github.com/vacp2p/10ksim.git
Add privileges to perf containr
This commit is contained in:
parent
b6674c01cb
commit
7897513a32
|
@ -4,7 +4,7 @@ metadata:
|
|||
name: nodes
|
||||
namespace: zerotesting
|
||||
spec:
|
||||
replicas: 100
|
||||
replicas: 400
|
||||
podManagementPolicy: "Parallel"
|
||||
serviceName: zerotesting-service
|
||||
selector:
|
||||
|
@ -68,6 +68,7 @@ spec:
|
|||
failureThreshold: 2
|
||||
timeoutSeconds: 5
|
||||
securityContext:
|
||||
privileged: true
|
||||
capabilities:
|
||||
add: ["SYS_ADMIN"]
|
||||
resources:
|
||||
|
|
Loading…
Reference in New Issue