Skip to content

Commit

Permalink
chore: remove logging from init package
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Rodriguez committed Jun 14, 2024
1 parent 7415967 commit e52f257
Show file tree
Hide file tree
Showing 41 changed files with 28 additions and 1,598 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
# NOTE: "PATH=$PATH" preserves the default user $PATH. This is needed to maintain the version of zarf installed
# in a previous step. This test run will the current release to create a K3s cluster.
run: |
sudo env "PATH=$PATH" CI=true zarf init --components k3s,git-server,logging --nodeport 31337 --confirm
sudo env "PATH=$PATH" CI=true zarf init --components k3s,git-server --nodeport 31337 --confirm
# Before we run the regular tests we need to aggressively cleanup files to reduce disk pressure
- name: Cleanup files
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ Zarf eliminates the [complexity of air gap software delivery](https://www.itopst
- [Publish](https://docs.zarf.dev/commands/zarf_package_publish), [pull](https://docs.zarf.dev/commands/zarf_package_pull), and [deploy](https://docs.zarf.dev/commands/zarf_package_deploy) packages from an [OCI registry](https://opencontainers.org/)
- Powerful component lifecycle [actions](https://docs.zarf.dev/ref/actions)
- Deploy a new cluster while fully disconnected with [K3s](https://k3s.io/) or into any existing cluster using a [kube config](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/)
- Builtin logging stack with [Loki](https://grafana.com/oss/loki/)
- Built-in Git server with [Gitea](https://gitea.io/en-us/)
- Built-in Docker registry
- Builtin [K9s Dashboard](https://k9scli.io/) for managing a cluster from the terminal
Expand Down
8 changes: 0 additions & 8 deletions packages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@ Users who rely heavily on GitOps find it useful to deploy an internal Git reposi
zarf init --components=git-server
```

## Logging PGL

The Logging PGL package deploys the Promtail, Grafana, and Loki stack which aggregates logs from different containers and presents them in a web dashboard. This is useful as a quick way to get logging into a cluster when you otherwise wouldn't be bringing over a logging stack.

```bash
zarf init --components=logging
```

## Zarf Agent

The Zarf Agent is a mutating admission controller used to modify the image property within a PodSpec. The purpose is to redirect it to Zarf's configured registry instead of the the original registry (such as DockerHub, GHCR, or Quay). Additionally, the webhook attaches the appropriate `ImagePullSecret` for the seed registry to the pod. This configuration allows the pod to successfully retrieve the image from the seed registry, even when operating in an air-gapped environment.
Expand Down
12 changes: 0 additions & 12 deletions packages/logging-pgl/connect.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions packages/logging-pgl/pgl-values.yaml

This file was deleted.

49 changes: 0 additions & 49 deletions packages/logging-pgl/zarf.yaml

This file was deleted.

58 changes: 0 additions & 58 deletions site/public/tutorials/logging_credentials.html

This file was deleted.

Loading

0 comments on commit e52f257

Please sign in to comment.