Timur Bakeyev
Timur Bakeyev
> Here is the workaround [#18 (comment)](https://github.com/MuhammedKalkan/OpenLens/issues/18#issuecomment-1200501408) Yep, that worked for me! Maybe, if necessary, we can create crowdfunding for the developer certificate to sign binaries?
I think this issue deserves to be in the README.md or around. I also was wondering why even code snippets are not directly usable in the configs and now I...
> > so to install the chart from that specific repo I have to prefix my chart name with a repo name, `hashicorp/consul`, while Terraform Helm provider does not need...
Being newbie for all EKS/k8s/helm shebang I hit the same error following the instructions and got frustrated and stuck for quite a while, until risked to go farther despite the...
I was trying to look into the code to make OpenLens to work with my VM cluster, but out of a sudden it works out of the box O_O @sergeyshaykhullin...
I think that @Spekpannenkoek analysis is correct, but at the top of that the current `dns_acmedns.sh` script destroys the account information on the first run and, especially if you run...
I was wondering, what is wrong with Grafana dashboard. Indeed it's aimed for K8S only. So, if you have created a dashboard for regular setup, with instances(hosts) and, possibly, multiple...
That seems to be the new home for the extension https://github.com/vbystricky21/debug-pods-lens-extension
So, the change is really small. Without much of the understanding, just mostly cut-n-paste: ```diff --- in_systemd.rb.orig 2023-11-03 17:37:20.875477097 +0000 +++ in_systemd.rb 2023-11-04 00:17:33.088467944 +0000 @@ -50,7 +50,8 @@ module...
That actually looks like a permission problem as stated in https://github.com/fluent-plugins-nursery/fluent-plugin-systemd#when-i-look-at-fluentd-logs-everything-looks-fine-but-no-journal-logs-are-read- > Journal files are, by default, owned and readable by the "systemd-journal" system group but are not writable. Adding...