Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117754069
vector-daemonset.yaml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
2 KB
Referenced Files
None
Subscribers
None
vector-daemonset.yaml
View Options
{{
- if not .Values.openshift -
}}
apiVersion
:
apps/v1
kind
:
DaemonSet
metadata
:
name
:
vector
namespace
:
kube-system
labels
:
app
:
vector
spec
:
selector
:
matchLabels
:
app
:
vector
template
:
metadata
:
annotations
:
checksum/config
:
{{
include (print $.Template.BasePath "/vector-configmap.yaml") . | sha256sum
}}
labels
:
app
:
vector
vector.dev/exclude
:
"true"
spec
:
serviceAccountName
:
vectorserviceaccount
tolerations
:
-
key
:
CriticalAddonsOnly
operator
:
Exists
-
effect
:
NoSchedule
key
:
node-role.kubernetes.io/control-plane
operator
:
Exists
-
effect
:
NoSchedule
key
:
node-role.kubernetes.io/master
operator
:
Exists
{{
- if .Values.image.pullSecret
}}
imagePullSecrets
:
-
name
:
registry-pull-secret
{{
- end
}}
hostPID
:
true
containers
:
-
name
:
vector
image
:
{{
.Values.image.vectorImage
}}
imagePullPolicy
:
{{
.Values.image.pullPolicy
}}
securityContext
:
runAsNonRoot
:
false
# Required to read logs from /var/log
runAsUser
:
0
env
:
-
name
:
VECTOR_LOG
value
:
"info"
-
name
:
VECTOR_SELF_NODE_NAME
valueFrom
:
fieldRef
:
fieldPath
:
spec.nodeName
-
name
:
VECTOR_SELF_POD_NAME
valueFrom
:
fieldRef
:
fieldPath
:
metadata.name
-
name
:
VECTOR_SELF_POD_NAMESPACE
valueFrom
:
fieldRef
:
fieldPath
:
metadata.namespace
-
name
:
PROCFS_ROOT
value
:
"/host/proc"
-
name
:
SYSFS_ROOT
value
:
"/host/sys"
ports
:
-
containerPort
:
9598
name
:
prometheus
volumeMounts
:
-
name
:
varlog
mountPath
:
/var/log
readOnly
:
true
-
name
:
config
mountPath
:
/config/vector.yaml
subPath
:
vector.yaml
-
name
:
procfs
mountPath
:
/host/proc
readOnly
:
true
-
name
:
sysfs
mountPath
:
/host/sys
readOnly
:
true
-
name
:
data
mountPath
:
/data
-
name
:
root
mountPath
:
/host/root
mountPropagation
:
HostToContainer
terminationGracePeriodSeconds
:
30
volumes
:
-
name
:
varlog
hostPath
:
path
:
/var/log
-
name
:
config
configMap
:
name
:
vector
-
name
:
procfs
hostPath
:
path
:
/proc
-
name
:
sysfs
hostPath
:
path
:
/sys
-
name
:
data
emptyDir
:
{}
-
name
:
root
hostPath
:
path
:
/
---
{{
- if .Values.image.pullSecret
}}
apiVersion
:
v1
kind
:
Secret
metadata
:
name
:
registry-pull-secret
namespace
:
kube-system
type
:
kubernetes.io/dockerconfigjson
data
:
.dockerconfigjson
:
{{
.Values.image.pullSecret
}}
{{
- end
}}
{{
- end
}}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 4, 6:34 AM (1 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ef/cb/eb3d9b8474e1dd64452ce13892e5
Default Alt Text
vector-daemonset.yaml (2 KB)
Attached To
Mode
R114 kolab-infrastructure
Attached
Detach File
Event Timeline