Go to file
Nicolas cda371e74f fix: change start_at to beginning to read existing logs
- Change start_at from end to beginning
- This should allow OpenTelemetry Collector to read existing log content
- May cause duplicate logs but should make logs visible in Grafana
2025-09-22 21:38:59 +08:00
3rd
aml-services
apps feat(helm): add helm package codes for secret operator 2025-08-18 11:24:07 +08:00
assets
cluster
diagrams chore: remove Jenkinsfile for ailab service 2025-07-14 16:31:16 +08:00
docs feat: add dashboard intergration guideline 2025-09-22 17:42:50 +08:00
first-class-pipeline
freeleaps fix: change start_at to beginning to read existing logs 2025-09-22 21:38:59 +08:00
freeleaps-devops-reconciler 更新 freeleaps-devops-reconciler/helm-pkg/reconciler/values.prod.yaml 2025-09-19 07:37:25 +00:00
freeleaps-secret-operator feat(rbac): add additional apiGroup for clusterkopfpeerings in rbac.yaml 2025-08-18 14:45:21 +08:00
infra
jobs
magicleaps
migrate
.gitattributes
.gitignore
.gitmodules
CHANGELOG.md
README.md
VERSION

Freeleaps Ops

All GitOps relates manifests or scripts.

Introduce

This repo has stored all manifests files of Freeleaps productions, infrastructures and cluster.

The project layout is follow this pattern:

layout

How to use ?

Please do not edit files under this repo if you do not know what you doing.

This repo files are managed by CI/CD services (Jenkins, Argo CD etc,.).

About cluster folder

P.S. THIS FOLDER IS ONLY USED FOR CLUSTER ADMINISTRATOR, YOU MUST KNOW WHAT YOU DOING BEFORE YOU MODIFY IT.

If you want to working with cluster folder, you must set-up local maintaining environment first.
You need make sure you have Python 3 environment in local and Ansible already installed.
And you need to make sure run git submodule update --init --recursive to clone kubespray repo before you start to work.

cluster folder stores the infrastructure components, applications manifests and kubespray configuration files for entire cluster.

cluster/manifests/<namespace>/<component> stores the manifests of components or applications.

cluster/ansible/ see cluster/ansible/README.md