Shida Qiu
Shida Qiu
Source File: [/news/security/istio-security-2020-003/index.md](https://github.com/istio/istio.io/tree/master/content/en/news/security/istio-security-2020-003/index.md)
Source File: [/about/community/customers/index.md](https://github.com/istio/istio.io/tree/master/content/en/about/community/customers/index.md) Diff: ~~~diff diff --git a/content/en/about/community/customers/index.md b/content/en/about/community/customers/index.md index cbde6b36a..f81fa2710 100644 --- a/content/en/about/community/customers/index.md +++ b/content/en/about/community/customers/index.md @@ -14,7 +14,6 @@ Tons of people are using Istio. Maybe you should too?...
OpenSLO has released its v1 API at [https://github.com/OpenSLO/oslo/tree/main/pkg/manifest/v1](https://github.com/OpenSLO/oslo/tree/main/pkg/manifest/v1). Currently, sloth only supports `openslo/v1alpha`, it there a plan to support the stable `v1` version?
1. use `cli.Run` for cli commands, `cli.Run` has already integrated support for `--log-flush-frequency`. As a result, the code is simplified without having to deal with more details about klog. Also,...
The `--api-server-manifest`, `--controller-manager-manifest` and `--scheduler-manifest` flags of `kubeadm upgrade diff` are marked as deprecated in v1.31, they can be removed in v1.33. ref: https://github.com/kubernetes/kubernetes/pull/125779 https://kubernetes.io/docs/reference/using-api/deprecation-policy/#deprecating-a-flag-or-cli ---- edit by neolit123 same...
#### What type of PR is this? /kind cleanup #### What this PR does / why we need it: After #48991, `metav1.{Label|Field}SelectorQueryParam` has not been used at all. The `client-go`...