qingfengfenga
qingfengfenga
@KagurazakaNyaa Thank you very much for your dockerfile. I have no problem starting it, but I encountered this problem when connecting to the client. I can't find the p12 certificate...
嗯嗯,Web GUI确实工作量大,K8S官方的出来这么久了,还是不好用。 Web CLI 容易,但是围绕它的权限管理还是有点复杂的(类似阿里云子账号和AWS IAM的体系) 类似Rancher这样的多集群管理工具,云原生应用的管理工具现在基本没有,CLI对移动端支持不太行。
是开源的吗,还是自己写的,开源的话求个地址。
已解决 更新这个包即可 一定要这个版本 [email protected] 2.7会报错 ``` $ npm install --save [email protected] npm WARN deprecated [email protected]: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read https://babeljs.io/env to update!...
Building the image directly using this repository code cannot be started https://github.com/Richard87/uptime-kuma/tree/feature/ingress Am I missing something? Build commands ``` docker build -f docker/dockerfile-alpine -t uptime-kuma . ``` Build log ```...
Sorry, for this script `node extra/map-ingress.js`, whether set as a startup parameter or manually executed in the container, failed. Because I'm using alpine mirror? Or something else? ``` Data Dir:...
This is my deployment process, using the RBAC file provided above ``` ❯ cat RBAC.yaml apiVersion: v1 kind: ServiceAccount metadata: name: uptime-kuma-test namespace: uptime-kuma-test --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata:...
This is my yaml file ``` apiVersion: apps/v1 kind: StatefulSet metadata: name: uptime spec: replicas: 1 serviceName: uptime-service selector: matchLabels: app: uptime template: metadata: labels: app: uptime spec: serviceAccount: uptime-kuma-test...
Sorry, I used your yaml file to start uptime normally, and the Ingress information can be obtained normally by executing the script, but the data insertion failed. I think I...
I think it is possible to use the Sidecar mode and add an auxiliary container to complete these tasks, so that there is no need to restart the service every...