1

I'd occasionally like to run a processing-heavy job on demand. Knative serving seemed like a good fit since it can scale from/to zero pods.

Is it possible to specify a node pool or node selector for a Knative service? Or is there some other way to ensure pods are created with specific machine types? I couldn't find anything in the docs.

I'm using GKE.

EDIT: Open feature request (please upvote!) https://issuetracker.google.com/issues/114402172

Andreas Jansson
  • 3,137
  • 2
  • 30
  • 40

2 Answers2

1

It isn't currently possible to specify a node pool/selector while using knative, nor a way to ensure pods are created with a predefined machine type on knative.

I encourage you to file this as a feature request.

0

This has moved to this Knative issue, as the question doesn't seem to be GKE specific.

E. Anderson
  • 3,405
  • 1
  • 16
  • 19