无法在Kubernetes上运行SCDF任务

问题描述 投票:0回答:1

我无法在Kubernetes上执行简单的任务。

SCDF版本:1.6.1.RELEASE

Kubernetes版本:1.11.2

dataflow:>app register --type task --name timestamp --uri docker:springcloudtask/timestamp-task:1.3.1.RELEASE
Successfully registered application 'task:timestamp'

dataflow:>task create task1 --definition "timestamp"
Created new task 'task1'

dataflow:>task launch --name task1
Command failed org.springframework.cloud.dataflow.rest.client.DataFlowClientException: Failed to resolve application resource: Docker Resource [docker:springcloudtask/timestamp-task:1.3.1.RELEASE]
docker kubernetes task spring-cloud-dataflow
1个回答
1
投票

这已经通过spring-cloud/spring-cloud-dataflow-server-kubernetes#328解决了。

在发布发布之前,已包含一种解决方法。

© www.soinside.com 2019 - 2024. All rights reserved.