Skip to content

Commit

Permalink
Update onboarding_instructions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saaror authored Oct 8, 2020
1 parent 0ed10f8 commit d24c951
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions Health/onboarding_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,28 @@ For on-boarding to Health(Tab), you would need to complete two steps


## Configure agent through ConfigMap
1. Include the following section in ConfigMap yaml file
1. If you are configuring your existing ConfigMap, append the following section in your existing ConfigMap yaml file
```
#Append this section in your existing configmap
agent-settings: |-
# agent health model feature settings
[agent_settings.health_model]
# In the absence of this configmap, default value for enabled is false
enabled = true
```
2. Run the following kubectl command:
2. Else if you don't have ConfigMap, download the new ConfigMap from [here.](https://github.com/microsoft/OMS-docker/blob/ci_feature_prod/Kubernetes/container-azm-ms-agentconfig.yaml) & then set `enabled =true`

This comment has been minimized.

Copy link
@rashmichandrashekar

rashmichandrashekar Oct 8, 2020

Contributor

the link should be to the docker-provider repo - https://github.com/microsoft/Docker-Provider/blob/ci_dev/kubernetes/container-azm-ms-agentconfig.yaml

And since this setting doesnt exist in the public doc, they need to append it here too.


```
#For new downloaded configmap enabled this default setting to true
agent-settings: |-
# agent health model feature settings
[agent_settings.health_model]
# In the absence of this configmap, default value for enabled is false
enabled = true
```


3. Run the following kubectl command:
`kubectl apply -f <configmap_yaml_file.yaml>`

Example: `kubectl apply -f container-azm-ms-agentconfig.yaml`.
Expand Down

0 comments on commit d24c951

Please sign in to comment.