mirror of
https://github.com/stakater/Reloader.git
synced 2026-02-14 09:59:50 +00:00
Add okteto manifest to develop Reloader directly on Kubernetes
This commit is contained in:
@@ -243,6 +243,11 @@ Please use the [issue tracker](https://github.com/stakater/Reloader/issues) to r
|
|||||||
|
|
||||||
### Developing
|
### Developing
|
||||||
|
|
||||||
|
1. Deploy Reloader.
|
||||||
|
2. Run `okteto up` to activate your development container.
|
||||||
|
3. `make build`.
|
||||||
|
4. `./Reloader`
|
||||||
|
|
||||||
PRs are welcome. In general, we follow the "fork-and-pull" Git workflow.
|
PRs are welcome. In general, we follow the "fork-and-pull" Git workflow.
|
||||||
|
|
||||||
1. **Fork** the repo on GitHub
|
1. **Fork** the repo on GitHub
|
||||||
|
|||||||
14
okteto.yml
Normal file
14
okteto.yml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
name: reloader-reloader
|
||||||
|
image: okteto/golang:1
|
||||||
|
command: bash
|
||||||
|
securityContext:
|
||||||
|
capabilities:
|
||||||
|
add:
|
||||||
|
- SYS_PTRACE
|
||||||
|
volumes:
|
||||||
|
- /go/pkg/
|
||||||
|
- /root/.cache/go-build/
|
||||||
|
sync:
|
||||||
|
- .:/app
|
||||||
|
forward:
|
||||||
|
- 2345:2345
|
||||||
Reference in New Issue
Block a user