hi folks, i want to connect prefect with my kubern...
# ask-community
l
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