kubesphere/kubekey

Support adding annotations for nodes

Open

#1.785 geöffnet am 28. März 2023

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Go (820 Forks)auto 404
good first issuekind/feature-request

Repository-Metriken

Stars
 (2.815 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 20T 9h) (31 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide