east4ming
east4ming
部署 hexo,不是本地部署,会调用云上部署,然后等待5min左右,导致报错。
版本v1.9.0
cloudbaserc.json: ```json { "envId": "ewhisper-5g565139594f9b52", "version": "2.0", "$schema": "https://framework-1258016615.tcloudbaseapp.com/schema/latest.json", "functionRoot": "./functions", "functions": [], "framework": { "name": "ewhisper", "plugins": { "hexo": { "use": "@cloudbase/framework-plugin-website", "inputs": { "buildCommand": "npx hexo generate", "outputPath":...
> 我想想,我还没用过 CloudBase。你的建议是放到 preDeploy 的时候调用吗? 是的. 谢谢
@hengyunabc 能具体说一下如何 用jattach 加载 arthas吗?谢谢
> > @hengyunabc 能具体说一下如何 用jattach 加载 arthas吗?谢谢 > > 1. 先自己写个最简单的java agent,然后测�试用 jattach去加载 > 2. 最简单的方式就是直接用 jattach 加载 arthas-core.jar 我的容器是基于alpine的 jre(没有jdk)。 安装了jattach 后,我通过如下命令加载 arthas: ```bash bash-4.4# ps -ef PID USER...
现在可以直接通过 设置 metrics url(http协议)来监控了, 不用设置证书之类的, 方便很多.
感谢,成功创建 ewhisper.cn 证书
请问有没有办法把创建好的证书自动上传并应用到 腾讯云的 证书管理、cloudbase云开发、cdn...啊
> @imroc > update: cert-manager-webhook-dnspod 换成了我自己开发的,支持最新 cert-manager,接入腾讯云API密钥(dnspod官方推荐方式,不用apiID和apiToken) 你好, 今天 renew 证书, 报以下错误, 请帮忙看一下如何解决, 谢谢! cert-manager报错: ``` "reason": "PresentError", "message": "Error presenting challenge: the server is currently unable to handle the...