Skip to content

Commit

Permalink
suppress excess logging traefik in /var/lib/docker (fixes file system…
Browse files Browse the repository at this point in the history
… full problem)
  • Loading branch information
justb4 committed Sep 17, 2018
1 parent 7cee4f5 commit 1f6bc75
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/platform/kubernetes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,20 @@ Links to the main artefacts related to Kubernetes deployment:
* GitHub repositories for all SE Docker Images: https://github.com/smartemission
* Docker Images repo: https://hub.docker.com/r/smartemission

Setup
=====

Setting up local environment to interact with K8s cluster on Azure.

Mac OSX
-------

Using Homebrew. Need to install `kubernetes-cli` and `az-cli`: ::

$ brew install azure-cli
$ brew install kubernetes-cli

Updating
========

Expand Down
2 changes: 1 addition & 1 deletion services/traefik/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:

container_name: traefik

command: --docker --logLevel=DEBUG
command: --docker --logLevel=ERROR

networks:
- se_front
Expand Down

0 comments on commit 1f6bc75

Please sign in to comment.