bewing
bewing
I unfortunately do not have any access to any Juniper MX hardware to test at this time -- is it possible to reproduce this issue with a vMX instance? I...
> and btw this https://github.com/influxdata/telegraf/pull/11019/files#diff-8f015c9f22f0f8f4f8ee17b671e6d8f3ffa1871b86fc765a96e00d9d45ba0f39R507-R510 was never translated to https://github.com/influxdata/telegraf/blob/master/plugins/inputs/gnmi/README.md > > that could have solved the issue. Will try in a day or so. It appears the doc change...
I am still experiencing this issue. Here is a gist with the full output from executing the script with -x set: https://gist.github.com/bewing/62f50954a6a8cb9e6ca1e3c6a100fcb7 The machine in question is colocated with ServerCentral...
As additional information: This is non-deterministic. Once, it did manage to download/install the binary successfully. I think Github or its cache might be doing some A/B testing of removing newlines...
Curious if in your testing performing `curl -s https://api.github.com/repos/kubernetes-sigs/kustomize/releases` generates the output as one extremely long line, or as multi-line? ``` $ curl -s https://api.github.com/repos/kubernetes-sigs/kustomize/releases | wc -l 0 ```...
If newlines are not present, adding `jq` into the invocation can restore them, and make this work properly: ``` # non-working curl -s https://api.github.com/repos/kubernetes-sigs/kustomize/releases | grep browser_download.*linux_amd64 | cut -d...
> So should we modify the script to use jq? What's the current status here? I'm not sure. How can you ensure that `jq` is present? It looks like the...
It looks like the root cause is additional information in the BGP neighborship output: ``` Local next hop for next hop self: IPv4 Unicast: missing (cannot send updates with next...
> Hold SHIFT & Select the text using mouse, then use CTRL + INSERT for `copy` and SHIFT + INSERT for `paste`, This approach is great for single-line copies, but...
I am still able to reproduce this issue in the 8.4.1 docker container as well