Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhiweiyin318/addon-tutorial
https://github.com/zhiweiyin318/addon-tutorial
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhiweiyin318/addon-tutorial
- Owner: zhiweiyin318
- License: apache-2.0
- Created: 2022-07-07T02:59:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-24T03:42:39.000Z (over 2 years ago)
- Last Synced: 2024-11-13T16:24:47.567Z (3 months ago)
- Language: Makefile
- Size: 6.91 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# addon-tutorial
## How to build images
```bash
make images
```## How to run addon examples
1. Install OCM
```bash
make deploy-ocm
```2. Deploy addon controller
```bash
make deploy-busybox-addon
```