openyurtio / openyurt

OpenYurt - Extending your native Kubernetes to edge(project under CNCF)
https://openyurt.io
Apache License 2.0
1.72k stars 405 forks source link

[Question] how to update edge-tunnel-nodes #2200

Open shyer opened 5 days ago

shyer commented 5 days ago

What happened: we deploy raven-proxy-dns after install yurt-manager, yurthub, raven https://openyurt.io/zh/docs/next/installation/raven-l7-proxy-prepare/

kubectl apply -f config/setup/raven-proxy-dns.yaml
# tunnel-nodes: "" <- tunnel-nodes overwrite

# update image
kubectl apply -f config/setup/raven-proxy-dns.yaml
# tunnel-nodes: ""  <- tunnel-nodes overwrite again,and last-applied-configuration lost  tunnel-nodes

image

What you expected to happen: some way regenerate tunnel-nodes

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

Environment:

others /kind question