Grant Zukel

Results 12 comments of Grant Zukel

Sorry I'll add labels from now on. Thanks! I think this is a bug on the client side. I'm just curious any ideas on how to fix?

So I did some testing, I assigned a EIP to my NLB and I can connect to the NLB's EIP directly.I updated my DNS world.palworld-servers.io:8211 to point directly to the...

Thanks for the tip on how to check I will check here shortly @ClearlyClaire @Gargron on AWS everything is open for outbound traffic right now so that shouldn't be the...

@ClearlyClaire mastodon@mastodon-85ff786f88-hxqvp:~$ journalctl -u mastodon-sidekiq bash: journalctl: command not found journalctl isn't enabled in the docker file for mastodon. :(

I'm running in K8S which runs the docker file in the root of the repo. I assume you're referring to using docker compose @Gargron and that is a side container...

interesting I'll have to see if that is running as part of the docker file because im not running it explicitly as a side car. If not I will look...

@Gargron thanks I'll publish my stuff publically for everyone or do a pr so everyone can leverage it who wants to run k8s. However, there needs to be some way...

@Gargron Thank you I was able to make it work by using some sidecars. The only problem I'm having now is: When I try to save any settings as admin...

And because I said I would share.. ``` --- apiVersion: apps/v1 kind: Deployment metadata: name: -=app_name=- namespace: -=kubernetes_namespace=- labels: app: -=app_name=- spec: replicas: 1 strategy: type: RollingUpdate rollingUpdate: maxSurge: 1...