mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-13 19:28:55 +00:00
chore: fix chainsaw exec timeout issue (#9013)
* chore: fix chainsaw timeouts issues Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * exec timeout Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * bump chainsaw Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * fix Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * fix cleanup Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * fix Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * custom sigstore fix Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * mutate Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * fix Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * fix Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * fix Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * fix Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> --------- Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
7309c59b18
commit
1a331f1297
141 changed files with 273 additions and 755 deletions
18
.github/workflows/conformance.yaml
vendored
18
.github/workflows/conformance.yaml
vendored
|
@ -147,7 +147,7 @@ jobs:
|
|||
- name: Install Chainsaw
|
||||
uses: kyverno/chainsaw/.github/actions/install@c08ae80bc45546987edff33212bf33161c84ce59 # v0.0.6
|
||||
with:
|
||||
release: v0.0.7-alpha.2
|
||||
release: v0.0.7-alpha.3
|
||||
- name: Test with Chainsaw
|
||||
shell: bash
|
||||
env:
|
||||
|
@ -217,7 +217,7 @@ jobs:
|
|||
- name: Install Chainsaw
|
||||
uses: kyverno/chainsaw/.github/actions/install@c08ae80bc45546987edff33212bf33161c84ce59 # v0.0.6
|
||||
with:
|
||||
release: v0.0.7-alpha.2
|
||||
release: v0.0.7-alpha.3
|
||||
- name: Test with Chainsaw
|
||||
shell: bash
|
||||
env:
|
||||
|
@ -287,7 +287,7 @@ jobs:
|
|||
- name: Install Chainsaw
|
||||
uses: kyverno/chainsaw/.github/actions/install@c08ae80bc45546987edff33212bf33161c84ce59 # v0.0.6
|
||||
with:
|
||||
release: v0.0.7-alpha.2
|
||||
release: v0.0.7-alpha.3
|
||||
- name: Test with Chainsaw
|
||||
shell: bash
|
||||
env:
|
||||
|
@ -359,7 +359,7 @@ jobs:
|
|||
- name: Install Chainsaw
|
||||
uses: kyverno/chainsaw/.github/actions/install@c08ae80bc45546987edff33212bf33161c84ce59 # v0.0.6
|
||||
with:
|
||||
release: v0.0.7-alpha.2
|
||||
release: v0.0.7-alpha.3
|
||||
- name: Test with Chainsaw
|
||||
shell: bash
|
||||
env:
|
||||
|
@ -429,7 +429,7 @@ jobs:
|
|||
- name: Install Chainsaw
|
||||
uses: kyverno/chainsaw/.github/actions/install@c08ae80bc45546987edff33212bf33161c84ce59 # v0.0.6
|
||||
with:
|
||||
release: v0.0.7-alpha.2
|
||||
release: v0.0.7-alpha.3
|
||||
- name: Test with Chainsaw
|
||||
shell: bash
|
||||
env:
|
||||
|
@ -505,7 +505,7 @@ jobs:
|
|||
- name: Install Chainsaw
|
||||
uses: kyverno/chainsaw/.github/actions/install@c08ae80bc45546987edff33212bf33161c84ce59 # v0.0.6
|
||||
with:
|
||||
release: v0.0.7-alpha.2
|
||||
release: v0.0.7-alpha.3
|
||||
- name: Test with Chainsaw
|
||||
shell: bash
|
||||
env:
|
||||
|
@ -580,7 +580,7 @@ jobs:
|
|||
- name: Install Chainsaw
|
||||
uses: kyverno/chainsaw/.github/actions/install@c08ae80bc45546987edff33212bf33161c84ce59 # v0.0.6
|
||||
with:
|
||||
release: v0.0.7-alpha.2
|
||||
release: v0.0.7-alpha.3
|
||||
- name: Test with Chainsaw
|
||||
shell: bash
|
||||
env:
|
||||
|
@ -674,7 +674,7 @@ jobs:
|
|||
- name: Install Chainsaw
|
||||
uses: kyverno/chainsaw/.github/actions/install@c08ae80bc45546987edff33212bf33161c84ce59 # v0.0.6
|
||||
with:
|
||||
release: v0.0.7-alpha.2
|
||||
release: v0.0.7-alpha.3
|
||||
- name: Test with Chainsaw
|
||||
shell: bash
|
||||
env:
|
||||
|
@ -748,7 +748,7 @@ jobs:
|
|||
- name: Install Chainsaw
|
||||
uses: kyverno/chainsaw/.github/actions/install@c08ae80bc45546987edff33212bf33161c84ce59 # v0.0.6
|
||||
with:
|
||||
release: v0.0.7-alpha.2
|
||||
release: v0.0.7-alpha.3
|
||||
- name: Test with Chainsaw
|
||||
shell: bash
|
||||
env:
|
||||
|
|
|
@ -7,7 +7,6 @@ spec:
|
|||
assert: 90s
|
||||
cleanup: 150s
|
||||
error: 90s
|
||||
exec: 150s
|
||||
parallel: 1
|
||||
fullName: true
|
||||
failFast: false
|
||||
|
|
|
@ -11,3 +11,4 @@ spec:
|
|||
args:
|
||||
- "65"
|
||||
entrypoint: sleep
|
||||
timeout: 90s
|
||||
|
|
|
@ -7,7 +7,6 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "5"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 5
|
||||
timeout: 10s
|
||||
|
|
|
@ -11,3 +11,4 @@ spec:
|
|||
args:
|
||||
- "65"
|
||||
entrypoint: sleep
|
||||
timeout: 90s
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
---
|
||||
apiVersion: chainsaw.kyverno.io/v1alpha1
|
||||
kind: TestStep
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
name: goodpod
|
||||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- -n
|
||||
- test-custom-sigstore
|
||||
- run
|
||||
- test-sigstore
|
||||
- --image=$TEST_IMAGE_URL
|
||||
entrypoint: kubectl
|
|
@ -0,0 +1,20 @@
|
|||
apiVersion: chainsaw.kyverno.io/v1alpha1
|
||||
kind: Test
|
||||
metadata:
|
||||
name: basic
|
||||
spec:
|
||||
concurrent: false
|
||||
namespace: foo
|
||||
steps:
|
||||
- try:
|
||||
- apply:
|
||||
file: policy.yaml
|
||||
- assert:
|
||||
file: policy-assert.yaml
|
||||
- script:
|
||||
content: kubectl run -n $NAMESPACE test-sigstore --image=$TEST_IMAGE_URL
|
||||
- assert:
|
||||
file: pod-assert.yaml
|
||||
finally:
|
||||
- script:
|
||||
content: sleep 3
|
|
@ -2,4 +2,3 @@ apiVersion: v1
|
|||
kind: Pod
|
||||
metadata:
|
||||
name: test-sigstore
|
||||
namespace: test-custom-sigstore
|
|
@ -1,8 +1,3 @@
|
|||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: test-custom-sigstore
|
||||
---
|
||||
apiVersion: kyverno.io/v1
|
||||
kind: ClusterPolicy
|
||||
metadata:
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
---
|
||||
apiVersion: chainsaw.kyverno.io/v1alpha1
|
||||
kind: TestStep
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
name: cleanup
|
||||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- delete
|
||||
- -f
|
||||
- 01-manifests.yaml,02-ns.yaml
|
||||
- --force
|
||||
- --wait=true
|
||||
- --ignore-not-found=true
|
||||
entrypoint: kubectl
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
---
|
||||
apiVersion: chainsaw.kyverno.io/v1alpha1
|
||||
kind: TestStep
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
name: cleanup
|
||||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- delete
|
||||
- -f
|
||||
- 01-manifests.yaml,02-ns.yaml
|
||||
- --force
|
||||
- --wait=true
|
||||
- --ignore-not-found=true
|
||||
entrypoint: kubectl
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -16,6 +16,7 @@ spec:
|
|||
- --wait=true
|
||||
- --ignore-not-found=true
|
||||
entrypoint: kubectl
|
||||
timeout: 30s
|
||||
- command:
|
||||
args:
|
||||
- delete
|
||||
|
@ -26,6 +27,7 @@ spec:
|
|||
- --wait=true
|
||||
- --ignore-not-found=true
|
||||
entrypoint: kubectl
|
||||
timeout: 30s
|
||||
- command:
|
||||
args:
|
||||
- delete
|
||||
|
@ -36,6 +38,7 @@ spec:
|
|||
- --wait=true
|
||||
- --ignore-not-found=true
|
||||
entrypoint: kubectl
|
||||
timeout: 30s
|
||||
- command:
|
||||
args:
|
||||
- delete
|
||||
|
@ -44,3 +47,4 @@ spec:
|
|||
- --wait=true
|
||||
- --ignore-not-found=true
|
||||
entrypoint: kubectl
|
||||
timeout: 30s
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,6 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "6"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 6
|
||||
timeout: 10s
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
|||
spec:
|
||||
timeouts: {}
|
||||
try:
|
||||
- command:
|
||||
args:
|
||||
- "3"
|
||||
entrypoint: sleep
|
||||
- script:
|
||||
content: sleep 3
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue