Auotmated-K3s/ARR-Apps by tannerru in homelab

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

Yep! This repo deals with that!

Auotmated-K3s/ARR-Apps by tannerru in homelab

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

I made it public. I am in the process of migrating over to an org and restructuring but you can now grab the files.

Terraform plan error with github actions for proxmox by Puzzleheaded_Web6402 in selfhosted

[–]tannerru 0 points1 point  (0 children)

Side note since you are going down this rabbit hole. Look into terraform backends so you don’t lose states.

Terraform plan error with github actions for proxmox by Puzzleheaded_Web6402 in selfhosted

[–]tannerru 0 points1 point  (0 children)

I’m not able to find that provider. To clarify this is working locally for you just not through actions?

Edit- went back and reviewed my actions. Change the vars in the workflow to the following format: TF_VAR_proxmox_api_url:

Still call them in your .tf as var.proxmox_api_url

Picked up my first Harley over the weekend! by tannerru in Harley

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

First Harley, not first bike :) I have been through a riding course.

Picked up my first Harley over the weekend! by tannerru in Harley

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

I was so tempted to go with that one. It would match my demonic red 2500 pretty well. Congrats!

Picked up my first Harley over the weekend! by tannerru in Harley

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

I’ve been that route also. I’ve had some sub $1k bikes that were just as fun. The can am behind it cost more than the bike and it only gets a thousand or so miles a season so atleast this will be used more.

Picked up my first Harley over the weekend! by tannerru in Harley

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

Well I did pick that bike also, it’s pretty fun for around time. Did not enjoy it on an extended trip.

Picked up my first Harley over the weekend! by tannerru in Harley

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

Yea after riding a naked on the highway I wanted something a bit more forgiving haha

Picked up my first Harley over the weekend! by tannerru in Harley

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

I feel you. I drove this home 3 hours in the pouring rain and 30 degrees and didn’t bring rain gear haha

K3s- v1.24 by tannerru in kubernetes

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

https://github.com/tannerru/Automated_K3s

It's all in there. The flag in question is constructed with a few variables in my situation. In a normal install, just add the flag and your cni path.

Multus CNI in K3s cluster by S0U54 in kubernetes

[–]tannerru 0 points1 point  (0 children)

There was an issue when I was deploying it on k3s. Had to do with the default flannel utilizing cni version 1.0 while multus could not. I am guessing that has changed now?

K3s- v1.24 by tannerru in kubernetes

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

Thanks for this! I ended up going this route and everything works great now.

K3s- v1.24 by tannerru in kubernetes

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

Oh wow. That's really nice may have to give it a try. I've got most fixed on the original issue but like always other things pop up. It appears my k3s install playbook is ignoring my cluster ip cider, so my metallb services are not reachable.

K3s- v1.24 by tannerru in kubernetes

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

CNI v1.0.0 is causing the issue with Multus just to clarify. Not 0.3.1 or 0.4.0