init
This commit is contained in:
11
fn.md
Normal file
11
fn.md
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
## Status transitions
|
||||
|
||||
| From | To | Action |
|
||||
| -------------- | ---------- | -------------------- |
|
||||
| need_to_deploy | deploying | enqueue job |
|
||||
| deploying | deployed | success |
|
||||
| deploying | err | failure |
|
||||
| deployed | stopped | scale 0 |
|
||||
| stopped | restarting | scale up |
|
||||
| any | deleted | delete k8s resources |
|
||||
Reference in New Issue
Block a user