-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
start deck failed #13502
Comments
I have the same problem when setting up Prow with tackle. Running
I thought I didn't give tackle enough time to wait for ingress's setup so I retried and wanna wait until ingress is created but found the following error log when inspecting the log with
|
/cc @Katharine |
This should've been fixed by #13521, but tackle probably needs to be updated appropriately to avoid relying on deprecated configuration. |
/area prow |
/assign @Katharine @mirandachrist Can we start setting this value explicitly so we stop having this error? {
insertId: "45vvifg5o9py2k"
jsonPayload: {
component: "deck"
file: "prow/cmd/deck/main.go:123"
func: "main.(*options).Validate"
level: "error"
msg: "You haven't set --cookie-secret-file, but you're assuming it is set to '/etc/cookie/secret'. Add --cookie-secret-file=/etc/cookie/secret to your deck instance's arguments. Your configuration will stop working at the end of October 2019."
}
labels: {…}
logName: "projects/k8s-prow/logs/deck"
receiveTimestamp: "2019-08-08T20:22:56.217449554Z"
resource: {…}
severity: "ERROR"
timestamp: "2019-08-08T20:22:16Z"
} |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
This is fixed right Katharine? |
It may actually still be broken in tackle, I haven't checked. It's fixed in production everything. /remove-lifecycle stale |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
{"component":"deck","file":"prow/kube/config.go:143","func":"k8s.io/test-infra/prow/kube.LoadClusterConfigs","level":"info","msg":"Loading cluster contexts...","time":"2019-07-18T15:26:42Z"}
{"component":"deck","error":"open /etc/cookie/secret: no such file or directory","file":"prow/cmd/deck/main.go:316","func":"main.main","level":"fatal","msg":"Could not read cookie secret file","time":"2019-07-18T15:26:42Z"}
when i run
kubectl apply -f https://github.com/kubernetes/test-infra/blob/master/prow/cluster/starter.yaml?raw=
, found deck pod status is CrashLoopBackOffThe text was updated successfully, but these errors were encountered: