nacos-group / nacos-k8s

This project contains a Nacos Docker image meant to facilitate the deployment of Nacos on Kubernetes using StatefulSets.
578 stars 468 forks source link

fix: IPv6双栈、服务检查废弃接口更换、健康检查鉴权403、数据库初始化脚本为空 #445

Open ZhangSir-github opened 3 months ago

ZhangSir-github commented 3 months ago
  1. IPv6 service双栈可选
  2. /nacos/v1/ns/operator/servers 废弃接口换为 /nacos/v1/core/cluster/nodes
  3. 添加identityKey、identityValue
  4. 使用identityKey、identityValue通过接口鉴权,避免检查服务健康403

442

399

ZhangSir-github commented 3 months ago
apiVersion: nacos.io/v1alpha1
kind: Nacos
metadata:
  name: nacos-test
  namespace: nacos
spec:
  certification:
    enabled: true
    identity_key: nacos
    identity_value: xxxx
    token: xxxxxxxxx
......
ZhangSir-github commented 3 months ago

修复数据库脚本为空问题 修改SQL避免覆盖数据

337