https://github.com/tjungbauer/openshift-cluster-bootstrap
⛔️ DEPRECATED OpenShift Cluster GitOps Bootstrap
https://github.com/tjungbauer/openshift-cluster-bootstrap
archived deprecated gitops helm-charts kubernetes obsolete openshift
Last synced: 3 days ago
JSON representation
⛔️ DEPRECATED OpenShift Cluster GitOps Bootstrap
- Host: GitHub
- URL: https://github.com/tjungbauer/openshift-cluster-bootstrap
- Owner: tjungbauer
- Created: 2021-11-19T18:32:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T06:16:00.000Z (over 1 year ago)
- Last Synced: 2024-07-12T05:53:16.516Z (over 1 year ago)
- Topics: archived, deprecated, gitops, helm-charts, kubernetes, obsolete, openshift
- Language: YAML
- Homepage: https://charts.stderr.at/
- Size: 2.05 MB
- Stars: 7
- Watchers: 2
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](http://unmaintained.tech/)
# DEPRECATED
This repository was replaced by https://github.com/tjungbauer/openshift-clusterconfig-gitops please use the new repo.
## openshift-cluster-bootstrap
This repository demonstrate the usage of OpenShift-GitOps and a secrets manager like Sealed Secrets or Hashicorp Vault.
The focus lies on main cluster configuration.
This repository is never to be considered as finished ever, since new cluster configuration may happen at any time.
## Initialize
Before gitops can be used some basic setup must be done. A shell script has been prepared to do that for you:
1. Deploy the OpenShift GitOps operator:
```
./init_GitOps.sh
```
This will deploy the Redhat Gitops operator, the Application of Applications and optionally Sealed Secrets and/or Hashicorp Vault.
NOTE: Hashicorp Vault is as of today installed only. Nothing else is done yet.
2. Download the Sealed Secret certificate for this specific cluster.
The following script will store the certificate into ~/.bitname/
```
./scripts/sealed_secrets/get-sealed-secret-key.sh
```
## Help Charts Repository
Most Helm Charts can be found at: https://charts.stderr.at/