File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ AWSBatch:
299
299
# Kubernetes describes the configuration for the Kubernetes compute backend.
300
300
Kubernetes :
301
301
# The executor used to execute tasks. Available executors: docker, kubernetes
302
- Executor : " kubernetes "
302
+ Executor : " docker "
303
303
# Turn off task state reconciler. When enabled, Funnel communicates with Kubernetes
304
304
# to find tasks that are stuck in a queued state or errored and
305
305
# updates the task state accordingly.
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ func DefaultConfig() Config {
166
166
executorTemplate := intern .MustAsset ("config/kubernetes-executor-template.yaml" )
167
167
pvTemplate := intern .MustAsset ("config/kubernetes-pv.yaml" )
168
168
pvcTemplate := intern .MustAsset ("config/kubernetes-pvc.yaml" )
169
- c .Kubernetes .Executor = "kubernetes "
169
+ c .Kubernetes .Executor = "docker "
170
170
c .Kubernetes .Namespace = "default"
171
171
c .Kubernetes .ServiceAccount = "funnel-sa"
172
172
c .Kubernetes .Template = string (kubernetesTemplate )
You can’t perform that action at this time.
0 commit comments