https://prefect.io logo
l

Laura Vaida

02/05/2021, 12:56 PM
hi folks, i want to connect prefect with my kubernetes engine on gcp. i used the following config for the dask scheduler:
Copy code
worker:
  replicas: 3
  resources:
    limits:
      cpu: 1
      memory: 3G
    requests:
      cpu: 1
      memory: 3G
  env:
    - name: EXTRA_CONDA_PACKAGES
      value: prefect
jupyter:
  enabled: false