Conversation
Data API Builder Integration
Improves container image annotation for dab.
…erContainerResourceOptions
39 data api builder dab
Adds database_create sql script and adapts dab-config
uses pinned version for dab container
avoid using path normalizer for dab-config bindmount
executable on sh files
adding container logs to test ci
This reverts commit c7843d8.
Revert "adding container logs to test ci"
|
I can't get this running locally, DAB doesn't seem to be able to connect to the SQL container, regardless of whether it's running or not. How are you running it, using the devcontainer or on bare metal? |
I'm running it on bare metal. Both on windows and wsl... |
waiting for dab logs instead of the resource
I see. I only use the dev container and I wonder if that's having a networking problem which is also manifesting in how GitHub Actions runs (since it's a container and we run containers in it). |
Yes, this a known network issue that should be solve in aspire 9 |
|
Closing to replace with #98 that has been sync'ed with aspire-9 work |
…kit#55) Replace helm --wait with an IHealthCheck that polls the Kubernetes API directly using the C# Kubernetes client. This surfaces real-time workload readiness in the Aspire dashboard instead of blocking on Helm. Changes: - Add KubernetesWorkloadHealthCheck (IHealthCheck polling K8s API) - Add KubernetesWorkloadStatusClient (queries Deployments/StatefulSets) - Add KubernetesObjectStatus/KubernetesWorkloadStatus model records - Add WorkloadReadiness with per-kind readiness evaluation - Remove --wait from helm install arguments in HelmManager - Wait for parent Kind cluster before starting helm install - Show 'Waiting' state while cluster initializes - Add KubernetesClient 19.0.2 dependency - Add 63 unit tests covering readiness logic and status projection Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> (cherry picked from commit 03a9eccc4e861ce6c9627612de3a9639df747d8c)
Closes #<ISSUE_NUMBER>
PR Checklist
Other information