2d034593a7c879a967a5e8c245582196a7c790f4
unkin.net is split-horizon: the _acme-challenge.unkin.net delegation CNAME to _acme-challenge.acme.unkin.net exists only in the public Google Cloud DNS view. cert-manager CNAME following resolved via in-cluster CoreDNS and the nodes internal resolver, which serves an internal view lacking that CNAME, so Follow found no delegation and still targeted zone unkin.net on bind-external, giving NOTAUTH. Follow needs a public-view resolver for both the CNAME chase and the propagation self-check. - Set acmeDNS01.recursiveNameservers to 8.8.8.8:53 and 1.1.1.1:53 with recursiveNameserversOnly true in the cert-manager ControllerConfiguration so DNS-01 resolution and self-checks use the public DNS view. Claude-Session: https://claude.ai/code/session_01JUoARVdmhxKQHyyyp1pxeT
argocd-apps docs
Operational notes for the manifests in this repo.
| Doc | What it covers |
|---|---|
| cnpg-backups.md | How CNPG Postgres backups (WAL archiving + nightly base backups) to Ceph RGW are configured. |
| cnpg-restore.md | Restoring a CNPG cluster: full recovery, point-in-time recovery, cutover, and gotchas. |
| authentik-rancher-sso.md | Manual runtime step to point Rancher's OIDC auth at the canonical identity.unkin.net issuer and trust the internal CA. |
| gitea-migration.md | Staged cutover of the git.unkin.net forge from the Puppet VM to the gitea namespace. |
Description
Languages
Shell
89.8%
Makefile
10.2%