https://github.com/pmorie/cluster-registry-crd
A CRD implementation of kubernetes/cluster-registry
https://github.com/pmorie/cluster-registry-crd
Last synced: 3 months ago
JSON representation
A CRD implementation of kubernetes/cluster-registry
- Host: GitHub
- URL: https://github.com/pmorie/cluster-registry-crd
- Owner: pmorie
- Created: 2018-03-26T16:57:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-20T21:26:19.000Z (about 8 years ago)
- Last Synced: 2025-03-24T22:51:19.355Z (about 1 year ago)
- Language: Go
- Size: 14.8 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/pmorie/cluster-registry-crd "Travis")
# cluster-registry-crd
This repo contains a CRD implementation of
[kubernetes/cluster-registry](https://github.com/kubernetes/cluster-registry)
and exists to be a place to prototype what the cluster-registry looks like as
implemented as a set of CRDs.
# installation
```shell
$ kubectl create -f crd/cluster-registry.yaml
```