Skip to content

Commit c378a2d

Browse files
committed
samples: copy samples from msft-main
Copy the sample yaml files from the msft-main branch after rebasing to upstream. Signed-off-by: Dan Mihai <dmihai@microsoft.com>
1 parent c2cfe52 commit c378a2d

File tree

74 files changed

+4885
-10
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+4885
-10
lines changed

src/agent/samples/policy/yaml/configmap/pod-cm1.yaml

Lines changed: 37 additions & 0 deletions
Large diffs are not rendered by default.

src/agent/samples/policy/yaml/configmap/pod-cm2.yaml

Lines changed: 69 additions & 0 deletions
Large diffs are not rendered by default.

src/agent/samples/policy/yaml/configmap/pod-cm3.yaml

Lines changed: 33 additions & 0 deletions
Large diffs are not rendered by default.

src/agent/samples/policy/yaml/cron-job/test-cron-job.yaml

Lines changed: 22 additions & 0 deletions
Large diffs are not rendered by default.

src/agent/samples/policy/yaml/demo/pod-demo.yaml

Lines changed: 22 additions & 0 deletions
Large diffs are not rendered by default.

src/agent/samples/policy/yaml/deployment/deployment-back.yaml

Lines changed: 43 additions & 0 deletions
Large diffs are not rendered by default.

src/agent/samples/policy/yaml/deployment/deployment-busybox.yaml

Lines changed: 24 additions & 0 deletions
Large diffs are not rendered by default.

src/agent/samples/policy/yaml/deployment/deployment-front.yaml

Lines changed: 47 additions & 0 deletions
Large diffs are not rendered by default.

src/agent/samples/policy/yaml/dont-enable-kata-debug/pod-lots-of-layers.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ spec:
1313
restartPolicy: Never
1414
runtimeClassName: kata-cc
1515
containers:
16-
# 29 layers
17-
- name: azure-vote-front
18-
image: "mcr.microsoft.com/azuredocs/azure-vote-front:v1"
19-
command:
20-
- sh
21-
- "-c"
22-
- while true; do echo hello; sleep 10; done
2316
# 11 layers
2417
- name: footloose
2518
image: "quay.io/footloose/ubuntu18.04:latest"
@@ -36,7 +29,7 @@ spec:
3629
- while true; do echo go; sleep 25; done
3730
# 6 layers
3831
- name: nginx
39-
image: "mcr.microsoft.com/cbl-mariner/base/nginx:1.22.1-9-cm2.0.20230904-amd64"
32+
image: "marinerconfpodstest.azurecr.io/azurelinux/base/nginx:1.25"
4033
command:
4134
- sh
4235
- "-c"

src/agent/samples/policy/yaml/job/test-job.yaml

Lines changed: 28 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)