{"id":13618568,"url":"https://github.com/brainfair/awesome-flux-crds","last_synced_at":"2026-01-25T16:23:34.020Z","repository":{"id":216541995,"uuid":"739526541","full_name":"brainfair/awesome-flux-crds","owner":"brainfair","description":"This repository contains Custom Resource Definitions (CRDs) from popular Kubernetes operators installed via FluxCD v2.","archived":false,"fork":false,"pushed_at":"2025-12-23T13:58:12.000Z","size":68,"stargazers_count":16,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-25T03:38:18.088Z","etag":null,"topics":["flux","flux2","fluxcd","gitops","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"YAML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brainfair.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-05T19:28:07.000Z","updated_at":"2025-12-23T13:58:16.000Z","dependencies_parsed_at":"2025-12-10T23:02:53.715Z","dependency_job_id":null,"html_url":"https://github.com/brainfair/awesome-flux-crds","commit_stats":null,"previous_names":["brainfair/awesome-flux-crds"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brainfair/awesome-flux-crds","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainfair%2Fawesome-flux-crds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainfair%2Fawesome-flux-crds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainfair%2Fawesome-flux-crds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainfair%2Fawesome-flux-crds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brainfair","download_url":"https://codeload.github.com/brainfair/awesome-flux-crds/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainfair%2Fawesome-flux-crds/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28755258,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T13:59:49.818Z","status":"ssl_error","status_checked_at":"2026-01-25T13:59:33.728Z","response_time":113,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flux","flux2","fluxcd","gitops","kubernetes"],"created_at":"2024-08-01T21:00:26.011Z","updated_at":"2026-01-25T16:23:33.989Z","avatar_url":"https://github.com/brainfair.png","language":"YAML","funding_links":["https://ko-fi.com/N4N011QV6F"],"categories":["Prerequisites","Additional repositories"],"sub_categories":[],"readme":"# Awesome Flux2 CRDs repository\n\nThis repository contains CRDs from popular operators for Kubernetes installed via Flux2. All CRDs are moved to this repository because Flux2 cannot install a product and custom resource if the CRD is not yet available.\n\n## Support Project\n[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/N4N011QV6F)\n\n## Prerequisites\n\n- Kubernetes cluster version 1.24 or newer\n- Flux version 2.3.0 or newer bootstrapped to the [Head repository (example)](https://github.com/brainfair/awesome-flux-head)\n\n## Import current repository\n\nCreate a GitRepository and a Flux Kustomization in your main repository.\n\n```yaml\n---\napiVersion: source.toolkit.fluxcd.io/v1\nkind: GitRepository\nmetadata:\n  name: fluxcd-gitops-crds\n  namespace: flux-system\nspec:\n  interval: 10m\n  ref:\n    branch: main\n  secretRef:\n    name: flux-system\n  url: https://github.com/brainfair/awesome-flux-crds.git\n  ignore: |\n    # exclude README.md\n    /README.md\n---\napiVersion: kustomize.toolkit.fluxcd.io/v1\nkind: Kustomization\nmetadata:\n  name: fluxcd-gitops-crds\n  namespace: flux-system\nspec:\n  interval: 10m\n  path: ./\n  prune: true\n  sourceRef:\n    kind: GitRepository\n    name: fluxcd-gitops-crds\n```\n\n[Check head repository example](https://github.com/brainfair/awesome-flux-head/blob/main/clusters/homelab/00-crds.yaml)\n\n## Repository structure\n\nThe Git repository contains the following top-level directories:\n\n- **crds** Contains the CRDs folder with various installation methods, depending on the product.\n- **bundles** (optionally) You can create a bundles folder with a specific set of CRDs for EKS, AKS, etc.\n\n```\n├── crds\n│   ├── cert-manager\n│   ├── istio\n│   ├── Prometheus\n|   ├── ...\n│   └── VictoriaMetrics\n└── bundles\n    ├── eks\n    └── aks\n```\n\n## CRDs list\n\nThe next CRDs available in the example are:\n\n* cert-manager\n* cloudnative-pg\n* elastic-eck\n* external-secrets\n* istio\n* k8ssandra-operator\n* metallb\n* Prometheus\n* strimzi\n* VictoriaMetrics\n\n# NB: All CRDs point to the latest version available upstream. Use them carefully, or clone the example and use a pinned, specific version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrainfair%2Fawesome-flux-crds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrainfair%2Fawesome-flux-crds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrainfair%2Fawesome-flux-crds/lists"}