Adedeji Ayinde
10/28/2022, 4:20 PMRahul Mehta
10/28/2022, 4:21 PMAdedeji Ayinde
10/28/2022, 4:25 PMRahul Mehta
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 clusterAdedeji Ayinde
10/28/2022, 4:31 PM