KusionStack / KusionStack/kusion
Kubernetes deployment
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 1.3k
- Forks
- 107
- Avg merge
- 11m
- Merged PRs (30d)
- 1
Description
Hi I am desperately trying to deploy to my cluster, however I keep getting this error in the logs:
I0121 00:44:15.473112 1 serving.go:342] Generated self-signed cert (apiserver.local.config/certificates/apiserver.crt, apiserver.local.config/certificates/apiserver.key)
E0121 00:44:15.473519 1 run.go:74] "command failed" err="no valid serviceaccounts signing key file"
I think I have put all the secrets and services well
Thanks in advance!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the deployment configuration and the log entries from serving.go:342 and run.go:74, then determine why the cluster lacks a valid service-account signing key file. Reproduce the deployment failure and verify the required secrets and services; done means the deployment starts without the signing-key error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100