Lio李歐
Lio李歐
``` --wait Wait for services to be running|healthy. Implies detached mode. --wait-timeout int Maximum duration to wait for the project to be running|healthy. ```
Fabric already returns relevant errors, should show a BYOC hint in the CLI.
Fixes #123
In playground, image builds can be seen using `defang tail -n service1-image`, but in BYOC it's `defang tail -n kaniko`. This is inconsistent. BYOC should use he same naming as...
Current deployment takes 40+ seconds, we need to root cause and possibly improve the deployment and iteration speed. - [ ] Profile current deployments - [ ] Keep Kaniko running?...
Relates to #2201, but it's not exactly the same issue, since this PR addresses the error during reading of the extended attributes, not the writing: ``` INFO[2024-08-15T17:28:26Z] Taking snapshot of...
``` defang compose up ? Choose a cloud provider: [Use arrows to move, type to filter, ? for more help] > defang - The Defang Playground is a free environment...
Adding `--env` (short `-e`) to expose OS env to the Compose loader, eg. for interpolation. ```yaml services: service1: image: alpine environment: - API_KEY ``` Could be overridden during "up" by...
``` - Tail failed with http2: server sent GOAWAY and closed the connection; LastStreamID=1, ErrCode=NO_ERROR, debug="" Error: http2: server sent GOAWAY and closed the connection; LastStreamID=1, ErrCode=NO_ERROR, debug="" ``` This...