John Howard
John Howard
+1 to @rcernich shouldn't Istio be installed in the same namespace as the ICP, which implies the namespace already exists?
> From the examples we discussed, I only see "operator" and "istio-system" namespaces are mentioned. Both should be managed by cluster/mesh admins. Do we have use cases that the ICPs...
Does kustomize require a root dir? I have used `kustomize build " https://github.com/kubernetes-sigs/service-apis/config/crd` which isn't the root unless I am understanding incorrectly. On Thu, Sep 10, 2020 at 9:54 AM...
I think there are two questions we need to answer here - should this be configurable and should this be default on? This has a lot of similarities to https://istio.io/latest/blog/2021/upcoming-networking-changes/...
This is likely an issue with your k8s cluster. I recommend trying: ``` function token-review() { kubectl create --raw /apis/authentication.k8s.io/v1/tokenreviews -f -
By the way, in the future, the html file are auto generated from the corresponding .proto file. You should modify that file then run `make gen`. Thanks for the PR!
Plans to move this to beta have not begun. If you are interested in this, they best place to follow is the Environments working group (https://docs.google.com/document/d/1Ot9AeoiNYnI3fbQrq3w_-cyGxOqS8AD0RChkQfVxyhs or #environments on slack)
Kubernetes API guidance is to not reuse structs where possible, as it leads to bugs like accidentally modifying fields in resources you didn't intend to. I also don't think its...
Can you link an issue or describe what is fixed or add a test?