Philipp Trulson
Philipp Trulson
Starting with version 36 [Fedora stopped supporting `ifcfg` files](https://fedoraproject.org/wiki/Changes/NoIfcfgFiles) by default. Support can be restored by installing the `NetworkManager-initscripts-ifcfg-rh` package, but depending on the scenario this might not be possible....
The documentation for import purposes uses `` most of the time, e.g. [here](https://github.com/hetznercloud/terraform-provider-hcloud/blob/master/website/docs/r/server.html.md#import). However this is not visible on the [terraform documentation website](https://registry.terraform.io/providers/hetznercloud/hcloud/latest/docs/resources/server#import), probably because it is interpreted as HTML....
## Feature Request ### Proposal I'd like traefik mesh to also support CoreDNS when used as a daemonset instead of a deployment. ### Background We use one dns pod per...
Hello, when trying to run the [microsoft/sbom-tool ](https://github.com/microsoft/sbom-tool) with a Go project I get the following error: ``` [INFO] Go CLI was found in system and will be used to...
We just setup your helper, unfortunately it seems like the cache is not used because for each pull a new `registries` entry is added. After executing the following line ten...
**Is your feature request related to a problem? Please describe.** Today we decided to try out the descheduler and created a simple config to delete pods from two deployments after...
### Version redhat-actions/buildah-build@v2 ### Describe the bug We are using this action to build multiarch images on our own runners. However when a build is running on the same runner...
### Description The [action assumes](https://github.com/redhat-actions/push-to-registry/blob/main/src/util.ts#L81-L90) that if `image.split("/").length == 2`, the image must be from Docker hub instead of e.g. quay.io, where the value would be 3 (for example for...
### Is your feature request related to a problem? Please describe. We are having our own runners and are trying to stay Docker-free. To still be able to run actions...
Hello, thanks for the convenient action! Unfortunately it is a bit outdated, because it still uses the node12 runtime which isn't supported on self-hosted runners Apple Silicon / arm64 architecture....