Open brimdor opened 6 months ago
You can retry run make
, it will work
Yes but that defeats the purpose of a single command build. You see this being performed in the video in the readme. That is not possible if the process has a break and then you have to run it again.
On Mon, Jul 29, 2024, 04:37 fullstackjam @.***> wrote:
You can retry run make, it will work
— Reply to this email directly, view it on GitHub https://github.com/khuedoan/homelab/issues/160#issuecomment-2255459846, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJFVDZQHW7NXDDNLS4ASUTZOYEMLAVCNFSM6AAAAABHRDCT3WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJVGQ2TSOBUGY . You are receiving this because you authored the thread.Message ID: @.***>
interesting thing is when i use kubepary to install kubernetes: v1.30.3, make -C system
works well, so i think question may be on k3s version
Similar issue to: https://github.com/khuedoan/homelab/issues/102 When running "make" for the first time, when it gets to the "system" portion, it fails.
system\bootstrap.yml
That task fails and gives the following error: TASK [Apply ArgoCD manifests] ** An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ansible_collections.kubernetes.core.plugins.module_utils.k8s.exceptions.CoreException: Failed to load resource definition: 'str' object has no attribute 'setdefault' fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to load resource definition: 'str' object has no attribute 'setdefault'"}
To reproduce this error, start over from scratch, to replicate a first time build. You can do this using my reset script I put in a pull request along with other quality of life change suggestions. (https://github.com/khuedoan/homelab/pull/159)
Then run the usual process to build.
Once it gets to the step described above, it will fail.