UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Unverified Commit 25a408da authored by Micah Nagel's avatar Micah Nagel :moneybag: Committed by GitHub
Browse files

fix: revert "chore: support deselection of metrics-server" (#196)

Reverts defenseunicorns/uds-core#193

Reverting this due to
https://github.com/defenseunicorns/zarf/issues/2320

Resolves https://github.com/defenseunicorns/uds-core/issues/195

Also added a temporary task addition to make sure that tasks can run and
succeed.
parent 09c9447f
No related branches found
No related tags found
No related merge requests found
......@@ -9,14 +9,12 @@ 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
......
......@@ -44,8 +44,7 @@ components:
# Metrics Server
- name: metrics-server
# default instead of required to support deselection to use a distro-default metrics-server
default: true
required: true
import:
path: ../../src/metrics-server
......
......@@ -35,7 +35,7 @@ tasks:
setVariables:
- name: LATEST_VERSION
- description: "Deploy the latest UDS Core package release"
cmd: uds zarf package deploy oci://ghcr.io/defenseunicorns/packages/uds/core:${LATEST_VERSION} --confirm
cmd: uds zarf package deploy oci://ghcr.io/defenseunicorns/packages/uds/core:${LATEST_VERSION} --confirm --components="metrics-server" # Temporary addition to workaround https://github.com/defenseunicorns/zarf/issues/2320
- name: standard-package
actions:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment