Commit Graph

126 Commits

Author SHA1 Message Date
Jon
49bf414caa refactor(network_policy): move network policy to template
!8
2024-02-05 11:31:39 +09:30
Jon
36ee3a10ff feat(role): dynamically add roles to all available namesapces
!8
2024-02-05 10:38:28 +09:30
Jon
6a20b69910 docs(values): notate remotewirte configured seperatly
!8
2024-02-05 10:25:52 +09:30
Jon
1fd5e49247 refactor(prometheus_rule): correct common rules name
!8
2024-02-04 20:26:39 +09:30
Jon
5323377852 fix(prometheus): use alertmanager instance name
!8
2024-02-04 20:24:46 +09:30
Jon
4e8f25ec3d refactor(prometheus_rule): move watchdog and info inhibitor to common rules file
these rules ar for all metrics rules

!8
2024-02-04 20:22:58 +09:30
Jon
cb12f338f1 fix(prometheus_rule): dont deploy loki rules of not configured
!8
2024-02-04 20:12:45 +09:30
Jon
39af78c6ea fix(prometheus_rule): use instance name instead of hard coded value
!8
2024-02-04 20:05:28 +09:30
Jon
73f25cfaa2 feat(prometheus_rule): add node exporter absent alert for ALL nodes
!8
2024-02-04 19:58:15 +09:30
Jon
beaa4f4896 fix(calico): use the operator created ns for monitoring
!8
2024-02-04 17:33:16 +09:30
Jon
e8b4b5a00b fix(ingress): move from values to template for dynomagic setup
!8
2024-02-04 17:07:31 +09:30
Jon
490e497d15 refactor: remove k8s and use release name for instance
!8
2024-02-04 17:06:39 +09:30
Jon
38f08985f5 fix(values): fix service_monitor variable
!8
2024-02-04 16:07:49 +09:30
Jon
c7746122cd fix(prometheus): service monitor missing close
!8
2024-02-04 15:56:50 +09:30
Jon
57a1706590 chore: set values.yaml to have sensible defaults
!8
2024-02-04 15:55:16 +09:30
Jon
bdb555a4b5 feat: turn off k8s non-metrics server deployed features
!8
2024-02-04 15:51:28 +09:30
Jon
bdb3a09c2b feat(kube_monitor_proxy): don't deploy if not enabled
!8
2024-02-04 15:49:43 +09:30
Jon
9c35a4d140 feat(kube_state_metrics): don't deploy if not enabled
!8
2024-02-04 15:38:19 +09:30
Jon
bc4d72ff8e feat(service_monitor): don't deploy if not enabled
!8
2024-02-04 15:33:50 +09:30
Jon
e13d55e61e feat(grafana_agent): not enable if not configured
!8
2024-02-04 15:08:53 +09:30
Jon
257da9cd38 fix(prometheus): configurable image and tag
!8
2024-02-04 15:07:13 +09:30
Jon
106f2e6ec8 feat(prometheus): configurable remote write
!8
2024-02-04 15:06:44 +09:30
Jon
f1c54567a7 feat(prometheus): configurable replicas
!8
2024-02-04 15:06:16 +09:30
Jon
cd2bceec3a feat(thanos_sidecar): if enabled must also be configured for deploy to occur
!8
2024-02-04 15:04:24 +09:30
Jon
18649086b5 feat(alertmanager): instance name set to pod name
!8
2024-02-04 15:02:34 +09:30
Jon
e0cb8f57e2 feat(grafana): enabled/disabled configurable
!8
2024-02-04 15:02:00 +09:30
Jon
c5bb46f48a feat(alertmanager): configurable replicas
!8
2024-02-04 14:58:08 +09:30
103a529184 Merge branch 'automated-tasks' into 'development'
chore(website-template): Automated update of git sub-module

See merge request nofusscomputing/projects/kubernetes_monitoring!7
2024-02-02 13:12:16 +00:00
51a187bb75 chore(git): updated submodule gitlab-ci
Automation Data:
{
    "branch": "development",
    "current_commit": "a5a9fa44374107657b2587ce52607d96a825be56)",
    "name": "gitlab-ci",
    "path": "/builds/nofusscomputing/projects/kubernetes_monitoring/_automation_/gitlab-ci",
    "remote_head": "bea398200f838736c6111a399478667df37435cb)",
    "remote_name": "origin",
    "url": "https://gitlab.com/nofusscomputing/projects/gitlab-ci.git"
}

