环境配置:主机名IP地址版本系统mysql-001192.168.10.200mysql-5.7.44centos7mysql-001192.168.10.200mysql-5.7.44centos7mysql-001192.168.10.200mysql-5.7.44centos7注:MGR是在MySQL5.7.17以后的版本才支持的,如果是yum安装的应该没有问题默认应该大于5.7.17,如果
环境准备这里准备四台机器都挂两块盘,一块作为数据盘。1 gfs yum源vim CentOS-Linux-Gluster-8.repo [centos-gluster10] name=CentOS-8 - Gluster 10 baseurl=https://mirrors.huaweicloud.com/centos/7/storage/x86_64/gluster-9/ gpgche
背景:新安装的mysql8,授权了root用户可以远程登录,发现root用户无法授权。解决方案:查看mysql库中的user表mysql> select * from mysql.user where User='root' and Host='%'\G; #执行的命令,下面是输入内容 *************************** 1. row ******************
创建sa角色# sa需要指定命名空间 kubectl create sa my-test -n test 2. 创建role规则# apiGroups资源组,resources资源,verbs权限,下面权限是只能查看pod和deployment,如果需要进入pod则需要增加pods/exec vi role-test.yaml apiVersion: rbac.authorization
go语言接口文档生成
cat >Dockerfile<<-EOF # Build the manager binary FROM golang:1.21 AS builder ARG TARGETOS ARG TARGETARCH WORKDIR /workspace # Copy the Go Modules manifests COPY go.mod go.mod COPY go.sum go.
使用apisix代理后端节点开启websocket比较简单,根据官网设置对应配置即可:apiVersion: apisix.apache.org/v2 kind: ApisixRoute metadata: name: webssh namespace: development spec: http: - name: webssh websocket: true m
背景需求:需要通过apisix做token认证,然后针对一部分的url不做认证,有的url是/xxx/*/xxx,这样格式的,这里我是通过apisix组件ingress controller设置apisixroute配置的路由,如果直接通过apisix admin的话直接就可以,而通过controller会出现问题,下面是报错信息:The ApisixRoute "e
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号