13 lines
835 B
Markdown
13 lines
835 B
Markdown
TODO:
|
|
* Create the following in an initContainer if they don't exist:
|
|
* The Gitea OAuth application at startup
|
|
* The Prometheus user (https://cogarius.medium.com/3-3-complete-guide-to-ci-cd-pipelines-with-drone-io-on-kubernetes-drone-metrics-with-prometheus-c2668e42b03f) - probably by mounting the volume, using sqlite3 to parse out admin password, then using that to make API call
|
|
* Create `gitea_password` Organization Secret at init.
|
|
|
|
Create secret named `gitea-oauth-creds`, with keys `DRONE_GITEA_CLIENT_ID` and `DRONE_GITEA_CLIENT_SECRET`. Remember also to create an Organization Secret named `gitea_password` for pulling.
|
|
|
|
For MTU problem diagnosis:
|
|
|
|
https://github.com/gliderlabs/docker-alpine/issues/307#issuecomment-634852419
|
|
|
|
https://liejuntao001.medium.com/fix-docker-in-docker-network-issue-in-kubernetes-cc18c229d9e5 |