Skip to content

Commit

Permalink
Add metallb_namespace config into inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Oct 18, 2024
1 parent 74ab9dd commit e536f97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _commons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ EOF
if [ -n "${NO_PROXY-}" ]; then
echo "no_proxy: \"$NO_PROXY\"" | tee --append "$krd_inventory_folder/group_vars/all.yml"
fi
if [ "${KRD_METALLB_ENABLED-false}" == "true" ]; then
echo 'metallb_namespace: "metallb-system"' | tee --append "$krd_inventory_folder/group_vars/all.yml"
fi
KUBESPRAY_ETCD_KUBELET_DEPLOYMENT_TYPE="docker"
if [ "$KRD_CONTAINER_RUNTIME" != "docker" ]; then
# https://github.com/kubernetes-sigs/kubespray/pull/6997
Expand Down

0 comments on commit e536f97

Please sign in to comment.