Michael Reiger

Results 11 issues of Michael Reiger

Adds the ability to edit destination prefixes of existing networks. This makes prefix-lists for firewalls adjustable (at firewall creation time, currently). The reason for this PR is the need to...

Apparently it can sometimes happen that an attempt from metal-hammer to report a successful reinstall of a machine fails with an error code 500; in one such instance the machine...

When displaying a network with property ` vrfshared: true` with `metalctl network list --id= -o yaml` it falsely claims `vrfshared` is set to `false`: ``` $ metalctl network list --id=...

Audit events from the kube-apiserver contain a field for the source IP that the requests came from. Example: ``` audittailer-768f964b78-t4hcs audittailer {"kind":"Event","apiVersion":"audit.k8s.io/v1","level":"Request","auditID":"39d36d5d-cae5-4b0c-8ef2-8dc8013f49d1","stage":"ResponseComplete","requestURI":"/api/v1/namespaces/default/pods?limit=500","verb":"list","user":{"username":"oidc:IZ00242","uid":"IZ00242","groups":["oidc:all-cadm","system:authenticated"]},"sourceIPs":["10.67.48.2"],"userAgent":"kubectl/v1.21.1 (linux/amd64) kubernetes/5e58841","objectRef":{"resource":"pods","namespace":"default","apiVersion":"v1"},"responseStatus":{"metadata":{},"code":200},"requestReceivedTimestamp":"2021-05-27T17:30:52.228925Z","stageTimestamp":"2021-05-27T17:30:52.231553Z","annotations":{"authorization.k8s.io/decision":"allow","authorization.k8s.io/reason":"RBAC: allowed by ClusterRoleBinding \"oidc-all-cadm\" of ClusterRole...

Hi, I wonder if you could support checkboxes in the markdown editor/display? The application I have in mind is shopping lists, for example like this one: Shopping list --------------------- *...

Hi I am trying to use this plugin (via the [fluentd kubernetes daemonset](https://github.com/fluent/fluentd-kubernetes-daemonset) [Debian syslog docker image](https://github.com/fluent/fluentd-kubernetes-daemonset/tree/master/docker-image/v1.12/debian-syslog), which as far as I can tell uses this plugin for output.) I...

When resolving DNS names that have a huge IP address pool (eg on AWS), the usual behaviour of DNS servers is to return a limited subset of IPs (say, 8...