Rick Ducott
Rick Ducott
Currently the traffic targets define access control rules along a set of routes between a source and destination (https://github.com/deislabs/smi-spec/blob/master/traffic-access-control.md). Since we are trying to define rules such as "A can...
Currently the `create` root command is broken. **tldr: we should remove this command.** `glooctl create -f ...` or `glooctl create --file ...` are both broken. ``` glooctl create -f vs-1.yaml...
The tutorial says to install glooshot using this command: ``` supergloo install istio \ --namespace glooshot \ --name istio-istio-system \ --installation-namespace istio-system \ --mtls=true \ --auto-inject=true ``` This writes the...
In `glooctl` and elsewhere we rely on logic to check the readiness of pods. This logic is a bit complex and care needs to be handled to account for completed...
When rendering a changelog dep bumps, only render one per dep with the largest tag.
Accidentally cleared CLI docs from gloo, then on the next push it skipped CLI docs.
- Allow pushing auto-generated helm values table - Fix v2 docs for gloo gateway v2
Accidentally pushed an empty changelog in https://github.com/solo-io/solobot/pull/46, was able to pass validation. Should require a changelog entry.
Currently valuable readmes (i.e. docs utils, changelog utils) are hard to find. Link from main reademe.
Kubeutils are hard to `go mod` in. Anyone that depends on `testutils` will indirectly pull in Kube.