commit
7dbbf52e1c
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -6,7 +6,6 @@ on:
|
|||||||
tags:
|
tags:
|
||||||
- "*"
|
- "*"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 0 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
@ -67,7 +67,7 @@ spec:
|
|||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
containers:
|
containers:
|
||||||
- name: kilo
|
- name: kilo
|
||||||
image: squat/kilo
|
image: squat/kilo:0.4.1
|
||||||
args:
|
args:
|
||||||
- --kubeconfig=/etc/kubernetes/kubeconfig
|
- --kubeconfig=/etc/kubernetes/kubeconfig
|
||||||
- --hostname=$(NODE_NAME)
|
- --hostname=$(NODE_NAME)
|
||||||
|
@ -101,7 +101,7 @@ spec:
|
|||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
containers:
|
containers:
|
||||||
- name: kilo
|
- name: kilo
|
||||||
image: squat/kilo
|
image: squat/kilo:0.4.1
|
||||||
args:
|
args:
|
||||||
- --kubeconfig=/etc/kubernetes/kubeconfig
|
- --kubeconfig=/etc/kubernetes/kubeconfig
|
||||||
- --hostname=$(NODE_NAME)
|
- --hostname=$(NODE_NAME)
|
||||||
@ -131,7 +131,7 @@ spec:
|
|||||||
readOnly: false
|
readOnly: false
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: install-cni
|
- name: install-cni
|
||||||
image: squat/kilo
|
image: squat/kilo:0.4.1
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
|
@ -96,7 +96,7 @@ spec:
|
|||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
containers:
|
containers:
|
||||||
- name: kilo
|
- name: kilo
|
||||||
image: squat/kilo
|
image: squat/kilo:0.4.1
|
||||||
args:
|
args:
|
||||||
- --kubeconfig=/etc/kubernetes/kubeconfig
|
- --kubeconfig=/etc/kubernetes/kubeconfig
|
||||||
- --hostname=$(NODE_NAME)
|
- --hostname=$(NODE_NAME)
|
||||||
@ -127,7 +127,7 @@ spec:
|
|||||||
readOnly: false
|
readOnly: false
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: generate-kubeconfig
|
- name: generate-kubeconfig
|
||||||
image: squat/kilo
|
image: squat/kilo:0.4.1
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
args:
|
args:
|
||||||
|
@ -133,7 +133,7 @@ spec:
|
|||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
containers:
|
containers:
|
||||||
- name: kilo
|
- name: kilo
|
||||||
image: squat/kilo
|
image: squat/kilo:0.4.1
|
||||||
args:
|
args:
|
||||||
- --kubeconfig=/etc/kubernetes/kubeconfig
|
- --kubeconfig=/etc/kubernetes/kubeconfig
|
||||||
- --hostname=$(NODE_NAME)
|
- --hostname=$(NODE_NAME)
|
||||||
@ -164,7 +164,7 @@ spec:
|
|||||||
readOnly: false
|
readOnly: false
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: generate-kubeconfig
|
- name: generate-kubeconfig
|
||||||
image: squat/kilo
|
image: squat/kilo:0.4.1
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
args:
|
args:
|
||||||
@ -185,7 +185,7 @@ spec:
|
|||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
- name: install-cni
|
- name: install-cni
|
||||||
image: squat/kilo
|
image: squat/kilo:0.4.1
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
@ -264,7 +264,7 @@ spec:
|
|||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
containers:
|
containers:
|
||||||
- name: kilo
|
- name: kilo
|
||||||
image: squat/kilo
|
image: squat/kilo:0.4.1
|
||||||
args:
|
args:
|
||||||
- --kubeconfig=/etc/kubernetes/kubeconfig
|
- --kubeconfig=/etc/kubernetes/kubeconfig
|
||||||
- --hostname=$(NODE_NAME)
|
- --hostname=$(NODE_NAME)
|
||||||
@ -311,7 +311,7 @@ spec:
|
|||||||
readOnly: false
|
readOnly: false
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: generate-kubeconfig
|
- name: generate-kubeconfig
|
||||||
image: squat/kilo
|
image: squat/kilo:0.4.1
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
args:
|
args:
|
||||||
@ -332,7 +332,7 @@ spec:
|
|||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
- name: install-cni
|
- name: install-cni
|
||||||
image: squat/kilo
|
image: squat/kilo:0.4.1
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
@ -428,7 +428,7 @@ spec:
|
|||||||
readOnly: true
|
readOnly: true
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: generate-kubeconfig
|
- name: generate-kubeconfig
|
||||||
image: squat/kilo
|
image: squat/kilo:0.4.1
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
args:
|
args:
|
||||||
|
@ -131,7 +131,7 @@ spec:
|
|||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
containers:
|
containers:
|
||||||
- name: kilo
|
- name: kilo
|
||||||
image: squat/kilo
|
image: squat/kilo:0.4.1
|
||||||
args:
|
args:
|
||||||
- --kubeconfig=/etc/kubernetes/kubeconfig
|
- --kubeconfig=/etc/kubernetes/kubeconfig
|
||||||
- --hostname=$(NODE_NAME)
|
- --hostname=$(NODE_NAME)
|
||||||
@ -178,7 +178,7 @@ spec:
|
|||||||
readOnly: false
|
readOnly: false
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: generate-kubeconfig
|
- name: generate-kubeconfig
|
||||||
image: squat/kilo
|
image: squat/kilo:0.4.1
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
args:
|
args:
|
||||||
@ -199,7 +199,7 @@ spec:
|
|||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
- name: install-cni
|
- name: install-cni
|
||||||
image: squat/kilo
|
image: squat/kilo:0.4.1
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
|
@ -130,7 +130,7 @@ spec:
|
|||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
containers:
|
containers:
|
||||||
- name: kilo
|
- name: kilo
|
||||||
image: squat/kilo
|
image: squat/kilo:0.4.1
|
||||||
args:
|
args:
|
||||||
- --kubeconfig=/etc/kubernetes/kubeconfig
|
- --kubeconfig=/etc/kubernetes/kubeconfig
|
||||||
- --hostname=$(NODE_NAME)
|
- --hostname=$(NODE_NAME)
|
||||||
@ -160,7 +160,7 @@ spec:
|
|||||||
readOnly: false
|
readOnly: false
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: generate-kubeconfig
|
- name: generate-kubeconfig
|
||||||
image: squat/kilo
|
image: squat/kilo:0.4.1
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
args:
|
args:
|
||||||
@ -181,7 +181,7 @@ spec:
|
|||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
- name: install-cni
|
- name: install-cni
|
||||||
image: squat/kilo
|
image: squat/kilo:0.4.1
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
|
@ -79,7 +79,7 @@ spec:
|
|||||||
mountPath: /var/run/wireguard
|
mountPath: /var/run/wireguard
|
||||||
readOnly: false
|
readOnly: false
|
||||||
- name: kilo
|
- name: kilo
|
||||||
image: squat/kilo
|
image: squat/kilo:0.4.1
|
||||||
args:
|
args:
|
||||||
- --kubeconfig=/etc/kubernetes/kubeconfig
|
- --kubeconfig=/etc/kubernetes/kubeconfig
|
||||||
- --hostname=$(NODE_NAME)
|
- --hostname=$(NODE_NAME)
|
||||||
@ -139,4 +139,4 @@ spec:
|
|||||||
type: FileOrCreate
|
type: FileOrCreate
|
||||||
- name: wireguard
|
- name: wireguard
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /var/run/wireguard
|
path: /var/run/wireguard
|
||||||
|
@ -67,7 +67,7 @@ spec:
|
|||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
containers:
|
containers:
|
||||||
- name: kilo
|
- name: kilo
|
||||||
image: squat/kilo
|
image: squat/kilo:0.4.1
|
||||||
args:
|
args:
|
||||||
- --kubeconfig=/etc/kubernetes/kubeconfig
|
- --kubeconfig=/etc/kubernetes/kubeconfig
|
||||||
- --hostname=$(NODE_NAME)
|
- --hostname=$(NODE_NAME)
|
||||||
|
@ -114,7 +114,7 @@ spec:
|
|||||||
mountPath: /var/run/wireguard
|
mountPath: /var/run/wireguard
|
||||||
readOnly: false
|
readOnly: false
|
||||||
- name: kilo
|
- name: kilo
|
||||||
image: squat/kilo
|
image: squat/kilo:0.4.1
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args:
|
args:
|
||||||
- --kubeconfig=/etc/kubernetes/kubeconfig
|
- --kubeconfig=/etc/kubernetes/kubeconfig
|
||||||
@ -150,7 +150,7 @@ spec:
|
|||||||
readOnly: false
|
readOnly: false
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: install-cni
|
- name: install-cni
|
||||||
image: squat/kilo
|
image: squat/kilo:0.4.1
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
@ -204,4 +204,4 @@ spec:
|
|||||||
type: FileOrCreate
|
type: FileOrCreate
|
||||||
- name: wireguard
|
- name: wireguard
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /var/run/wireguard
|
path: /var/run/wireguard
|
||||||
|
@ -101,7 +101,7 @@ spec:
|
|||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
containers:
|
containers:
|
||||||
- name: kilo
|
- name: kilo
|
||||||
image: squat/kilo
|
image: squat/kilo:0.4.1
|
||||||
args:
|
args:
|
||||||
- --kubeconfig=/etc/kubernetes/kubeconfig
|
- --kubeconfig=/etc/kubernetes/kubeconfig
|
||||||
- --hostname=$(NODE_NAME)
|
- --hostname=$(NODE_NAME)
|
||||||
@ -131,7 +131,7 @@ spec:
|
|||||||
readOnly: false
|
readOnly: false
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: install-cni
|
- name: install-cni
|
||||||
image: squat/kilo
|
image: squat/kilo:0.4.1
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
|
@ -67,7 +67,7 @@ spec:
|
|||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
containers:
|
containers:
|
||||||
- name: kilo
|
- name: kilo
|
||||||
image: squat/kilo
|
image: squat/kilo:0.4.1
|
||||||
args:
|
args:
|
||||||
- --kubeconfig=/etc/kubernetes/kubeconfig
|
- --kubeconfig=/etc/kubernetes/kubeconfig
|
||||||
- --hostname=$(NODE_NAME)
|
- --hostname=$(NODE_NAME)
|
||||||
|
@ -101,7 +101,7 @@ spec:
|
|||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
containers:
|
containers:
|
||||||
- name: kilo
|
- name: kilo
|
||||||
image: squat/kilo
|
image: squat/kilo:0.4.1
|
||||||
args:
|
args:
|
||||||
- --kubeconfig=/etc/kubernetes/kubeconfig
|
- --kubeconfig=/etc/kubernetes/kubeconfig
|
||||||
- --hostname=$(NODE_NAME)
|
- --hostname=$(NODE_NAME)
|
||||||
@ -131,7 +131,7 @@ spec:
|
|||||||
readOnly: false
|
readOnly: false
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: install-cni
|
- name: install-cni
|
||||||
image: squat/kilo
|
image: squat/kilo:0.4.1
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
|
@ -46,7 +46,7 @@ spec:
|
|||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
containers:
|
containers:
|
||||||
- name: server
|
- name: server
|
||||||
image: squat/kilo
|
image: squat/kilo:0.4.1
|
||||||
args:
|
args:
|
||||||
- webhook
|
- webhook
|
||||||
- --cert-file=/run/secrets/tls/tls.crt
|
- --cert-file=/run/secrets/tls/tls.crt
|
||||||
|
Loading…
Reference in New Issue
Block a user