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.en-gb.md
+8-8Lines changed: 8 additions & 8 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
-
title: Adapt your Inotify parameters for your deployments
3
-
excerpt: 'Adapt your Inotify parameters for your deployments which needs to have specific Inotify parameters'
4
-
updated: 2025-01-09
2
+
title: Adapt your Inotify parameters for your Managed Kubernetes Service deployments
3
+
excerpt: 'Adapt your Inotify parameters for your deployments which need specific Inotify parameters'
4
+
updated: 2025-01-13
5
5
---
6
6
7
7
## Objective
@@ -17,14 +17,14 @@ This guide will cover the modification of the Sysctl parameters which takes in c
17
17
- Access to the [OVHcloud Control Panel](/links/manager)
18
18
- An OVHcloud Managed Kubernetes cluster
19
19
- Access to your OVHcloud Managed Kubernetes cluster through the Kubeconfig file
20
-
- You must have the [`kubectl`](https://kubernetes.io/docs/reference/kubectl/overview/){.external} command-line tool installed
20
+
- You must have the [kubectl](https://kubernetes.io/docs/reference/kubectl/overview/){.external} command-line tool installed
21
21
- Your Kubeconfig is exported into your terminal following this guide : [Configuring Kubectl](/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster)
22
22
23
23
## Instructions
24
24
25
25
### Step 1: Create a privileged DaemonSet and define the value to modify
26
26
27
-
Create a YAML named ```sysctl-tuner-daemonset.yaml``` with the content below:
27
+
Create a YAML named `sysctl-tuner-daemonset.yaml` with the content below:
28
28
29
29
```yaml
30
30
apiVersion: apps/v1
@@ -55,9 +55,9 @@ spec:
55
55
- operator: "Exists"# Allow running on all nodes, including tainted ones
56
56
```
57
57
58
-
And define the value of the sysctl key ```fs.inotify.max_user_watches``` based on your applications' needs.
58
+
Define the value of the sysctl key `fs.inotify.max_user_watches` based on your applications' needs.
59
59
60
-
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.
60
+
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