We should ensure all run service endpoints work and give the expected response
How to contribute
Setup dev env
Switch to v2 branch
Run make sandbox-build to build the sandbox
Do make sandbox-run to run the sandbox / or make sandbox-run FLYTE_DEV=True to start local dev mode and run single binary with make -C manager run
Then do export KUBECONFIG=~/.flyte/sandboxv2/kubeconfig
Run
Copy the script from [V2] Example script for run service #6983 for the endpoint you take
You may need to execute an action first, you can do:
Add following config to flyte-sdk .flyte/config.yaml, then run an example (e.g. python examples/basics/devbox_one.py)
admin:
endpoint: dns:///localhost:30080
insecure: True
logger:
show - source : true
level: 0
image:
builder: local
task:
domain: development
project: testproject
org: testorg
Run the command showed in the sub-issue (may need some modification like update the RUN_NAME)
Check the result, you can see fields missing (refer to the “Response” table in the sub-issues)
RunService Endpoints Checklist
We should ensure all run service endpoints work and give the expected response
How to contribute
Setup dev env
v2branchmake sandbox-buildto build the sandboxmake sandbox-runto run the sandbox / ormake sandbox-run FLYTE_DEV=Trueto start local dev mode and run single binary withmake -C manager runexport KUBECONFIG=~/.flyte/sandboxv2/kubeconfigRun
Copy the script from [V2] Example script for run service #6983 for the endpoint you take
You may need to execute an action first, you can do:
flyte-sdk.flyte/config.yaml, then run an example (e.g.python examples/basics/devbox_one.py)Run the command showed in the sub-issue (may need some modification like update the
RUN_NAME)Check the result, you can see fields missing (refer to the “Response” table in the sub-issues)
RunService Endpoints Checklist