brimdor
brimdor
I'm sure LDAP works fine in general, however, I use SAML SSO in my environment that I'm trying to implement this.
Git 2.35.2 was given a patch for CVE-2022-24765. This now requires you to set a safe directory configuration in the .git/config file. But it has to be done inside the...
``` make[1]: Leaving directory '/home/brimdor/homelab/metal' make -C bootstrap make[1]: Entering directory '/home/brimdor/homelab/bootstrap' kubectl create namespace argocd --dry-run=client --output=yaml \ | kubectl apply -f - namespace/argocd created cd argocd && ./apply.sh...
Now this is happening ``` ingress.networking.k8s.io/argocd-server created resource mapping not found for name: "argocd-application-controller" namespace: "" from "STDIN": no matches for kind "ServiceMonitor" in version "monitoring.coreos.com/v1" ensure CRDs are installed...
I removed `set -ex` from both apply.sh files and I am able to get past the latest error.
I am regretting rebuilding to help troubleshoot this issue. Now Cloudflare is not populating the DNS records. It's only setting up the tunnel. When it runs the bootstrap/argocd/apply.sh, I get...
I don't. This is all new to me so I failed to collect certain items or even know where to look when things go wrong. I eventually got the environment...
FYI: I had to rebuild and I get this same issue even with the latest pull of your respository. I have some hardware coming in couple days that will allow...
It seems to be a time issue. The time for the namespace to be created before it can move forward. I added 'sleep 10' then 'sleep 30' then 'sleep 60'...
The only changes are from make configure and the sleep 60. Everything else is out of the box experience that you have in your repo.