Jonathan Davies
Jonathan Davies
I have a simple pipeline: ``` pipeline: helm_deploy: image: quay.io/ipedrazas/drone-helm skip_tls_verify: true chart: stable/prometheus update_dependencies: false release: prometheus namespace: production-prometheus dry-run: true secrets: [ api_server, kubernetes_token ] when: branch: [master]...
The `service-account` option at https://github.com/ipedrazas/drone-helm/blob/8e7b0b391270265092b9cb1cb4d19acf163c2750/main.go#L166 isn't documented.
**Is your feature request related to a problem? Please describe.** I'd like a simple option to enforce HTTPS on the radio streams I listen to. Some of them appear to...
**Is your feature request related to a problem? Please describe.** Please add a way to not have the station URLs update to the redirected stream URL given by the station....
A neighbour asked me if I knew if there were any basketball courts in the area - I knew that this was easy with overpass-turbo, just go to: - https://wiki.openstreetmap.org/wiki/Tag:sport%3Dbasketball...
This error comes up when update-operator starts: ``` I0205 11:43:43.274698 1 main.go:78] /bin/update-operator running I0205 11:43:43.274827 1 leaderelection.go:174] attempting to acquire leader lease... E0205 11:45:38.947857 1 event.go:260] Could not construct...
As a new Alire user - it's not clear to me how to go from: ``` $ alr init --lib my_lib $ alr init --bin my_bin ``` ...to actually being...
IPv6 support
IPv6 should be moving to beta in 1.10 and is in alpha in 1.9 - does kube-router have any integration with the protocol version?
I downloaded the binary from the releases page, and ran it with `-init` and got: ``` $ bitwarden-go-linux-arm -init 2019/01/08 22:55:27 SQL error with ... Binary was compiled with 'CGO_ENABLED=0',...
It would be great if kube-monkey could expose a metrics endpoint with values for things it has done. Inspiration can be drawn from https://github.com/linki/chaoskube/issues/23 :)