https://github.com/yunionio/cloudpods-operator
Cloudpods kubernetes operator
https://github.com/yunionio/cloudpods-operator
cloudpods operator
Last synced: about 1 year ago
JSON representation
Cloudpods kubernetes operator
- Host: GitHub
- URL: https://github.com/yunionio/cloudpods-operator
- Owner: yunionio
- License: apache-2.0
- Created: 2019-07-18T05:51:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-04T04:03:30.000Z (about 1 year ago)
- Last Synced: 2025-04-11T19:09:39.769Z (about 1 year ago)
- Topics: cloudpods, operator
- Language: Go
- Homepage:
- Size: 34 MB
- Stars: 17
- Watchers: 3
- Forks: 32
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# onecloud-operator
## Introduction
See: [./docs/intro.md](./docs/intro.md)
## Development
### Compile
```bash
$ git clone https://github.com/yunionio/onecloud-operator $GOPATH/src/yunion.io/x/onecloud-operator
$ cd $GOPATH/src/yunion.io/x/onecloud-operator
$ make
```
### Install code-generator
```bash
$ git clone https://github.com/kubernetes/code-generator $GOPATH/src/k8s.io/x/code-generator
$ cd $GOPATH/src/k8s.io/x/code-generator
$ git checkout kubernetes-1.15.1
$ go install go install ./cmd/{defaulter-gen,client-gen,lister-gen,informer-gen,deepcopy-gen}
```
Try ./hack/codegen.sh
```bash
$ ./hack/codegen.sh
```
## telegraf-init
```bash
VERSION=release-1.5 make telegraf-init-image
```