Is this possible? I'd like to create a GitHub action that gets cluster credentials, and executes the snakemake action with those credentials on GKE. I haven't seen any examples or documentation. It seems like I could use stagein: to get credentials or even create the cluster.
In order for this to be possible, the snakemake docker image would have to contain the gcloud sdk. We could then pass it credentials in order to get cluster credentials and execute.
Is this possible? I'd like to create a GitHub action that gets cluster credentials, and executes the snakemake action with those credentials on GKE. I haven't seen any examples or documentation. It seems like I could use
stagein:
to get credentials or even create the cluster.