51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

vps

 wiki 部署到 k8s 上步骤(简单)

wiki 部署到 k8s 上步骤(简单)

厉飞雨 阅读(257) 评论(0) 赞(18)

<p>wiki 部署到 k8s 上步骤</p> <p>先把目录 直接复制过去,包含confluence.cfg.xml 文件,然后修改 一下 数据库的server id 和 bundid 就可以。</p> <p>1-存储卷</p> <p>存储卷里的数据可以复制过去, 然后数据库里改一下 serv...

confluence 上云 迁移到k8s

confluence 上云 迁移到k8s

厉飞雨 阅读(201) 评论(0) 赞(16)

<p>版本:</p> <pre><code>confluence :8.3.3 (失败) confluence :7.9.3 (成功 跟迁移前一样) <p>mysql: 8.0.26 </code></pre></p> <p>用其他mysql 版本 5.6 会报错, 8....

k8s 集群重启

k8s 集群重启

厉飞雨 阅读(217) 评论(0) 赞(15)

<p>单纯的强制重启:</p> <p>#cat restartall.sh</p> <pre><code>#!/bin/bash nodes=$(kubectl get nodes | awk 'NR != 1{print $1}') for node in ${nodes[@]} ...

k8s 备份-etcd 备份

k8s 备份-etcd 备份

厉飞雨 阅读(264) 评论(0) 赞(15)

<p>etcd 备份:</p> <pre><code>etcd is running. {&quot;level&quot;:&quot;info&quot;,&quot;ts&quot;:1698069449.0897536,&quot;caller&quot;:&...

k8s 污点

k8s 污点

厉飞雨 阅读(217) 评论(0) 赞(16)

在 master上 打污点 这样任务就不会被分过来了。 node-role.kubernetes.io/master 在集群管理中,找到每个节点。 ![](http://static.51tbox.com/static/2024-08-29/col/d2483bc88925b7dfe4f1d5d750789d57/4ab7d767b4074ac5b5c5f9697...

k8s彻底删除pod

k8s彻底删除pod

厉飞雨 阅读(236) 评论(0) 赞(16)

k8s彻底删除pod kubectl delete pod my-pod -n namespace 如果Pod无法正常终止,可以使用"-f"选项强制删除Pod: kubectl delete pod -n namespace my-pod --force 举个例子: 先查看所有的 pod kubectl...

k8s部署zookeeper-kubsphere-应用仓库helm-bitnami

k8s部署zookeeper-kubsphere-应用仓库helm-bitnami

厉飞雨 阅读(226) 评论(0) 赞(15)

平时我们看到应用商店的应用比较少,我们可以添加应用仓库,来增加应用。 https://charts.enix.io https://charts.bitnami.com/bitnami helm repo add enix https://charts.enix.io 比如 helm k8s 中 所有的包都是 charts https://he...

k8s 安装Milvus分布式2.0x

k8s 安装Milvus分布式2.0x

厉飞雨 阅读(306) 评论(0) 赞(20)

### 安装Milvus分布式2.0x miluvs 官网:<https://milvus.io/docs/install_cluster-helm.md> **卸载:** helm uninstall my-release 使用 Kubernetes 包管理工具 Helm 添加 Milvus chart 仓库: helm repo add...

K8S持久化存储解决方案

K8S持久化存储解决方案

厉飞雨 阅读(271) 评论(0) 赞(19)

<h1>K8S持久化存储解决方案</h1> <p><a href="https://zhuanlan.zhihu.com/p/434209418?utm_id=0">K8S实战进阶篇:深入了解K8S持久化存储解决方案(五) - 知乎 (zhihu.com)</a></p>