khuedoan / homelab

Fully automated homelab from empty disk to running services with a single command.
https://homelab.khuedoan.com
GNU General Public License v3.0
7.9k stars 705 forks source link

Argocd Apply Manifests Error #161

Closed KalebSchmidlkofer closed 1 week ago

KalebSchmidlkofer commented 1 month ago

Describe the bug

When running make it starts and everything is normal until it gets to apply argocd manifest and crashes with error 2

To reproduce

Steps to reproduce the behavior:

  1. Run make tools
  2. Run make
  3. See error

Expected behavior

Continue normally

Logs and screenshots

image

fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to apply object: b'{\"kind\":\"Status\",\"apiVersion\":\"v1\",\"metadata\":{},\"status\":\"Failure\",\"message\":\"Apply failed with 1 conflict: conflict with \\\\\"kubectl-client-side-apply\\\\\" using apiextensions.k8s.io/v1: .spec.versions\",\"reason\":\"Conflict\",\"details\":{\"causes\":[{\"reason\":\"FieldManagerConflict\",\"message\":\"conflict with \\\\\"kubectl-client-side-apply\\\\\" using apiextensions.k8s.io/v1\",\"field\":\".spec.versions\"}]},\"code\":409}\\n'", "reason": "Conflict"}

Additional context

Add any other context about the problem here, for example:

KalebSchmidlkofer commented 1 week ago

It was just a problem with my host machine