wulianglongrd
wulianglongrd
> This is not possible as it throws the following error "Invalid value: "HTTpbin": a DNS-1035 label must consist of lower case alphanumeric characters or '-', start with an alphabetic...
Disabling analysis via `PILOT_ENABLE_ANALYSIS`, or increasing the analysis interval via `PILOT_ANALYSIS_INTERVAL` should reduce CPU consumption. see https://istio.io/latest/docs/reference/commands/pilot-discovery/#envvars
According to @ilhamsukmad's cpu profile, about 50% of the consumption is used for GC. If anyone can help provide cpu profile and golang execution trace, it will help analyze the...
By the way, here is a guide to using golang soft memory limit to optimize GC for your reference. https://go.dev/doc/gc-guide#Memory_limit
The http header is usually a `map[string]string`, and I have almost never seen `map[string][]T`. Isn't it?
cc @ramaraochavali
If this api can be merged into master, I will implement it in the istio repository.
@howardjohn @ramaraochavali @aryan16 thanks for your review. To be honest, I also think the naming doesn't look very good. What I want to express are three levels of tolerance for...
> 3 can be IGNORE - that is ignore if jwt is missing or fails validation? Yes, and I think `IGNORE` is good, let's wait for what others opinion.