Jirka Kremser
Jirka Kremser
when running those https://github.com/jcjohnson/fast-neural-style/blob/master/models/download_style_transfer_models.sh and https://github.com/jcjohnson/fast-neural-style/blob/master/models/download_vgg16.sh scripts it creates small files with following content: ```bash cat models/eccv16/starry_night.t7 301 Moved Permanently Moved Permanently The document has moved here. ``` When using...
Open~Tracing~Telemetry stuff 4 k8gb - by default, it is "noop" - iff enabled (`tracing.enabled`): * helm chart deploys otel collector as a sidecar container on k8gb pod * iff enabled...
Fix #920 The latest released version of this go client doesn't have the full support for CRUDING the TXT records (get is missing) so we need to depend on a...
Replicate our steps described in [local setup](https://www.k8gb.io/docs/local.html) on MS Azure's AKS. Including the - `make test-failover` - `make test-round-robin` (the concepts captured by these Makefile targets) Deliverables: pull-request with the...
Currently [it's always](https://github.com/k8gb-io/k8gb/blob/v0.8.7/chart/k8gb/templates/operator.yaml#L37:L38) an empty string and we watch for events created by the gslb custom resources in all the namespaces. This can contain a comma separated list of namespaces...
Sometimes goreleaser is not able to build the multiarch image and if it fails for 1 platform, it fails the whole build with this cryptic issue: https://github.com/k8gb-io/k8gb/runs/6816387426?check_suite_focus=true#step:4:55 ``` release failed...
more details in issue #720 Unfortunately, the `clusterGeoTag` was also used in helm chart for calculating the `extdnsOwnerID` which is then passed to `external-dns` deployment as an argument for the...
Signed-off-by: Jirka Kremser
Currently neither the `golangci-lint run` nor the `gokart scan --globalsTainted --verbose` do catch some things that `gofmt -w -s .` does to code. We can do `gofmt -l .` that...