k8s安装 机器准备 机器配置如下 主机名 IP 配置 master 192.168.10.50 2核+2G+20G node1 192.168.10.51 2核+2G+20G node2 192.168.10.52 2核+2G+20G 一. 安装(所有机器都要执行) 1. 执行以下命令安装必备插件
一、安装与配置 1.安装依赖包 sudo yum install -y yum-utils device-mapper-persistent-data lvm2 2.设置阿里云镜像源 sudo yum-config-manager --add-repo https://mirrors.aliyun
安装docker 参考docker安装: https://blog.csdn.net/weixin_42757288/article/details/113311489 安装docker-compose curl -L https://github.com/docker/compose/releas
docker-compose.yaml version: '3' services: redis: # 服务名称 image: redis:6.2.14 # redis镜像版本 container_name: redis6.2.14 # 容器名称 ports:
conf [client] default-character-set=utf8mb4 [mysql] default-character-set=utf8mb4 [mysqld] #服务端口号 默认3306 port=3306 # 数据路径,默认是/var/lib/mysql/ #da
1.配置类 I18nConfig.java /** * 国际化配置 * * @author oyj * @since 2025-04-21 */ @Configuration public class I18nConfig implements WebMvcConfigurer {
ARM-GITLAB docker-compose.yaml https://github.com/ravermeister/gitlab/?tab=readme-ov-file#install-gitlab-using-docker-compose services: gotenberg:
参考地址 https://gotenberg.dev/docs/getting-started/introduction docker pull gotenberg/gotenberg:8.25.1 FROM gotenberg/gotenberg:8.25.1 USER root COPY /
查询 CREATE DEFINER=`root`@`%` PROCEDURE `BatchSearchAndStore`() BEGIN DECLARE done INT DEFAULT FALSE; DECLARE current_table VARCHAR(64); DE