-
istio-vet issue & implementation:
https://github.com/aspenmesh/istio-vet/issues/62
https://github.com/aspenmesh/istio-vet/pull/65
-
**Current Behavior**
As of now, the current workflow allows code that contains suspicious or poorly written constructs.
**Desired Behavior**
The CI workflow must examine each PR for bad construct…
-
I'm going through the book, but it's all about CRDs so I feel a bit lost, because I don't need a CRD.
Is it actually possible to create a custom controller for an existing resource (like built-in S…
-
The Istio vet error "A VirtualService must have a unique combination of host and gateway." needs to be updated to allow for multiple VirtualServices defined.
Istio now allows you to do both, 1. mat…
-
Might need more than one in this category
istio-vet implementation: https://github.com/aspenmesh/istio-vet/blob/master/pkg/vetter/mtlsprobes/README.md
Kiali also has several rules touching this:…
-
maybe related to https://github.com/aspenmesh/istio-vet/issues/40 ? regards
```
$ kubectl version
Client Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.2", GitCommit:"59603c6e503c…
-
istio-vet's implementation: https://github.com/aspenmesh/istio-vet/blob/master/pkg/vetter/serviceportprefix/README.md
This is single-object validation, but it's a case where we need a WARN level mess…
-
Based on istio-vet implementation: https://github.com/aspenmesh/istio-vet/blob/master/pkg/vetter/serviceassociation/README.md
This should probably be a WARN level message.
-
**Bug description**
Wildcard destination rules defined in a namespace for services in a different
namespace with exportTo=* are not globally exported, but are silently ignored.
This does not pertai…
-
Firstly, apologies if I am missing something really simple here.
We are testing Istio and what we want is to update pfsense DNS entries using Istio `Gateway` resource(s), as opposed to using standa…