-
See istio-vet implementation: https://github.com/aspenmesh/istio-vet/blob/master/pkg/vetter/meshversion/README.md
-
- [x] Update the existing cluster to head
- [x] Apply [breaking changes](https://github.com/kubernetes/test-infra/blob/master/prow/ANNOUNCEMENTS.md) since November to deployments and update, which …
fejta updated
5 years ago
-
**Bug description**
When importing client-go compatible types e.g. ```istionetworking "istio.io/client-go/pkg/apis/networking/v1alpha3"``` go vet produces errors such as ```vendor/istio.io/client-go/…
-
When I run `go vet ./...` I see:
```
# github.com/expel-io/nightingale/handlers_test [github.com/expel-io/nightingale/handlers.test]
handlers/health_check_handler_test.go:33:3: undefined: mockHttpC…
-
I am trying to create a Couchbase cluster in GKE with Istio (envoy proxy) using the Autonomous Operator 1.1.
The operator starts up fine, and after running the yaml to create the couchbasecluster the…
-
Istio's [JWT](https://istio.io/docs/reference/config/istio.authentication.v1alpha1/#Jwt) are configured via Authentication Policies and they target a service by name. If the service doesn't have ports…
-
This is a follow up to https://github.com/istio/istio/pull/16350 to add some analyzers to the bare-bones framework. Specifically, we want enough analyzers to 1) vet the process of writing them, 2) dem…
-
We need to run istioctl on a k8s service to emit the following validation errors: ports not named correctly, protocol conflicts with other services/service entries in the system, warnings about headle…
-
We have seen many users asking for help about why does Istio auth policy (mTLS, jwt, etc) doesn't work or not working as expected in their environment. Usually we have to look deep into the policy app…
-
**Bug description**
I have set up one custom gateway per environment on our cluster. Each of them contains the gateway, virtual service and destination rule objects in single files.
This all wo…