Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISTIO_DELTA_XDS is not a pilot-discovery env var #50977

Open
2 tasks done
spacewander opened this issue May 10, 2024 · 2 comments
Open
2 tasks done

ISTIO_DELTA_XDS is not a pilot-discovery env var #50977

spacewander opened this issue May 10, 2024 · 2 comments

Comments

@spacewander
Copy link
Contributor

spacewander commented May 10, 2024

Is this the right place to submit this?

  • This is not a security vulnerability or a crashing bug
  • This is not a question about how to use Istio

Bug Description

(This is trivial nowadays as ISTIO_DELTA_XDS is defaulted to true since istio 1.22)

Although ISTIO_DELTA_XDS is listed as a pilot-discovery env var in https://istio.io/latest/docs/reference/commands/pilot-discovery/#envvars, in fact, it's only used in the pilot-agent.

Therefore setting ISTIO_DELTA_XDS like other pilot discovery env var doesn't take effect. We need to set it as a pilot agent env var with something like meshConfig.defaultConfig.proxyMetadata.ISTIO_DELTA_XDS=true.

Version

$ istioctl version                                                                          
client version: 1.21.0
control plane version: unknown
data plane version: 1.21.0 (2 proxies)
$ kubectl version --short
Client Version: v1.25.11
Kustomize Version: v4.5.7
Server Version: v1.25.11

Additional Information

No response

@zirain
Copy link
Member

zirain commented May 10, 2024

it's a known issue #47925

@hzxuzhonghu
Copy link
Member

Currently not only this one, but also other envs, like ISTIO_AGENT_ENABLE_WASM_REMOTE_LOAD_CONVERSION

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants