簡體   English   中英

使用 GKE 創建 Jenkins X Kubernetes 集群會引發異常:找不到機密“jenkins”

[英]Creating a Jenkins X Kubernetes cluster with GKE throws exception: secrets “jenkins” not found

當我嘗試使用以下命令使用 GKE 創建 Jenkins X Kubernetes 集群時:

jx create cluster gke --skip-login

安裝結束時拋出以下異常:

error creating cluster configuring Jenkins: creating Jenkins API token: after 3 attempts, last error: creating Jenkins Auth configuration: secrets "jenkins" not found

During installation I select the default settings and provide my own github settings, including generated personal access token, but I don't think that the github token is the issue in this case (I'm pretty sure all my github settings are correct)

該問題已通過使用 --tekton 標志解決:

jx create cluster gke --skip-login --tekton

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

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