在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):jviide/kubedon开源软件地址(OpenSource Url):https://github.com/jviide/kubedon开源编程语言(OpenSource Language):开源软件介绍(OpenSource Introduction):KubedonA Mastodon conf for Kubernetes / Google Container Engine. Prerequisite: Generating SecretsCloudSQLEnable the Cloud SQL Administration API. Create a Cloud SQL PostgreSQL instance. Create the secrets for the proxy as described in Connecting from Google Container Engine. Note that we also add $ kubectl create secret generic cloudsql-secrets \
--from-file=credentials.json=[PROXY_KEY_FILE_PATH] \
--from-literal=instance_connection_name=[INSTANCE_CONNECTION_NAME] Mastodon Conf Secrets$ kubectl create secret generic mastodon-secrets \
--from-literal=PAPERCLIP_SECRET=[FIRST_RANDOM_STRING] \
--from-literal=SECRET_KEY_BASE=[SECOND_RANDOM_STRING] \
--from-literal=OTP_SECRET=[THIRD_RANDOM_STRING] \
--from-literal=LOCAL_DOMAIN=[YOUR_DOMAIN] \
--from-literal=DB_USER=[PROXY_USER] \
--from-literal=DB_PASS=[PROXY_PASSWORD] Let's Encrypt CertsGenerate Let's Encrypt Certs. $ kubectl create secret generic web-certificates \
--from-file=fullchain.pem \
--from-file=privkey.pem Run MigrationTBD Somehow run Apply Conf$ kubectl apply -f . |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论