mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
Upgrade Ceph to v19.2.3, fix netbird webhook failurePolicy
- Ceph v19.2.0 has BlueStore::expand_devices assertion bug that crashes OSD expand-bluefs init containers. v19.2.3 includes fixes. - NetBird operator webhook failurePolicy: Fail blocks all pod creation cluster-wide when webhook service is unreachable. Changed to Ignore. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
2446acc82e
commit
fefa183db7
@@ -24,7 +24,7 @@ ingress:
|
||||
# Webhook TLS via cert-manager (already deployed)
|
||||
webhook:
|
||||
enableCertManager: true
|
||||
failurePolicy: Fail
|
||||
failurePolicy: Ignore
|
||||
|
||||
operator:
|
||||
replicaCount: 1
|
||||
|
||||
Reference in New Issue
Block a user