John Howard
John Howard
https://github.com/alexellis/arkade/blob/master/cmd/apps/istio_app.go#L121 is triggering some jobs. Maybe those do not complete before the next step. IN https://istio.io/docs/setup/install/helm/#installation-steps we add a `kubectl wait` step
Works great! thanks!
Similar issue - since we move out of the _test.go world, we cannot access things defined in other _test.go files. example: common_test.go: ``` type Foo struct {} ``` fuzz_test.go: ```...
That doesn't meet the original use case since it requires Consul Service mesh
Poor mans solution as a makefile: ``` generate: ## re-generate all manifests @mkdir -p $$HOME/.khelm cd manifests; find -name khelm.yaml | xargs -I{} $(KPT) fn eval \ --image mgoltzsche/khelm:v2 --network...
I was hoping kpt would be able to be a (much) smarter `kubectl apply`. It serves that roll pretty well today, and I don't think there are any other tools...
I was on master - One line reproducer: `git clone https://github.com/istio/api; cd api; buf breaking --against '.git#branch=master' --path type` ``` $ buf build .git#branch=master -o -format=json | jq '.file[] |...
FWIW a way to reproduce is to take http://github.com/istio/istio then apply this diff ```diff diff --git a/pilot/cmd/pilot-discovery/main.go b/pilot/cmd/pilot-discovery/main.go index 82396a9da7..fa0c4596c6 100644 --- a/pilot/cmd/pilot-discovery/main.go +++ b/pilot/cmd/pilot-discovery/main.go @@ -19,9 +19,11 @@ import...
I don't think that resolves it @amckinney . That allows someone to override the dependencies, but doesn't provide a way to migrate an existing project AFAIK? For example, go.buf.build/protocolbuffers/go/envoyproxy/envoy/ will...
I also see this with GKE v1.18.6-gke.4801 ``` nodeInfo: architecture: amd64 bootID: 1d45c4af-5438-4d5e-a153-1036dc69a8cb containerRuntimeVersion: docker://19.3.9 kernelVersion: 5.4.49+ kubeProxyVersion: v1.18.6-gke.4801 kubeletVersion: v1.18.6-gke.4801 machineID: ec7958c51f94158d4815fc14ad9f4614 operatingSystem: linux osImage: Container-Optimized OS from Google...