You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: staging/sysdig-cloud/sysdig-rc.yaml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
#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.
2
2
3
3
apiVersion: v1
4
-
kind: ReplicationController
4
+
kind: ReplicationController
5
5
metadata:
6
6
name: sysdig-agent
7
7
labels:
8
8
app: sysdig-agent
9
9
spec:
10
-
replicas: 100#REQUIRED - replace with the maximum number of slave nodes in the cluster
10
+
replicas: 100#REQUIRED - replace with the maximum number of replica nodes in the cluster
11
11
template:
12
12
spec:
13
13
volumes:
@@ -48,10 +48,10 @@ spec:
48
48
# - name: K8S_API_URI #OPTIONAL - only necessary when connecting remotely to API server
0 commit comments