bright-florist-6681
10/28/2022, 4:20 PMelegant-australia-91422
10/28/2022, 4:21 PMelegant-australia-91422
10/28/2022, 4:21 PMbright-florist-6681
10/28/2022, 4:25 PMelegant-australia-91422
10/28/2022, 4:27 PMpyflyte
to serialize & register the workflows (this is pretty much from the flyte docs)
3. Using FlyteRemote
, either trigger an execution or activate a launch plan
The main concern here is enabling GitHub actions to make API requests to Flyte. If you're using GitHub's hosted runners (ie. ubuntu-latest
), you'll likely need to make your flyte grpc endpoint available on the public internet and set up authentication (which is in the docs). In our case, we self-host GitHub actions runners in an internal K8s cluster using actions-runner-controller, which has network access to our Flyte clusterbright-florist-6681
10/28/2022, 4:31 PM