{"id":20325525,"url":"https://github.com/opencurve/curve-helm","last_synced_at":"2025-05-08T01:30:41.166Z","repository":{"id":46003274,"uuid":"426058354","full_name":"opencurve/curve-helm","owner":"opencurve","description":null,"archived":true,"fork":false,"pushed_at":"2021-11-21T14:39:01.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-04T10:33:17.763Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opencurve.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-09T02:00:43.000Z","updated_at":"2024-07-01T12:38:19.000Z","dependencies_parsed_at":"2022-09-05T09:10:49.630Z","dependency_job_id":null,"html_url":"https://github.com/opencurve/curve-helm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencurve%2Fcurve-helm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencurve%2Fcurve-helm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencurve%2Fcurve-helm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencurve%2Fcurve-helm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opencurve","download_url":"https://codeload.github.com/opencurve/curve-helm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252981411,"owners_count":21835422,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-14T19:40:24.875Z","updated_at":"2025-05-08T01:30:40.822Z","avatar_url":"https://github.com/opencurve.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Name\n===\n\ncurve-helm - Helps deploy Curve cluster orchestrated by Kubernetes.\n\nStatus\n===\n\nThis library is **not** yet production ready.\n\nTable of Contents\n===\n\n* [Name](#name)\n* [Status](#status)\n* [Requirement](#requirement)\n* [Quick Start](#quick-start) \n\nRequirement\n---\n\n| item                                                                         | version |\n| :---                                                                         | :---    |\n| [kubernetes](https://kubernetes.io/docs/setup/production-environment/tools/) | v1.22.* |\n| [helm](https://helm.sh/docs/intro/install/)                                  | v3.*    | \n\n[Back to TOC](#table-of-contents)\n \nQuick Start\n---\n\n#### Step1: Prepare topology configure\n\n```shell\n$ vi topology.yaml\n```\n\n```shell\nglobal:\n  image: opencurvedocker/curvefs:beta\n\netcd:\n  enabled: true\n  replicas: 3\n\nmds:\n  enabled: true\n  replicas: 3\n\nmetaserver:\n  enabled: true\n  replicas: 3\n  logDir: /mnt/logs\n  dataDir: /mnt/data\n  config:\n    metaserver.loglevel: 0\n```\n\n#### Step2: Add labels to Kubernetes node\n\n```shell\n$ kubectl label node \u003cnodename\u003e curvefs-etcd=true \n$ kubectl label node \u003cnodename\u003e curvefs-mds=true \n$ kubectl label node \u003cnodename\u003e curvefs-metaserver=true \n```\n\n#### Step3: Deploy cluster by helm\n\n```shell\n$ helm upgrade --install curvefs-release ./curvefs -f topology.yaml -n curvefs --create-namespace\n```\n\n[Back to TOC](#table-of-contents)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopencurve%2Fcurve-helm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopencurve%2Fcurve-helm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopencurve%2Fcurve-helm/lists"}