{"id":19378846,"url":"https://github.com/linbit/linstor-operator-builder","last_synced_at":"2025-02-24T16:24:39.314Z","repository":{"id":62832751,"uuid":"244660152","full_name":"LINBIT/linstor-operator-builder","owner":"LINBIT","description":"Builds the linstor-operator from the piraeus-operator","archived":false,"fork":false,"pushed_at":"2024-12-02T13:59:22.000Z","size":3893,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":9,"default_branch":"v2","last_synced_at":"2025-02-13T00:33:50.700Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Smarty","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/LINBIT.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}},"created_at":"2020-03-03T14:38:55.000Z","updated_at":"2025-02-05T04:51:41.000Z","dependencies_parsed_at":"2023-02-17T04:25:23.266Z","dependency_job_id":"bd7afc69-69c7-4024-afbd-7b12bc023b6b","html_url":"https://github.com/LINBIT/linstor-operator-builder","commit_stats":null,"previous_names":[],"tags_count":40,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LINBIT%2Flinstor-operator-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LINBIT%2Flinstor-operator-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LINBIT%2Flinstor-operator-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LINBIT%2Flinstor-operator-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LINBIT","download_url":"https://codeload.github.com/LINBIT/linstor-operator-builder/tar.gz/refs/heads/v2","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240511453,"owners_count":19813264,"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-10T09:07:35.604Z","updated_at":"2025-02-24T16:24:39.276Z","avatar_url":"https://github.com/LINBIT.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LINBIT SDS on K8s\n\nSee [the users guide](https://linbit.com/drbd-user-guide/linstor-guide-1_0-en/#s-kubernetes-deploy-linstor-operator-v2)\n\nTo deploy LINBIT SDS, you need to: \n* Have a working Kubernetes Cluster\n* `kubectl` configured to point at the Cluster\n* Your customer credentials for [my.linbit.com](https://my.linbit.com)\n\n1. Create a `kustomization.yaml` file with the following content. Replace `MY_LINBIT_USER` and `MY_LINBIT_PASSWORD` with\n   your own credentials.\n   ```yaml\n   apiVersion: kustomize.config.k8s.io/v1beta1\n   kind: Kustomization\n   namespace: linbit-sds\n   resources:\n     - https://charts.linstor.io/static/v2.5.2.yaml\n   generatorOptions:\n     disableNameSuffixHash: true\n   secretGenerator:\n     - name: drbdio-pull-secret\n       type: kubernetes.io/dockerconfigjson\n       literals:\n         - .dockerconfigjson={\"auths\":{\"drbd.io\":{\"username\":\"MY_LINBIT_USER\",\"password\":\"MY_LINBIT_PASSWORD\"}}}\n   ```\n2. Apply the kustomization.yaml file, by using kubectl command, and wait for the Operator to start:\n   ```\n   $ kubectl apply -k .\n   namespace/linbit-sds created\n   ...\n   $ kubectl -n linbit-sds  wait pod --for=condition=Ready --all\n   pod/linstor-operator-controller-manager-6d9847d857-zc985 condition met\n   ```\n3. Create a `LinstorCluster` resource to deploy the fill LINBIT SDS stack:\n   ```\n   $ kubectl create -f - \u003c\u003cEOF\n   apiVersion: piraeus.io/v1\n   kind: LinstorCluster\n   metadata:\n     name: linstorcluster\n   spec: {}\n   EOF\n   $ kubectl wait pod --for=condition=Ready -n linbit-sds --timeout=3m --all\n   pod/ha-controller-4tgcg condition met\n   pod/k8s-1-26-10.test condition met\n   pod/linstor-controller-76459dc6b6-tst8p condition met\n   pod/linstor-csi-controller-75dfdc967d-dwdx6 condition met\n   pod/linstor-csi-node-9gcwj condition met\n   pod/linstor-operator-controller-manager-6d9847d857-zc985 condition met\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinbit%2Flinstor-operator-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinbit%2Flinstor-operator-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinbit%2Flinstor-operator-builder/lists"}