Skip to content

Commit

Permalink
Revert "Add log collector Loggie (#442)" (#506)
Browse files Browse the repository at this point in the history
* Revert "Add log collector Loggie (#442)"

This reverts commit c24d662.
  • Loading branch information
caoyingjunz authored Nov 1, 2024
1 parent 336bd24 commit 36bdc45
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 84 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ Learn about Kubez Ansible by reading the documentation online [kubez-ansible](ht
- [Cilium&Hubble](docs/apply/cilium.md)
- 日志监控
- [Loki](docs/apply/loki.md)
- [Loggie](docs/apply/loggie.md)
- [Grafana](docs/apply/grafana.md)
- [Promtail](docs/apply/promtail.md)
- [Prometheus](docs/apply/prometheus.md)
Expand Down
30 changes: 0 additions & 30 deletions ansible/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,20 +373,6 @@ promtail_version: 6.15.4
# loki server
loki_url: http://loki-gateway/loki/api/v1/push

#################
# Loggie Options
#################
enable_loggie: "no"
loggie_namespace: "{{ kubez_namespace }}"

loggie_loki_url: http://loki-gateway/loki/api/v1/push

# helm 仓库配置项
loggie_repo_name: "{{ default_repo_name }}"
loggie_repo_url: "{{ default_repo_url }}"
loggie_path: pixiuio/loggie
loggie_version: 1.4.0

##################
# metallb Options
##################
Expand Down Expand Up @@ -629,8 +615,6 @@ enable_charts:
enabled: "{{ enable_cilium | bool }}"
- name: kuberhealthy
enabled: "{{ enable_kuberhealthy | bool }}"
- name: loggie
enabled: "{{ enable_loggie | bool }}"
- name: zookeeper
enabled: "{{ enable_zookeeper | bool }}"

Expand Down Expand Up @@ -742,20 +726,6 @@ charts:
chart_extra_flags:
- create-namespace

loggie:
name: loggie
namespace: "{{ loggie_namespace }}"
repository:
name: "{{ loggie_repo_name }}"
url: "{{ loggie_repo_url }}"
chart:
path: "{{ loggie_path }}"
version: "{{ loggie_version }}"
chart_extra_vars:
sink.url: "{{ loggie_loki_url }}"
chart_extra_flags:
- create-namespace

metallb:
name: metallb
namespace: "{{ metallb_namespace }}"
Expand Down
40 changes: 0 additions & 40 deletions docs/apply/loggie.md

This file was deleted.

13 changes: 0 additions & 13 deletions etc/kubez/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,19 +248,6 @@ s3:
#promtail_path: pixiuio/promtail
#promtail_version: 6.15.4

#################
# Loggie Options
#################
#enable_loggie: "no"
#loggie_namespace: "{{ kubez_namespace }}"

#loggie_loki_url: http://loki-gateway/loki/api/v1/push
# helm 仓库配置项
#loggie_repo_name: "{{ default_repo_name }}"
#loggie_repo_url: "{{ default_repo_url }}"
#loggie_path: pixiuio/loggie
#loggie_version: 1.4.0

##################
# metallb Options
##################
Expand Down

0 comments on commit 36bdc45

Please sign in to comment.