UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 099213ac authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Update os_preconfiguration.md with AKS specific item

parent 6509c33e
No related branches found
No related tags found
2 merge requests!1658Draft: Merge branch 'tempo_tracing_updates' into 'master',!1379Update os_preconfiguration.md with AKS specific item
......@@ -18,6 +18,18 @@ sudo sysctl -w vm.max_map_count=262144 #(ECK crash loops without this)
More information can be found from elasticsearch's documentation [here](https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-virtual-memory.html#k8s-virtual-memory)
### AKS Configuration
Ensure this block is present in the terraform configuration for the `azurerm_kubernetes_cluster_node_pool` resource section for your AKS cluster:
```yaml
linux_os_config {
sysctl_config {
vm_max_map_count = 262144
}
}
```
## SELinux specific configuration:
* If SELinux is enabled and the OS hasn't received additional pre-configuration, then users will see istio init-container crash loop.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment