support node feature discovery (#10861)

Signed-off-by: Kay Yan <kay.yan@daocloud.io>
This commit is contained in:
Kay Yan
2024-03-06 00:36:08 +08:00
committed by GitHub
parent 04e40f2e6f
commit 90b0151caf
22 changed files with 916 additions and 1 deletions

View File

@@ -8,3 +8,6 @@ vm_memory: 3072Mi
kube_network_plugin: cilium
cilium_kube_proxy_replacement: strict
# Node Feature Discovery
node_feature_discovery_enabled: true

View File

@@ -1,7 +1,7 @@
#!/bin/bash
set -e
TARGET_COMPONENTS="containerd calico cilium flannel kube-ovn kube-router weave cert-manager krew helm metallb registry cephfs-provisioner rbd-provisioner aws-ebs-csi-plugin azure-csi-plugin cinder-csi-plugin gcp-pd-csi-plugin local-path-provisioner local-volume-provisioner kube-vip ingress-nginx"
TARGET_COMPONENTS="containerd calico cilium flannel kube-ovn kube-router weave cert-manager krew helm metallb registry cephfs-provisioner rbd-provisioner aws-ebs-csi-plugin azure-csi-plugin cinder-csi-plugin gcp-pd-csi-plugin local-path-provisioner local-volume-provisioner kube-vip ingress-nginx node-feature-discovery"
# cd to the root directory of kubespray
cd $(dirname $0)/../../