kubesphere/kubekey

Support adding annotations for nodes

Open

#1785 aperta il 28 mar 2023

Vedi su GitHub
 (2 commenti) (0 reazioni) (1 assegnatario)Go (820 fork)auto 404
good first issuekind/feature-request

Metriche repository

Star
 (2815 star)
Metriche merge PR
 (Merge medio 20g 9h) (31 PR mergiate in 30 g)

Descrizione

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}}

Guida contributor