mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-14 11:48:53 +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
|
- name: Install Chainsaw
|
||||||
uses: kyverno/chainsaw/.github/actions/install@c08ae80bc45546987edff33212bf33161c84ce59 # v0.0.6
|
uses: kyverno/chainsaw/.github/actions/install@c08ae80bc45546987edff33212bf33161c84ce59 # v0.0.6
|
||||||
with:
|
with:
|
||||||
release: v0.0.7-alpha.2
|
release: v0.0.7-alpha.3
|
||||||
- name: Test with Chainsaw
|
- name: Test with Chainsaw
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
|
@ -217,7 +217,7 @@ jobs:
|
||||||
- name: Install Chainsaw
|
- name: Install Chainsaw
|
||||||
uses: kyverno/chainsaw/.github/actions/install@c08ae80bc45546987edff33212bf33161c84ce59 # v0.0.6
|
uses: kyverno/chainsaw/.github/actions/install@c08ae80bc45546987edff33212bf33161c84ce59 # v0.0.6
|
||||||
with:
|
with:
|
||||||
release: v0.0.7-alpha.2
|
release: v0.0.7-alpha.3
|
||||||
- name: Test with Chainsaw
|
- name: Test with Chainsaw
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
|
@ -287,7 +287,7 @@ jobs:
|
||||||
- name: Install Chainsaw
|
- name: Install Chainsaw
|
||||||
uses: kyverno/chainsaw/.github/actions/install@c08ae80bc45546987edff33212bf33161c84ce59 # v0.0.6
|
uses: kyverno/chainsaw/.github/actions/install@c08ae80bc45546987edff33212bf33161c84ce59 # v0.0.6
|
||||||
with:
|
with:
|
||||||
release: v0.0.7-alpha.2
|
release: v0.0.7-alpha.3
|
||||||
- name: Test with Chainsaw
|
- name: Test with Chainsaw
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
|
@ -359,7 +359,7 @@ jobs:
|
||||||
- name: Install Chainsaw
|
- name: Install Chainsaw
|
||||||
uses: kyverno/chainsaw/.github/actions/install@c08ae80bc45546987edff33212bf33161c84ce59 # v0.0.6
|
uses: kyverno/chainsaw/.github/actions/install@c08ae80bc45546987edff33212bf33161c84ce59 # v0.0.6
|
||||||
with:
|
with:
|
||||||
release: v0.0.7-alpha.2
|
release: v0.0.7-alpha.3
|
||||||
- name: Test with Chainsaw
|
- name: Test with Chainsaw
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
|
@ -429,7 +429,7 @@ jobs:
|
||||||
- name: Install Chainsaw
|
- name: Install Chainsaw
|
||||||
uses: kyverno/chainsaw/.github/actions/install@c08ae80bc45546987edff33212bf33161c84ce59 # v0.0.6
|
uses: kyverno/chainsaw/.github/actions/install@c08ae80bc45546987edff33212bf33161c84ce59 # v0.0.6
|
||||||
with:
|
with:
|
||||||
release: v0.0.7-alpha.2
|
release: v0.0.7-alpha.3
|
||||||
- name: Test with Chainsaw
|
- name: Test with Chainsaw
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
|
@ -505,7 +505,7 @@ jobs:
|
||||||
- name: Install Chainsaw
|
- name: Install Chainsaw
|
||||||
uses: kyverno/chainsaw/.github/actions/install@c08ae80bc45546987edff33212bf33161c84ce59 # v0.0.6
|
uses: kyverno/chainsaw/.github/actions/install@c08ae80bc45546987edff33212bf33161c84ce59 # v0.0.6
|
||||||
with:
|
with:
|
||||||
release: v0.0.7-alpha.2
|
release: v0.0.7-alpha.3
|
||||||
- name: Test with Chainsaw
|
- name: Test with Chainsaw
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
|
@ -580,7 +580,7 @@ jobs:
|
||||||
- name: Install Chainsaw
|
- name: Install Chainsaw
|
||||||
uses: kyverno/chainsaw/.github/actions/install@c08ae80bc45546987edff33212bf33161c84ce59 # v0.0.6
|
uses: kyverno/chainsaw/.github/actions/install@c08ae80bc45546987edff33212bf33161c84ce59 # v0.0.6
|
||||||
with:
|
with:
|
||||||
release: v0.0.7-alpha.2
|
release: v0.0.7-alpha.3
|
||||||
- name: Test with Chainsaw
|
- name: Test with Chainsaw
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
|
@ -674,7 +674,7 @@ jobs:
|
||||||
- name: Install Chainsaw
|
- name: Install Chainsaw
|
||||||
uses: kyverno/chainsaw/.github/actions/install@c08ae80bc45546987edff33212bf33161c84ce59 # v0.0.6
|
uses: kyverno/chainsaw/.github/actions/install@c08ae80bc45546987edff33212bf33161c84ce59 # v0.0.6
|
||||||
with:
|
with:
|
||||||
release: v0.0.7-alpha.2
|
release: v0.0.7-alpha.3
|
||||||
- name: Test with Chainsaw
|
- name: Test with Chainsaw
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
|
@ -748,7 +748,7 @@ jobs:
|
||||||
- name: Install Chainsaw
|
- name: Install Chainsaw
|
||||||
uses: kyverno/chainsaw/.github/actions/install@c08ae80bc45546987edff33212bf33161c84ce59 # v0.0.6
|
uses: kyverno/chainsaw/.github/actions/install@c08ae80bc45546987edff33212bf33161c84ce59 # v0.0.6
|
||||||
with:
|
with:
|
||||||
release: v0.0.7-alpha.2
|
release: v0.0.7-alpha.3
|
||||||
- name: Test with Chainsaw
|
- name: Test with Chainsaw
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -7,7 +7,6 @@ spec:
|
||||||
assert: 90s
|
assert: 90s
|
||||||
cleanup: 150s
|
cleanup: 150s
|
||||||
error: 90s
|
error: 90s
|
||||||
exec: 150s
|
|
||||||
parallel: 1
|
parallel: 1
|
||||||
fullName: true
|
fullName: true
|
||||||
failFast: false
|
failFast: false
|
||||||
|
|
|
@ -11,3 +11,4 @@ spec:
|
||||||
args:
|
args:
|
||||||
- "65"
|
- "65"
|
||||||
entrypoint: sleep
|
entrypoint: sleep
|
||||||
|
timeout: 90s
|
||||||
|
|
|
@ -7,7 +7,6 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 5
|
||||||
- "5"
|
timeout: 10s
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -11,3 +11,4 @@ spec:
|
||||||
args:
|
args:
|
||||||
- "65"
|
- "65"
|
||||||
entrypoint: sleep
|
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
|
kind: Pod
|
||||||
metadata:
|
metadata:
|
||||||
name: test-sigstore
|
name: test-sigstore
|
||||||
namespace: test-custom-sigstore
|
|
|
@ -1,8 +1,3 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: Namespace
|
|
||||||
metadata:
|
|
||||||
name: test-custom-sigstore
|
|
||||||
---
|
|
||||||
apiVersion: kyverno.io/v1
|
apiVersion: kyverno.io/v1
|
||||||
kind: ClusterPolicy
|
kind: ClusterPolicy
|
||||||
metadata:
|
metadata:
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -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:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -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:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -16,6 +16,7 @@ spec:
|
||||||
- --wait=true
|
- --wait=true
|
||||||
- --ignore-not-found=true
|
- --ignore-not-found=true
|
||||||
entrypoint: kubectl
|
entrypoint: kubectl
|
||||||
|
timeout: 30s
|
||||||
- command:
|
- command:
|
||||||
args:
|
args:
|
||||||
- delete
|
- delete
|
||||||
|
@ -26,6 +27,7 @@ spec:
|
||||||
- --wait=true
|
- --wait=true
|
||||||
- --ignore-not-found=true
|
- --ignore-not-found=true
|
||||||
entrypoint: kubectl
|
entrypoint: kubectl
|
||||||
|
timeout: 30s
|
||||||
- command:
|
- command:
|
||||||
args:
|
args:
|
||||||
- delete
|
- delete
|
||||||
|
@ -36,6 +38,7 @@ spec:
|
||||||
- --wait=true
|
- --wait=true
|
||||||
- --ignore-not-found=true
|
- --ignore-not-found=true
|
||||||
entrypoint: kubectl
|
entrypoint: kubectl
|
||||||
|
timeout: 30s
|
||||||
- command:
|
- command:
|
||||||
args:
|
args:
|
||||||
- delete
|
- delete
|
||||||
|
@ -44,3 +47,4 @@ spec:
|
||||||
- --wait=true
|
- --wait=true
|
||||||
- --ignore-not-found=true
|
- --ignore-not-found=true
|
||||||
entrypoint: kubectl
|
entrypoint: kubectl
|
||||||
|
timeout: 30s
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,6 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 6
|
||||||
- "6"
|
timeout: 10s
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
|
@ -7,7 +7,5 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
try:
|
try:
|
||||||
- command:
|
- script:
|
||||||
args:
|
content: sleep 3
|
||||||
- "3"
|
|
||||||
entrypoint: sleep
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue