cost 65 ms
Spring 雲數據流 - 部署時無法設置 securityContext/allowPrivilegeEscalation stream

[英]Spring Cloud Data Flow - Unable to set securityContext/allowPrivilegeEscalation while deploying a stream

在 Spring 雲數據流 (2.9.4) 中創建一個簡單的測試 Stream 部署時出現以下錯誤 無法創建/部署將 securityContext/allowPrivilegedEscalation 用作 false 的新流/任務 pod。 期待一些關於為部署的對象創建此 securityCon ...

Spring Cloud 數據流:異步 DeploymentPartitionHanlder

[英]Spring Cloud Data Flow : Asynchronous DeploymentPartitionHanlder

TL; 博士 我使用這個示例構建了一個簡單的應用程序,該應用程序使用 Spring Batch(遠程分區)和 Spring Cloud 數據流在 Kubernetes 上部署工作 Pod。 查看在 Kubernetes 上創建的“partitionedJob”pod 的日志,我看到工作步驟(po ...

自動重新啟動作業

[英]Automatic job restart

我的工作可能需要幾個小時。 有可能由於某種原因(例如 memory 或集群重新平衡)它只是失敗了。 問題是作業通常是通宵運行,早上需要有人檢查,然后手動重啟(大部分時間就夠了)。 我想知道這個問題是否可以使用 spring 雲數據流來解決。 理想情況下,我希望 SCDF 在作業完成(失敗或成功)時發 ...

在 Kubernetes 上使用 Spring 雲數據流的分區作業出現禁止錯誤

[英]Forbidden error using paritioned job with Spring Cloud Data Flow on Kubernetes

我想在 Kuberentes 上使用 Spring 雲數據流實現遠程分區作業。 沒有安裝 Skipper 服務器,因為我只需要運行任務和作業。 我使用 spring-cloud-deployer-kubernetes 而不是本地項目修改了分區批處理作業示例項目,如此處所建議的。 當主作業嘗試啟動工作 ...

Cloud Run 錯誤:容器無法啟動。 無法啟動並監聽 PORT 環境變量定義的端口

[英]Cloud Run error: Container failed to start. Failed to start and then listen on the port defined by the PORT environment variable

我正在嘗試使用 Cloud 集成 Whatsapp 聊天機器人,但在嘗試部署時出現此錯誤。 我是這部分編碼的新手,因此將不勝感激。 我點擊了這個鏈接: https://github.com/GoogleCloudPlatform/dialogflow-integrations/tree/03676a ...

在Spring Cloud Data Flow中更改流中實例的數量無效

[英]Changing the count of instances in a stream in Spring Cloud Data Flow has no effect

我正在使用帶有Skipper Kubernetes部署程序2.1.2.RELEASE SCDF 2.2.1.RELEASE ,並且遇到了一種奇怪的行為,我想了解它是實際的目的還是問題,或者僅僅是沒有功能。 部署流時,可以按照以下模式最初指定每個元素的副本數: 這非常有效,因為我指示 ...

Spring Cloud Data Flow + Kubernetes,要求將任務Pod部署在非默認名稱空間上

[英]Spring Cloud Data Flow + Kubernetes, asking for the task pod to be deployed on non-default namespaces

我在kubernetes上使用scdf-server進行了設置, scdf-server工作正常,它將每個任務部署在相同默認名稱空間(托管scdf-server容器)的scdf-server Pod中。 現在,我需要在另一個名稱空間中部署容器,並且找不到要在給定名稱空間中創建的容器的scd ...


 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM