Support new features: HTTP3/IPv6/ProxyProtocol/OpenTelemetry (#1272)

This commit is contained in:
澄潭
2024-09-02 22:02:25 +08:00
committed by GitHub
parent f26cde3b3b
commit 144d514eb0
9 changed files with 31 additions and 13 deletions

View File

@@ -43,6 +43,8 @@ cat <<EOF > "tools/hack/cluster.conf"
# cluster.conf
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
networking:
ipFamily: dual
nodes:
- role: control-plane
kubeadmConfigPatches:

View File

@@ -15,7 +15,7 @@ for repo in ${envoy_repos[@]}; do
if [ -e external/$repo ];then
continue
fi
cp -rP envoy/$repo external/$repo
cp -RP envoy/$repo external/$repo
cd external/$repo
echo "gitdir: /parent/.git/modules/envoy/$repo" > .git
if [ -f "go.mod" ]; then
@@ -30,7 +30,7 @@ for repo in ${istio_repos[@]}; do
if [ -e external/$repo ];then
continue
fi
cp -rP istio/$repo external/$repo
cp -RP istio/$repo external/$repo
cd external/$repo
echo "gitdir: /parent/.git/modules/istio/$repo" > .git
if [ -f "go.mod" ]; then