Changes: Submodule path gitlab-ci: checked out bea398200f838736c6111a399478667df37435cb

MR !7
2024-02-02 13:11:36 +00:00
f613ba29cd chore(git): updated submodule website-template
Automation Data:
{
    "branch": "development",
    "current_commit": "992b54805b8b6c78a3d2a5ea7de71c7be2b070c8)",
    "name": "website-template",
    "path": "/builds/nofusscomputing/projects/kubernetes_monitoring/_automation_/website-template",
    "remote_head": "2bcc17652babd4027e7245c6367841e2580ec317)",
    "remote_name": "origin",
    "url": "https://gitlab.com/nofusscomputing/infrastructure/website-template.git"
}

Changes: Submodule path website-template: checked out 2bcc17652babd4027e7245c6367841e2580ec317

MR !7
2024-02-02 13:11:27 +00:00
Jon
3eafca6c41 feat(nfc_automation): add automation file
!5
2024-02-02 22:32:19 +09:30
f406e891b7 build(version): bump version 0.2.0rc0 → 0.2.0 0.2.0 2023-11-19 15:09:48 +00:00
Jon
61289121e2 Merge branch '2-fix-multiple-issues' into 'development'
fix: multiple

See merge request nofusscomputing/projects/kubernetes_monitoring!5
2023-11-19 14:17:02 +00:00
Jon
11563741a9 fix(ingress): underscore removed from ingress name
!5 nofusscomputing/infrastructure/configuration-management/inventory-production!3
2023-11-19 18:40:37 +09:30
Jon
33883ec640 fix(ingress): function bool not defined
!5 nofusscomputing/infrastructure/configuration-management/inventory-production!3
2023-11-19 18:31:28 +09:30
Jon
562bb7d6f5 feat(prometheus): added config for ingress
!5 nofusscomputing/infrastructure/configuration-management/inventory-production!3
2023-11-19 18:03:17 +09:30
Jon
26a78bdb33 feat(grafana): added config for ingress
!5 nofusscomputing/infrastructure/configuration-management/inventory-production!3
2023-11-19 18:02:38 +09:30
Jon
65534660dd feat(alert_manager): added config for ingress
!5 nofusscomputing/infrastructure/configuration-management/inventory-production!3
2023-11-19 18:00:22 +09:30
Jon
593d73e4c6 fix(grafana): PVC access mode default to ReadWriteOnce
option is also configurable

!5 nofusscomputing/infrastructure/configuration-management/project-production!4
2023-11-19 15:01:15 +09:30
Jon
b6d0b18ece fix(prometheus): use correct variable for storage values
!5 nofusscomputing/infrastructure/configuration-management/project-production!4
2023-11-19 13:24:49 +09:30
b438599db4 build(version): bump version 0.1.0 → 0.2.0rc0 0.2.0rc0 2023-11-06 08:22:43 +00:00
Jon
6f83fb5406 Merge branch 'bits-and-bobs' into 'development'
chore: randomz

See merge request nofusscomputing/projects/kubernetes_monitoring!4
2023-11-06 08:19:53 +00:00
Jon
b047f33e27 feat(Grafana): Configure grafana from values.yaml
!4
2023-09-30 12:14:47 +09:30
Jon
0c296c173e feat(GrafanaAgent): Network Policy added
!4
2023-09-29 19:11:16 +09:30
Jon
7164bb2e0b feat(grafana): Network Policy added
!4
2023-09-29 19:10:53 +09:30
Jon
ae35e704e3 feat(prometheus): Network Policy added
!4
2023-09-29 19:10:31 +09:30
Jon
5c62055d2f feat(NetworkPolicy): configure from values.yaml
!4
2023-09-29 19:09:50 +09:30
Jon
03affbee80 feat(labels): lables moved to values.yaml
!4
2023-09-29 19:08:48 +09:30
Jon
65b61ecf54 feat(graph): add ceph size/used to dashboard
!4
2023-09-29 10:57:28 +09:30
Jon
cf38a4156a refactor(grafana_datasources): default prom set to thanos
!4
2023-09-28 09:09:53 +09:30