You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`quickstart.yaml`| Yes, on a development cluster | KAI Scheduler, the CloudNativePG operator, and a default dynamic StorageClass installed separately; `compute.backendName` set explicitly at install time |
14
+
|`quickstart.yaml`| Yes, on a development cluster | KAI Scheduler, the CloudNativePG operator, and a default dynamic StorageClass installed separately; the pre-created `osmo-nvcr-pull` Secret; `compute.backendName` set explicitly at install time |
15
15
|`kind-self-contained.yaml`| Yes, on kind | KAI Scheduler and the CloudNativePG operator installed separately; `compute.backendName` set explicitly at install time |
16
16
|`split-plane-control.yaml`| Base overlay | PostgreSQL, Valkey, and object-storage endpoints; Kubernetes Secrets; and `externalUrl`|
17
17
|`split-plane-compute.yaml`| Base overlay | A control-plane `externalUrl`, a compute authentication Secret, and `compute.backendName` set explicitly at install time |
@@ -20,8 +20,11 @@ The quick-start profile is the smallest complete control-and-compute deployment
20
20
for browser, CLI, and CPU hello-world verification. It exposes the UI and API
21
21
through gateway NodePort `30080` while omitting other optional services. The kind
22
22
profile retains a broader local-development surface. Both profiles are
23
-
development-only and intentionally use `latest` OSMO images, one replica per
24
-
component, generated credentials, and embedded stateful dependencies. The split
23
+
development-only and intentionally use `latest` OSMO images by default, one
24
+
replica per component, generated credentials, and embedded stateful dependencies.
25
+
The quick-start profile also references `osmo-nvcr-pull` for OSMO and workflow
26
+
images; override it through top-level `imagePullSecrets` when using another
27
+
Secret. The split
25
28
profiles contain example names and endpoints; copy them into an environment
0 commit comments