kubesphere/kubekey

Support adding annotations for nodes

Open

#1,785 创建于 2023年3月28日

在 GitHub 查看
 (2 评论) (0 反应) (1 负责人)Go (820 fork)auto 404
good first issuekind/feature-request

仓库指标

Star
 (2,815 star)
PR 合并指标
 (平均合并 20天 9小时) (30 天内合并 31 个 PR)

描述

When installing or adding nodes, kk should support setting annotations for nodes according to the configuration.

such as:

spec:
  hosts:
  - {name: node2, address: 172.16.0.3, internalAddress: 172.16.0.3, password: "Qcloud@123", annotations: {node.alpha.kubernetes.io/ttl: "0", projectcalico.org/IPv4IPIPTunnelAddr: 10.233.96.0}}

贡献者指南