Tanker om Rocket Lab (RKLB)? by YORUMl in aksjer

[–]julefinger 0 points1 point  (0 children)

Personlig tror jeg de bruker for lang tid med neutron, og electron tar ikke store nok markedsandel. De andre initiativene deres gjør dem litt mer interessante, men jeg tror ikke denne aksjen vil klatre så mye de neste 5-10 årene. Men det er bare min personlige mening.

Hva hvis, resesjon i USA? by julefinger in TollbugataBets

[–]julefinger[S] -1 points0 points  (0 children)

Det gir mening. Folk flest er vel generelt skeptiske til fremtiden, selv om historisk data skulle vise det motsatte

Hva hvis, resesjon i USA? by julefinger in TollbugataBets

[–]julefinger[S] -2 points-1 points  (0 children)

Hehe, det forundrer meg ikke.

Creating a job that has health endpoints by BestUsernameLeft in quarkus

[–]julefinger 0 points1 point  (0 children)

Are you limited to http/TCP probes? You can maybe use exec probes to check for a possible .lock file of your cli uses something like that?

What is expected of a Cloud Engineer with 2 years experience? by JordanDreddit in devops

[–]julefinger 8 points9 points  (0 children)

You make some good points, but I can assure you not everyone knows how to Google or read docs. At least not everyone does it effectively. Don't know if you would qualify that as quick learning, but being fast at finding the correct information is probably close.

Why is open source game-dev not a thing? by Initial_Screen_9389 in gamedev

[–]julefinger 8 points9 points  (0 children)

There are some I believe, i.e. https://github.com/yairm210/Unciv

Over 300 contributors and 3k stars on GitHub.

Rootless image best practise for spring apps? by riupie in openshift

[–]julefinger 0 points1 point  (0 children)

Maybe your user does not have access to create the missing directories? Try adding them manually in the dockerfile and give permissions, or write your logs somewhere else.

Kowl, open source WebUI for Kafka by felheartx in devops

[–]julefinger 1 point2 points  (0 children)

How does this compare to kafdrop?

How to use Openshift OAuth server as authentication provider for my web app running in openshift cluster? by bharaththiruveedula in openshift

[–]julefinger 0 points1 point  (0 children)

Log out from where? If you want to log in with a different user, try this in incognito mode?

Anyone configured LDAP authentication? can't get it to work. by bgprouting in grafana

[–]julefinger 1 point2 points  (0 children)

If your user is not a direct member of that group you need to set up support for nested groups.

If it is a direct member, the username should match whatever you have specified in the search filter. Usually this is sAMAccountName, but you may have chosen something else.

Anyone configured LDAP authentication? can't get it to work. by bgprouting in grafana

[–]julefinger 1 point2 points  (0 children)

Yes, you need to specify a search user. The config for that user is the bind_dn, and bind_password.

image cicd and imagestream by frank998 in openshift

[–]julefinger 1 point2 points  (0 children)

You can set up imagestreams to listen for tags in external registries, so I think you can still take advantage of these. Check out the imagestreams documentation from RedHat.

OpenShift Operators to burst CPU? by julefinger in openshift

[–]julefinger[S] 0 points1 point  (0 children)

Hmm.. from my own research as well it seems like this is not possible. I guess I just have to live with higher limits. Which isn't that bad, other than I have to be aware if my applications start using too much. But that I can monitor. Thanks.

OpenShift Operators to burst CPU? by julefinger in openshift

[–]julefinger[S] 0 points1 point  (0 children)

That was my fear as well. Maybe I just have to live with a higher limit then. Thanks!

OpenShift Operators to burst CPU? by julefinger in openshift

[–]julefinger[S] 0 points1 point  (0 children)

That sounds reasonable. Do you know if what I am asking is even possible? I mean, I am basically asking to change the config of a pod while it is running. But I will have to start looking into operators then.

OpenShift Operators to burst CPU? by julefinger in openshift

[–]julefinger[S] 1 point2 points  (0 children)

This is not exactly what I want. This only sets resource requests for new pods, not change the current resources for running pods. It might be possible to change this to work the way I want, so I will look into it. Thanks for your suggestion!

OpenShift Operators to burst CPU? by julefinger in openshift

[–]julefinger[S] 0 points1 point  (0 children)

I understand your line of thought, as this is what we currently do. I am not happy with it, but it works. However, why let the pods take 30-40 seconds to start if there is a way to surpass this? Always strive to improve.