Compare commits
2 Commits
76bceea344
...
877860fc23
Author | SHA1 | Date |
---|---|---|
|
877860fc23 | 4 months ago |
|
8134159824 | 4 months ago |
@ -0,0 +1,11 @@
|
||||
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
|
@ -0,0 +1,16 @@
|
||||
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"
|
Loading…
Reference in New Issue