Steven E. Harris
Steven E. Harris
Today it's possible to parse JSON in Elvish using [the builtin `from-json` function](https://elv.sh/ref/builtin.html#from-json). It would be helpful if we could also load YAML documents with an analogous `from-yaml` function. As...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Kong version (`$ kong version`) Kong Enterprise 2.8.1.0 ### Current Behavior When we...
When running the _eval_ subcommand and manifesting JSON, _jsonnet eval_ uses **three spaces** for its indentation step, per the `manifestJSON` function in file _core/vm.cpp_ (specifically, [here for arrays](https://github.com/google/jsonnet/blob/master/core/vm.cpp#L2558) and [here...
If I invoke Reviewdog in a GitHub Action like the following, ```yaml - name: Confirm Go source code is formatted per "gofmt" env: REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | gofmt...
Following [the documentation's example](https://github.com/reviewdog/reviewdog/tree/ec704660d0a32c1794cf07a29f577347ebf99f6a#github-actions) of running Reviewdog for _golint_ and _go vet_ in "github-check" mode, I run into the following complaint: ``` reviewdog: fail to open config: .reviewdog.yml not found...
# What happened: Create more than one Kubernetes _Service_ and annotate it with ["external-dns.alpha.kubernetes.io/hostname"](https://sourcegraph.com/github.com/kubernetes-sigs/external-dns@23648c2/-/blob/source/source.go?L43-L44) with an empty string as the value. ExternalDNS will create a Route 53 change batch with...
**What happened**: Using the "aws" provider to create DNS records for hostnames that point at AWS ELBs (such as for endpoints extracted from a Kubernetes _Service_ or _Ingress_), since the...
The Kubernetes _Secrets_ created by the controller include two files: _credentials.json_, which is refreshed regularly, and _credentials.process_, which remains fixed over time. [The content of the latter file](https://github.com/mikkeloscar/kube-aws-iam-controller/blob/master/secrets_controller.go#L31-L33) is as...
In the current design, the controller creates a Kubernetes _Secret_ object when it notices one or more pods that wish to mount a _Secret_ with the right name. Any pods...
**Description** On AWS EC2 instances using Flatcar Container Linux versions [2765.1.0](https://kinvolk.io/flatcar-container-linux/releases/#release-2765.1.0) and [2801.1.0](https://kinvolk.io/flatcar-container-linux/releases/#release-2801.1.0) from [the Beta channel](https://kinvolk.io/flatcar-container-linux/releases/#beta-release), with a _kOps_-provisioned Kubernetes installation on top, we encounter a kernel bug that...