Fix raft acceptance test (#279)
This commit is contained in:
parent
138b9217a5
commit
c045ad89aa
1 changed files with 0 additions and 5 deletions
|
@ -19,11 +19,6 @@ load _helpers
|
|||
jq -r '.initialized')
|
||||
[ "${init_status}" == "false" ]
|
||||
|
||||
# Security
|
||||
local ipc=$(kubectl get statefulset "$(name_prefix)" --output json |
|
||||
jq -r '.spec.template.spec.containers[0].securityContext.capabilities.add[0]')
|
||||
[ "${ipc}" == "IPC_LOCK" ]
|
||||
|
||||
# Replicas
|
||||
local replicas=$(kubectl get statefulset "$(name_prefix)" --output json |
|
||||
jq -r '.spec.replicas')
|
||||
|
|
Loading…
Reference in a new issue