-
Is it possible to have a logical OR operation for different keys when selecting objects? Something like
```key1=value1 || key2=value2```
I am more interested in the programmatic approach via the go…
-
# analysis: KServe setup and testing
* Description: This page describes KServe installation and testing procedure for Kubeflow on Microk8s.
* Goal: KServe installation and primitive testing
We…
-
### Bug Description
I am trying to install Istio in a GKE cluster using Helm. I am following [the istio installation instructure](https://istio.io/latest/docs/setup/install/helm/). When I was trying …
-
**Current State:**
The instructions in the learning paths are for local Kubernetes services only. As a result, some of them don't work for managed Kubernetes services like AKS, EKS, GKE etc.
**Des…
-
Hi, I am deploying Vault as CA with cert-manager-istio-csr. I manage to make it work, Vault certificates are deployed in istio-proxy container but when I define MutualTLS in PeerAuthentication I get t…
-
### Bug Description
The official helm chart break into three charts, base, istiod and gateway and it's fine since it's more modular.
However, the [doc](https://istio.io/latest/docs/setup/install…
-
We've been running GMP managed collectors in our GKE Autopilot by deploying manifests, per https://cloud.google.com/stackdriver/docs/managed-prometheus/setup-managed#config-mgd-collection, for half a …
-
### Bug Description
While upgrading between Istio version 1.10.5 to 1.11.2 we observed a specific case where a particular service entry config did not work as intended.
SE:
The SE is configured with…
-
**Bug description**
I have a service entry as below
apiVersion: networking.istio.io/v1alpha3
kind: ServiceEntry
metadata:
name: google
namespace: zqiao
spec:
hosts:
- ooo
location: MESH_I…
-
Consider a Job with two containers in it -- one which does the work and then terminates, and another which isn't designed to ever explicitly exit but provides some sort of supporting functionality lik…