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: pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-sysctl-parameters-on-nodes/guide.de-de.md
+31-18Lines changed: 31 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Adapt your Inotify parameters for your Managed Kubernetes Service deployments
3
3
excerpt: 'Adapt your Inotify parameters for your deployments which need specific Inotify parameters'
4
-
updated: 2025-01-24
4
+
updated: 2025-02-03
5
5
---
6
6
7
7
## Objective
@@ -31,31 +31,44 @@ apiVersion: apps/v1
31
31
kind: DaemonSet
32
32
metadata:
33
33
name: sysctl-tuner
34
+
namespace: kube-system
34
35
spec:
35
36
selector:
36
37
matchLabels:
37
-
name: sysctl-tuner
38
+
app: sysctl-tuner
39
+
updateStrategy:
40
+
type: RollingUpdate
38
41
template:
39
42
metadata:
40
43
labels:
41
-
name: sysctl-tuner
42
-
spec:
43
-
containers:
44
-
- name: sysctl
45
-
image: busybox
46
-
securityContext:
47
-
privileged: true
48
-
command:
49
-
- sh
50
-
- -c
51
-
- "sysctl -w fs.inotify.max_user_watches=<value>"# Define the value you need
52
-
hostNetwork: true
53
-
hostPID: true
54
-
tolerations:
55
-
- operator: "Exists"# Allow running on all nodes, including tainted ones
Define the value of the sysctl key `fs.inotify.max_user_watches` based on your applications' needs.
71
+
Define the value of the sysctl key `fs.inotify.max_user_watches` and `fs.inotify.max_user_instances` based on your applications' needs.
59
72
60
73
The DaemonSet will set the sysctl parameter `fs.inotify.max_user_watches` with the value you provided in the DaemonSet configuration on all nodes deployed into your Kubernetes Cluster.
Copy file name to clipboardExpand all lines: pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-sysctl-parameters-on-nodes/guide.en-asia.md
+31-18Lines changed: 31 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Adapt your Inotify parameters for your Managed Kubernetes Service deployments
3
3
excerpt: 'Adapt your Inotify parameters for your deployments which need specific Inotify parameters'
4
-
updated: 2025-01-24
4
+
updated: 2025-02-03
5
5
---
6
6
7
7
## Objective
@@ -31,31 +31,44 @@ apiVersion: apps/v1
31
31
kind: DaemonSet
32
32
metadata:
33
33
name: sysctl-tuner
34
+
namespace: kube-system
34
35
spec:
35
36
selector:
36
37
matchLabels:
37
-
name: sysctl-tuner
38
+
app: sysctl-tuner
39
+
updateStrategy:
40
+
type: RollingUpdate
38
41
template:
39
42
metadata:
40
43
labels:
41
-
name: sysctl-tuner
42
-
spec:
43
-
containers:
44
-
- name: sysctl
45
-
image: busybox
46
-
securityContext:
47
-
privileged: true
48
-
command:
49
-
- sh
50
-
- -c
51
-
- "sysctl -w fs.inotify.max_user_watches=<value>"# Define the value you need
52
-
hostNetwork: true
53
-
hostPID: true
54
-
tolerations:
55
-
- operator: "Exists"# Allow running on all nodes, including tainted ones
Define the value of the sysctl key `fs.inotify.max_user_watches` based on your applications' needs.
71
+
Define the value of the sysctl key `fs.inotify.max_user_watches` and `fs.inotify.max_user_instances` based on your applications' needs.
59
72
60
73
The DaemonSet will set the sysctl parameter `fs.inotify.max_user_watches` with the value you provided in the DaemonSet configuration on all nodes deployed into your Kubernetes Cluster.
Copy file name to clipboardExpand all lines: pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-sysctl-parameters-on-nodes/guide.en-au.md
+31-18Lines changed: 31 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Adapt your Inotify parameters for your Managed Kubernetes Service deployments
3
3
excerpt: 'Adapt your Inotify parameters for your deployments which need specific Inotify parameters'
4
-
updated: 2025-01-24
4
+
updated: 2025-02-03
5
5
---
6
6
7
7
## Objective
@@ -31,31 +31,44 @@ apiVersion: apps/v1
31
31
kind: DaemonSet
32
32
metadata:
33
33
name: sysctl-tuner
34
+
namespace: kube-system
34
35
spec:
35
36
selector:
36
37
matchLabels:
37
-
name: sysctl-tuner
38
+
app: sysctl-tuner
39
+
updateStrategy:
40
+
type: RollingUpdate
38
41
template:
39
42
metadata:
40
43
labels:
41
-
name: sysctl-tuner
42
-
spec:
43
-
containers:
44
-
- name: sysctl
45
-
image: busybox
46
-
securityContext:
47
-
privileged: true
48
-
command:
49
-
- sh
50
-
- -c
51
-
- "sysctl -w fs.inotify.max_user_watches=<value>"# Define the value you need
52
-
hostNetwork: true
53
-
hostPID: true
54
-
tolerations:
55
-
- operator: "Exists"# Allow running on all nodes, including tainted ones
Define the value of the sysctl key `fs.inotify.max_user_watches` based on your applications' needs.
71
+
Define the value of the sysctl key `fs.inotify.max_user_watches` and `fs.inotify.max_user_instances` based on your applications' needs.
59
72
60
73
The DaemonSet will set the sysctl parameter `fs.inotify.max_user_watches` with the value you provided in the DaemonSet configuration on all nodes deployed into your Kubernetes Cluster.
Copy file name to clipboardExpand all lines: pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-sysctl-parameters-on-nodes/guide.en-ca.md
+31-18Lines changed: 31 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Adapt your Inotify parameters for your Managed Kubernetes Service deployments
3
3
excerpt: 'Adapt your Inotify parameters for your deployments which need specific Inotify parameters'
4
-
updated: 2025-01-24
4
+
updated: 2025-02-03
5
5
---
6
6
7
7
## Objective
@@ -31,31 +31,44 @@ apiVersion: apps/v1
31
31
kind: DaemonSet
32
32
metadata:
33
33
name: sysctl-tuner
34
+
namespace: kube-system
34
35
spec:
35
36
selector:
36
37
matchLabels:
37
-
name: sysctl-tuner
38
+
app: sysctl-tuner
39
+
updateStrategy:
40
+
type: RollingUpdate
38
41
template:
39
42
metadata:
40
43
labels:
41
-
name: sysctl-tuner
42
-
spec:
43
-
containers:
44
-
- name: sysctl
45
-
image: busybox
46
-
securityContext:
47
-
privileged: true
48
-
command:
49
-
- sh
50
-
- -c
51
-
- "sysctl -w fs.inotify.max_user_watches=<value>"# Define the value you need
52
-
hostNetwork: true
53
-
hostPID: true
54
-
tolerations:
55
-
- operator: "Exists"# Allow running on all nodes, including tainted ones
Define the value of the sysctl key `fs.inotify.max_user_watches` based on your applications' needs.
71
+
Define the value of the sysctl key `fs.inotify.max_user_watches` and `fs.inotify.max_user_instances` based on your applications' needs.
59
72
60
73
The DaemonSet will set the sysctl parameter `fs.inotify.max_user_watches` with the value you provided in the DaemonSet configuration on all nodes deployed into your Kubernetes Cluster.
Copy file name to clipboardExpand all lines: pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-sysctl-parameters-on-nodes/guide.en-gb.md
+31-18Lines changed: 31 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Adapt your Inotify parameters for your Managed Kubernetes Service deployments
3
3
excerpt: 'Adapt your Inotify parameters for your deployments which need specific Inotify parameters'
4
-
updated: 2025-01-24
4
+
updated: 2025-02-03
5
5
---
6
6
7
7
## Objective
@@ -31,31 +31,44 @@ apiVersion: apps/v1
31
31
kind: DaemonSet
32
32
metadata:
33
33
name: sysctl-tuner
34
+
namespace: kube-system
34
35
spec:
35
36
selector:
36
37
matchLabels:
37
-
name: sysctl-tuner
38
+
app: sysctl-tuner
39
+
updateStrategy:
40
+
type: RollingUpdate
38
41
template:
39
42
metadata:
40
43
labels:
41
-
name: sysctl-tuner
42
-
spec:
43
-
containers:
44
-
- name: sysctl
45
-
image: busybox
46
-
securityContext:
47
-
privileged: true
48
-
command:
49
-
- sh
50
-
- -c
51
-
- "sysctl -w fs.inotify.max_user_watches=<value>"# Define the value you need
52
-
hostNetwork: true
53
-
hostPID: true
54
-
tolerations:
55
-
- operator: "Exists"# Allow running on all nodes, including tainted ones
Define the value of the sysctl key `fs.inotify.max_user_watches` based on your applications' needs.
71
+
Define the value of the sysctl key `fs.inotify.max_user_watches` and `fs.inotify.max_user_instances` based on your applications' needs.
59
72
60
73
The DaemonSet will set the sysctl parameter `fs.inotify.max_user_watches` with the value you provided in the DaemonSet configuration on all nodes deployed into your Kubernetes Cluster.
0 commit comments