Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Feb 19, 2024
1 parent 109ea29 commit 0cff133
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,12 @@ spec:
value: "262144"
```

To disable the kernetSetting `initContainer`, set the `kernelSettings` to empty (`{}`) .
To disable the kernetSetting `initContainer`, set the `kernelSettings.disableDefaults` to `true` .

```yaml
spec:
kernelSettings: {}
kernelSettings:
disableDefaults: true
```

> Note: Make sure that `vm.max_map_count` is greater or equal to `262144`, otherwise the Elasticsearch may fail to bootstrap.
Expand Down
4 changes: 2 additions & 2 deletions content/docs/v2024.2.14/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ Want to contribute to KubeDB?

## Getting Help

To speak with us, please leave a message on [our website](https://appscode.com/contact/). To receive product announcements, follow us on [Twitter](https://x.com/KubeDB).
To speak with us, please leave a message on [our website](https://appscode.com/contact/). To receive product announcements, follow us on [Twitter](https://twitter.com/KubeDB).

## Bugs/Feature request

If you have found a bug with KubeDB or want to request for new features, please [file an issue](https://github.com/kubedb/project/issues/new).

## Spread the word

If you have written blog post or tutorial on KubeDB, please share it with us on [Twitter](https://x.com/KubeDB).
If you have written blog post or tutorial on KubeDB, please share it with us on [Twitter](https://twitter.com/KubeDB).
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,12 @@ spec:
value: "262144"
```

To disable the kernetSetting `initContainer`, set the `kernelSettings` to empty (`{}`) .
To disable the kernetSetting `initContainer`, set the `kernelSettings.disableDefaults` to `true` .

```yaml
spec:
kernelSettings: {}
kernelSettings:
disableDefaults: true
```

> Note: Make sure that `vm.max_map_count` is greater or equal to `262144`, otherwise the Elasticsearch may fail to bootstrap.
Expand Down
2 changes: 1 addition & 1 deletion content/docs/v2024.2.14/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ info:

# Support

To speak with us, please leave a message on [our website](https://appscode.com/contact/). To receive product announcements, follow us on [Twitter](https://x.com/KubeDB).
To speak with us, please leave a message on [our website](https://appscode.com/contact/). To receive product announcements, follow us on [Twitter](https://twitter.com/KubeDB).

If you have found a bug with KubeDB or want to request for new features, please [file an issue](https://github.com/kubedb/project/issues/new).
9 changes: 9 additions & 0 deletions data/authors/saurov-chandra-biswas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "Saurov Chandra Biswas",
"designation": "Software Engineer",
"biography": "Saurov Chandra Biswas is a Software Engineer, working at AppsCode Inc.",
"profile": "/assets/images/authors/profile-photos-84x84/saurov-chandra-biswas.jpg",
"email": "[email protected]",
"github": "https://github.com/souravbiswassanto",
"linkedin": "https://www.linkedin.com/in/sourav-biswas-santo/"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0cff133

Please sign in to comment.