Florian Klink
Florian Klink
I'm using the `cluster` external label to distinguish metrics/logs pushed from several clusters. The `cluster` label seems to get derived from the namespace and resource name of the `GrafanaAgent` resource....
Does Tow-Boot support [BOOT_LOADER_SPECIFICATION](https://systemd.io/BOOT_LOADER_SPECIFICATION/) (originated from [freedesktop](https://www.freedesktop.org/wiki/Specifications/BootLoaderSpec/)) This provides an already common standard out there, which should be sufficient enough even for embedded stuff.
Wire version: 3.16.2923 Wire for web version: 2020.03.23.1558 Operating system: NixOS, nixpkgs at 7fedac34b1063091fff4cd8fceb747f9918286ac. Which antivirus software do you have installed: None What steps will reproduce the problem? 1. Plug...
## Summary After experimenting with Concourse a bit, I tried to get `concourse web` to run manually. ## Steps to reproduce - Follow https://concourse-ci.org/concourse-generate-key.html to generate keys - Run concourse...
After running unit tests, the following files/folders seem to have been created: ``` bb/ cmds/core/wget/200 cmds/core/wget/302 pkg/crypto/tests/private_key2.pem pkg/crypto/tests/public_key2.pem ``` These should probably created in a tmpdir, and removed afterwards.
I cloned the repo, and ran the tests via `go test ./...`. Some of them seem to fail. I further restricted this to `go test -v ./pkg/boot/...`, and there still...
k2tf imports https://github.com/kubernetes-sigs/metrics-server/releases/193ce3be9d8b28c1863920258c4d1f4f1e656f25/download/components.yaml, but the generated `kubernetes_deployment` resource has an empty_dir key, which should be a block: ```hcl resource "kubernetes_deployment" "metrics_server" { metadata { name = "metrics-server" namespace = "kube-system"...
[kubernetes_manifest](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/manifest) now exists, and can be used to create instances of custom resources. It'd be nice if k2tf would support this. RIght now, it just fails (when trying to transform...
Trying to import `https://raw.githubusercontent.com/alex1989hu/kubelet-serving-cert-approver/7e8359ce4f118bc5456959b5302cefdb26d1f7eb/deploy/standalone-install.yaml` returns the following warnings: ``` 5:50PM Warn | excluding attribute [kubernetes_pod_security_policy.spec.supplemental_group.range] not found in Terraform schema field=PodSecurityPolicy.Spec.SupplementalGroups.Ranges name=kubelet_serving_cert_approver type=kubernetes_pod_security_policy 5:50PM Warn | excluding attribute [kubernetes_pod_security_policy.spec.supplemental_group] not...
Update the version bounds to allow docutils 0.19, and update the fixtures to match the output produced by 0.19. Fixes https://github.com/executablebooks/MyST-Parser/issues/591.