Skip to content

Commit

Permalink
chore: support deselection of metrics-server (#193)
Browse files Browse the repository at this point in the history
## Description

Switches metrics-server from required to default to support deselecting
it when you want to use a k8s distro default metrics-server.

## Related Issue

Related to #176

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [x] Other (security config, docs update, etc)

## Checklist before merging

- [x] Test, docs, adr added or updated as needed
- [x] [Contributor Guide
Steps](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)(https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md#submitting-a-pull-request)
followed
  • Loading branch information
mjnagel authored Feb 20, 2024
1 parent b01e629 commit 289a0fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ UDS Core establishes a secure baseline for cloud-native systems and ships with c
- [Grafana](https://grafana.com/oss/grafana/) - Monitoring
- [Istio](https://istio.io/) - Service Mesh
- [Loki](https://grafana.com/oss/loki/) - Log Aggregation
- [Metrics Server](https://github.com/kubernetes-sigs/metrics-server) - Metrics
- [Metrics Server](https://github.com/kubernetes-sigs/metrics-server)* - Metrics
- [Neuvector](https://open-docs.neuvector.com/) - Container Security
- [Pepr](https://pepr.dev) - UDS policy engine & operator
- [Prometheus Stack](https://github.com/prometheus-operator/kube-prometheus) - Monitoring
- [Promtail](https://grafana.com/docs/loki/latest/send-data/promtail/) - Log Aggregation

*Supports component deselection to use a Kubernetes distribution provided metrics-server.

#### Future Applications

- [Authservice](https://github.com/istio-ecosystem/authservice) - Authorization
Expand Down
3 changes: 2 additions & 1 deletion packages/standard/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ components:

# Metrics Server
- name: metrics-server
required: true
# default instead of required to support deselection to use a distro-default metrics-server
default: true
import:
path: ../../src/metrics-server

Expand Down

0 comments on commit 289a0fe

Please sign in to comment.