{"id":18590625,"url":"https://github.com/shawn-hurley/starter-pack-operator","last_synced_at":"2025-05-16T09:30:45.447Z","repository":{"id":147063423,"uuid":"133570671","full_name":"shawn-hurley/starter-pack-operator","owner":"shawn-hurley","description":"An operator for the OSB starter pack ","archived":false,"fork":false,"pushed_at":"2018-05-23T17:20:26.000Z","size":45144,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-17T20:26:01.349Z","etag":null,"topics":["operator","osb","osbapi"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/shawn-hurley.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":"2018-05-15T20:38:18.000Z","updated_at":"2022-06-05T06:48:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"25c90705-a288-426b-b711-a9dc4f60eb16","html_url":"https://github.com/shawn-hurley/starter-pack-operator","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/shawn-hurley%2Fstarter-pack-operator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shawn-hurley%2Fstarter-pack-operator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shawn-hurley%2Fstarter-pack-operator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shawn-hurley%2Fstarter-pack-operator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shawn-hurley","download_url":"https://codeload.github.com/shawn-hurley/starter-pack-operator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254504694,"owners_count":22082072,"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":["operator","osb","osbapi"],"created_at":"2024-11-07T00:56:33.825Z","updated_at":"2025-05-16T09:30:45.419Z","avatar_url":"https://github.com/shawn-hurley.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OSB Starter Pack Operator\n\nAn operator, using the [Operator SDK](https://github.com/operator-framework/operator-sdk)\nthat can deploy an [OSB starter pack](https://github.com/pmorie/osb-starter-pack) based project\ninto a particular namespace.\n\n## Who should use this project?\n\nYou should use this project if you're looking for a quick way to deploy an\nOpen Service Broker into a cluster.\n\n## Prerequisites\n\nYou'll need:\n\n- [`go`](https://golang.org/dl/)\n- A running [Kubernetes](https://github.com/kubernetes/kubernetes)\n- The [service-catalog](https://github.com/kubernetes-incubator/service-catalog)\n  [installed](https://github.com/kubernetes-incubator/service-catalog/blob/master/docs/install.md)\n  in that cluster\n\n## Getting started\n\nYou can `git clone` it to start poking around right away.\n\n### Get the project\n\n```console\n$ cd $GOPATH/src \u0026\u0026 mkdir -p github.com/shawn-hurley \u0026\u0026 cd github.com/shawn-hurley \u0026\u0026 git clone git://github.com/shawn-hurley/starter-pack-operator\n```\n\nChange into the project directory:\n\n```console\n$ cd $GOPATH/src/github.com/shawn-hurley/starter-pack-operator\n```\n\n### Deploying the operator\n\nYou'll need to run:\n\n- `kubectl create ns test`\n- `kubectl create -f deploy/rbac.yaml` -\u003e sets up permissions for the operator to run.\n- `kubectl create -f deploy/crd.yaml` -\u003e installs the broker CRD.\n- `kubectl create -f deploy/operator.yaml` -\u003e will deploy the image to the test namespace.\n- `kubectl create -f deploy/cr.yaml` -\u003e will deploy the custom resource for your broker.\n\n\n### Updating for our broker\n\nIf you want to deploy your broker, you will need to update the `deploy/cr.yaml` file. You can change the `spec.image` field to be your broker.\nIf you wanted you could edit the already running broker to change the image.\n\n### Broker custom resource\n\n```yaml\nmetadata:\n  name: example\n  namespace: test\n  ...\nspec:\n  authenticateK8SToken: false\n  image: quay.io/osb-starter-pack/servicebroker:latest\n  port: 1338\n  tlsSecretRef:\n    name: tls-example\n    namespace: test\nstatus:\n  phase: Running\n```\n\n**Note: that if you update the secret, you must have the cert, key and ca  cert.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshawn-hurley%2Fstarter-pack-operator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshawn-hurley%2Fstarter-pack-operator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshawn-hurley%2Fstarter-pack-operator/lists"}