Skip to content

Commit

Permalink
salt: deploy logging stack during MetalK8s install
Browse files Browse the repository at this point in the history
For now it only deploys loki, but it'll
also include Fluent Bit installation.

Refs: #2682
  • Loading branch information
alexandre-allard authored and TeddyAndrieux committed Aug 6, 2020
1 parent f956fc8 commit c26e51b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions salt/metalk8s/addons/logging/deployed/init.sls
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include:
- .namespace
- metalk8s.addons.logging.loki.deployed
2 changes: 2 additions & 0 deletions salt/metalk8s/addons/logging/loki/deployed/init.sls
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include:
- .chart
1 change: 1 addition & 0 deletions salt/metalk8s/deployed.sls
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ include:
- metalk8s.addons.ui.deployed
- metalk8s.addons.dex.deployed
- metalk8s.addons.prometheus-adapter.deployed
- metalk8s.addons.logging.deployed

0 comments on commit c26e51b

Please sign in to comment.