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 committed Aug 10, 2020
1 parent 66b2913 commit 1c8218c
Show file tree
Hide file tree
Showing 3 changed files with 3 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
1 change: 1 addition & 0 deletions salt/metalk8s/addons/logging/loki/deployed/init.sls
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include:
- .chart
- .storageclass
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 1c8218c

Please sign in to comment.