update yaml

This commit is contained in:
Emily Moss 2021-09-03 15:27:19 -07:00
parent 162bc4def1
commit 87a67949ce
1 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
#Use this sysdig.yaml when Daemon Sets are NOT enabled on Kubernetes (minimum version 1.1.1). If Daemon Sets are available, use the other example sysdig.yaml - that is the recommended method. #Use this sysdig.yaml when Daemon Sets are NOT enabled on Kubernetes (minimum version 1.1.1). If Daemon Sets are available, use the other example sysdig.yaml - that is the recommended method.
apiVersion: v1 apiVersion: v1
kind: ReplicationController kind: ReplicationController
metadata: metadata:
name: sysdig-agent name: sysdig-agent
labels: labels:
app: sysdig-agent app: sysdig-agent
spec: spec:
replicas: 100 #REQUIRED - replace with the maximum number of slave nodes in the cluster replicas: 100 #REQUIRED - replace with the maximum number of replica nodes in the cluster
template: template:
spec: spec:
volumes: volumes:
@ -48,10 +48,10 @@ spec:
# - name: K8S_API_URI #OPTIONAL - only necessary when connecting remotely to API server # - name: K8S_API_URI #OPTIONAL - only necessary when connecting remotely to API server
# value: "http[s]://[username:passwd@]host[:port]" # value: "http[s]://[username:passwd@]host[:port]"
# - name: TAGS #OPTIONAL # - name: TAGS #OPTIONAL
# value: linux:ubuntu,dept:dev,local:nyc # value: linux:ubuntu,dept:dev,local:nyc
# - name: COLLECTOR #OPTIONAL # - name: COLLECTOR #OPTIONAL
# value: 192.168.183.200 # value: 192.168.183.200
# - name: SECURE #OPTIONAL # - name: SECURE #OPTIONAL
# value: false # value: false
# - name: CHECK_CERTIFICATE #OPTIONAL # - name: CHECK_CERTIFICATE #OPTIONAL
# value: false # value: false