Prepare 0.1.0 for lab release: durable handlers, HTTP Compose, CI, and pulumi-tests.
- Harden DB-backed handlers and seed profiles; align client wire shapes for cluster resources, QEMU config, and node SSL fields - Serve plain HTTP on Compose :8006; keep TLS optional (--profile tls) and terminate HTTPS at Kubernetes Ingress - Add pulumi-tests (full contract surface majors 6–9 + BPG lifecycle) and make pulumi-tests - Ship bilingual docs, CHANGELOG, SECURITY, CONTRIBUTING, and GitHub Actions (make ci + Compose/Helm validation)
This commit is contained in:
+10
-3
@@ -1,3 +1,5 @@
|
||||
**Language / Язык:** [English](troubleshooting.md) | [Русский](ru/troubleshooting.md)
|
||||
|
||||
# Troubleshooting
|
||||
|
||||
## Ready stays unavailable
|
||||
@@ -34,10 +36,15 @@ Declared methods on majors **6–9** should have handlers. If you see 501:
|
||||
|
||||
## proxmoxer / TLS failures
|
||||
|
||||
- Use host port **8007** (gateway), not 8006, for TLS clients.
|
||||
- Set `verify_ssl=False` **only** for the local self-signed cert.
|
||||
- Inside Compose, target `tls-gateway:8443`.
|
||||
- Compose default is plain **HTTP `:8006`**. proxmoxer is HTTPS-only — enable
|
||||
`docker compose --profile tls` and use `https://localhost:8443/` with
|
||||
`verify_ssl=False` for the lab self-signed cert.
|
||||
- Inside Compose, target `tls-gateway:8443` when the `tls` profile is on.
|
||||
- Host `:8007` is **not** used by this stack (on hardware it is usually PBS).
|
||||
- On Kubernetes, use your Ingress HTTPS hostname (cert-manager).
|
||||
- Seeded node name for `small` is `pve01`, not `pve1`.
|
||||
- Profiles `medium` / `ha-demo` use **`pve1` / `pve2` / `pve3`**.
|
||||
- Port map: [Ports and TLS](configuration.md#ports-and-tls).
|
||||
|
||||
## Terraform / Pulumi drift after reseed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user