You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Path to Kubernetes configuration fil (see Kubernetes runner description.)
917
938
#k8s_config_path: /path/to/kubeconfig
918
939
940
+
pulsar_tes_environment:
941
+
runner: pulsar_tes
942
+
# A tes_url is required
943
+
tes_url: "<tes_url>"
944
+
#basic_auth:
945
+
# username: <username>
946
+
# password: <password>
947
+
#cpu_cores: 1
948
+
# Define if the task is allowed to run on preemptible compute instances,\nfor example, AWS Spot. This option may have no effect when utilized\non some backends that don't have the concept of preemptible jobs.
949
+
#preemptible: false
950
+
#ram_gb: 8
951
+
#disk_gb: 40
952
+
# Request that the task be run in these compute zones. How this string is utilized will be dependent on the backend system. For example, a\nsystem based on a cluster queueing system may use this string to define\npriorty queue to which the job is assigned.
953
+
#zones: us-west-1
954
+
#backend_parameters: {}
955
+
#backend_parameters_strict: false
956
+
# Configure the embedded Pulsar app, only message_queue_url is required but
957
+
# other options may be useful (unsure).
958
+
pulsar_app_config:
959
+
# This needs to be the RabbitMQ server, but this should be the host
960
+
# and port that your TES nodes would connect to the server via.
961
+
message_queue_url: "<amqp_url>"
962
+
963
+
pulsar_gcp_environment:
964
+
runner: pulsar_gcp
965
+
# required
966
+
project_id: <gcp_project_id>
967
+
# Path to GCP service account credentials file. (not sure if ~ would be implicitly respected in this example)
0 commit comments