Skip to content

Commit

Permalink
Drop temporary fixes to Kubernetes example config
Browse files Browse the repository at this point in the history
We recently bumped our parsl dependency to version 2024.10.21 (#1693),
which includes a fix ensuring that the default pod names and labels for
the `KubernetesProvider` comply with Kubernetes naming conventions.
  • Loading branch information
rjmello committed Oct 30, 2024
1 parent 5bb0cfb commit ffebbb3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/endpoints/configs/kube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ heartbeat_threshold: 200

engine:
type: GlobusComputeEngine
label: kube
max_workers_per_node: 1

# Encryption is not currently supported for KubernetesProvider
Expand All @@ -25,10 +24,6 @@ engine:
# e.g., default
namespace: {{ NAMESPACE }}

# Must follow Kubernetes naming rules
# e.g., globus-compute-pod
pod_name: {{ POD_NAME }}

# e.g., python:3.12-bookworm
image: {{ IMAGE }}

Expand Down

0 comments on commit ffebbb3

Please sign in to comment.