What happened:
Following https://docs.kubeorch.dev/guides/quickstart/
working on macOS
installed cli (latest version, released 2 days ago) and ran init command, I see that it created two folders
docker folder has
docker-compose.dev.yml docker-compose.hybrid-core.yml docker-compose.hybrid-ui.yml docker-compose.prod.yml
When I ran start' command, Error: no project initialized in current directory. Run 'orchcli init' first
Usage:
orchcli start [flags]
Flags:
-d, --detach run services in background
-h, --help help for start
no project initialized in current directory. Run 'orchcli init' first`
I tried to run docker compose files
docker compose -f docker-compose.prod.yml up -d
and output is
WARN[0000] /Users/yahyaozturk/Documents/playground/kubeorch/docker/docker-compose.prod.yml: the attribute version is obsolete, it will be ignored, please remove it to avoid potential confusion [+] Running 3/3 ! core Interrupted 5.5s ✘ ui Error no matching manifest for linux/arm64/v8 in the manifest list entries: no match for platform in manifest: not found 5.5s ! mongodb Interrupted 5.5s Error response from daemon: no matching manifest for linux/arm64/v8 in the manifest list entries: no match for platform in manifest: not found
What you expected to happen:
I was expecting to run platform
How to reproduce it (as minimally and precisely as possible):
Just follow https://docs.kubeorch.dev/guides/quickstart/ on macOS
Additional context:
I also tried to run development environment, I was able to run core and UI but /auth paths give 404 error when you try to signup
Environment:
- KubeOrch version (use
orchctl version): v0.0.5
- Kubernetes version (use
kubectl version): N/A
- VM or VMI specifications: N/A
- Cloud provider or hardware configuration: N/A
- OS (e.g. from /etc/os-release): macOS
- Kernel (e.g.
uname -a): N/A
- Install tools: N/A
- Others: N/A
What happened:
Following https://docs.kubeorch.dev/guides/quickstart/
working on macOS
installed cli (latest version, released 2 days ago) and ran init command, I see that it created two folders
docker folder has
docker-compose.dev.yml docker-compose.hybrid-core.yml docker-compose.hybrid-ui.yml docker-compose.prod.ymlWhen I ran
start' command,Error: no project initialized in current directory. Run 'orchcli init' firstUsage:
orchcli start [flags]
Flags:
-d, --detach run services in background
-h, --help help for start
no project initialized in current directory. Run 'orchcli init' first`
I tried to run docker compose files
docker compose -f docker-compose.prod.yml up -dand output is
WARN[0000] /Users/yahyaozturk/Documents/playground/kubeorch/docker/docker-compose.prod.yml: the attributeversionis obsolete, it will be ignored, please remove it to avoid potential confusion [+] Running 3/3 ! core Interrupted 5.5s ✘ ui Error no matching manifest for linux/arm64/v8 in the manifest list entries: no match for platform in manifest: not found 5.5s ! mongodb Interrupted 5.5s Error response from daemon: no matching manifest for linux/arm64/v8 in the manifest list entries: no match for platform in manifest: not foundWhat you expected to happen:
I was expecting to run platform
How to reproduce it (as minimally and precisely as possible):
Just follow https://docs.kubeorch.dev/guides/quickstart/ on macOS
Additional context:
I also tried to run development environment, I was able to run core and UI but /auth paths give 404 error when you try to signup
Environment:
orchctl version): v0.0.5kubectl version): N/Auname -a): N/A