Compare commits

..

No commits in common. "877860fc2377f9544fe87c82da3335e7f803585d" and "76bceea3448479a365c5351cc62ea40dc22ac3c9" have entirely different histories.

2 changed files with 0 additions and 27 deletions

View File

@ -1,11 +0,0 @@
apiVersion: v1
kind: Pod
metadata:
name: macvlantest
annotations:
k8s.v1.cni.cncf.io/networks: eth0mv
spec:
containers:
- name: samplepod
command: ["/bin/ash", "-c", "trap : TERM INT; sleep infinity & wait"]
image: alpine

View File

@ -1,16 +0,0 @@
containers:
- name: bird
image: "ungleich/bird:{{ .Chart.AppVersion }}"
command:
- /usr/sbin/bird
- -f
# - /bin/sh
# - -c
# - "sleep 100000"
securityContext:
sysctls:
- name: "net.ipv4.conf.all.rp_filter"
value: "0"
- name: "net.ipv4.conf.default.rp_filter"
value: "0"
# - name: "net.ipv4.conf.default.rp_filter"