Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix kubernetes yaml and doc #93

Merged
merged 1 commit into from Feb 15, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion Kubernetes/README.md
Expand Up @@ -49,7 +49,8 @@ Copy file to your master node and run
WSID: 36 bytes
KEY: 88 bytes
```

- Copy the daemon-set yaml "omsagent-ds-secrets.yaml" to your host.

- Create your omsagent daemon-set by running ``` kubectl create -f omsagent-ds-secrets.yaml ```

2. Check to see whether the OMS Agent daemon-set is running fine.
Expand Down
2 changes: 1 addition & 1 deletion Kubernetes/omsagent-ds-secrets.yaml
Expand Up @@ -29,7 +29,7 @@ spec:
- mountPath: /etc/omsagent-secret
name: omsagent-secret
readOnly: true
- mountPath: /var/lib/docker/containers
- mountPath: /var/lib/docker/containers
name: containerlog-path
livenessProbe:
exec:
Expand Down