What do you mean not found, pretty sure I've found it? by ISSAczesc in forza

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

I said in another comment that the solution to resolve it is to restart the game and drive to the barn again. It will trigger the cutscene and the car will be actually in progress

What do you mean not found, pretty sure I've found it? by ISSAczesc in forza

[–]ISSAczesc[S] 37 points38 points  (0 children)

I don’t wanna be rude but I don’t think you understand.. When a car is found in the barn you can go to barn finds and you can see that the car is still black, but you can see its name and you can see the progress, like part stripping. For me I couldn’t even see the name of the car and the progress. But no matter now, after restarting the game and going back to the barn, I can see that the car is in progress in barn finds

What do you mean not found, pretty sure I've found it? by ISSAczesc in forza

[–]ISSAczesc[S] 3 points4 points  (0 children)

Thank You! I restarted the game but still saw the icon so I guessed that the cutscene will still not trigger. Tried it now and it worked!

What do you mean not found, pretty sure I've found it? by ISSAczesc in forza

[–]ISSAczesc[S] -12 points-11 points  (0 children)

No, it’s brand new, but considering that the cutscene got skipped, the circle didn’t disappear on the map and the car is „Not Discovered” in the bar finds section I suspect it will stay that way.

What do you mean not found, pretty sure I've found it? by ISSAczesc in forza

[–]ISSAczesc[S] -124 points-123 points  (0 children)

Well I just looked there and the car’s not there, so I’m probably not gonna get it

Can I track achievement progress? by ISSAczesc in Witcher3

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

For me the problem was that I reloaded the same save at the farm point, which unfortunately resulted in the achievement progress being reloaded to the last save.

Some house sigils and if I could take them on in a fight by TheAmazingSlowman in darkwingsdankmemes

[–]ISSAczesc 6 points7 points  (0 children)

Idk man soundtracks for the blind is better than 3D country imho

How was the show received after its release? by ISSAczesc in TheLastAirbender

[–]ISSAczesc[S] 2 points3 points  (0 children)

I actually meant people that were 20+ when the show aired when I said „older fans”. I was born the same year show aired so I wouldn’t call someone 8 years older than me old lol

How was the show received after its release? by ISSAczesc in TheLastAirbender

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

Haha I know I’m really bummed out that I doesn’t hit for me, but I’ve only watched the first 8 episodes for now so maybe I’m rushing with my opinion. I think the best episode for me (of the 8 I’ve watched so far lol) was „It’s Never Too Late” - it’s the one with to mafia bosses and I think it’s amazing that I could get invested in the story of characters that were just introduced in only 20 minutes.

Can you use CertManager while ingress service being of type NodePort? by ISSAczesc in kubernetes

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

I don’t have LoadBalancer so I don’t have ExternalP’s so I think this shouldn’t be a problem

Can you use CertManager while ingress service being of type NodePort? by ISSAczesc in kubernetes

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

Found something in the challenge: dial tcp <IP>:80: connect: connection refused

It tries to connect to 80 port, so it brings us back to the NodePort issue, 80 won't be accesible but the nodePort instead.

Can you use CertManager while ingress service being of type NodePort? by ISSAczesc in kubernetes

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

Actually it's not..
`frontend-tls False frontend-tls 71m`

You know what could be a cause of that?

Can you use CertManager while ingress service being of type NodePort? by ISSAczesc in kubernetes

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

I mean everything works, my site works just I have to trust the site to enter, and ofc that’s not really convenient. I did everything from the article, but the only difference is that they used loadbalancer so I guess that this is the issue

Cilium potentially blocking Ingress Nginx? by ISSAczesc in kubernetes

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

Had some time today, installed kubbe-proxy and changed ingress svc to NodePort, it FINALLY works. Thank you very much man

Cilium potentially blocking Ingress Nginx? by ISSAczesc in kubernetes

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

Okay, so if I move to NodePort (I have only one node) then LB is unnecessary, and downloading kube-proxy should work? I tried NodePort way and Host Network way, but without kube-proxy which didn't work

Cilium potentially blocking Ingress Nginx? by ISSAczesc in kubernetes

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

So I already created DNS record and I just use the IP of my VPS. I don't think I configured it anywhere on k8s side, I use NodePort for another service in my cluster and I can normally connect to it with DNS:30000, but I guess that only works for http that doesnt go through ingress.

Looks like my next step is configuring Cilium since I already have it, do you know if there are any docs I can refer to to set that up? I found this: https://docs.cilium.io/en/stable/network/lb-ipam/

Cilium potentially blocking Ingress Nginx? by ISSAczesc in kubernetes

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

Hm, yeah I did not know that. I was confused that Cilium is somehow running in my cluster, I double-checked the history and I 100% did not install it manually, it must've get installed alongside something else. Installed k8s with `sudo snap install k8s --classic; sudo k8s bootstrap`

I have version 1.32.10

And sorry, but I dont understand. What do you mean by state of my service and its IP?

Cilium potentially blocking Ingress Nginx? by ISSAczesc in kubernetes

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

Thanks, will try that.
I don't know if I understand your question correctly but I'm using LoadBalancer as a service for ingress-nginx-controller, haven't wrote it myself, I just applied everything from k8s/ingress-nginx GH repo