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
➜ kubectl describe rs -n <namepsace> retool-55b87d976f
Name: retool-55b87d976f
...
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal SuccessfulCreate 58m replicaset-controller Created pod: retool-55b87d976f-gfkbv
originally we encountered an issue with sed attempting to run on ./dist*/**/*.html
k logs -f -n <namespace> retool-7cfdc5c698-pcwqr
wait-for-it.sh: waiting for retool-postgresql:5432 without a timeout
wait-for-it.sh: retool-postgresql:5432 is available after 0 seconds
sed: can't read ./dist*/**/*.html: No such file or directory
Java dbconnector started on port 3007 with pid 36
./docker_scripts/start_api.sh: line 87: 37 Killed node --openssl-legacy-provider --no-experimental-fetch bundle/main.js
but failing from having no matching files:
retool_user@retool-cf86967c8-2srk6:/retool_backend$ ls -l ./dist*/**/*.html
ls: cannot access './dist*/**/*.html': No such file or directory
retool_user@retool-cf86967c8-2srk6:/retool_backend$ ls -l ./dist*/*.html
-rwxrwxrwx 1 retool_user retool_user_group 4912 Dec 16 23:47 ./dist/braintree-card-form.html
-rwxrwxrwx 1 retool_user retool_user_group 424 Dec 16 23:47 ./dist/custom-component-collections.html
-rwxrwxrwx 1 retool_user retool_user_group 181 Dec 16 23:47 ./dist/custom-components-doctype.html
-rwxrwxrwx 1 retool_user retool_user_group 255 Dec 16 23:47 ./dist/custom-components-resize.html
-rwxrwxrwx 1 retool_user retool_user_group 166 Dec 16 23:47 ./dist/custom-components.html
-rwxrwxrwx 1 retool_user retool_user_group 6730 Dec 16 23:47 ./dist/index.html
-rwxrwxrwx 1 retool_user retool_user_group 3340 Dec 16 23:47 ./dist/runtime.YjU0NTRk.html
-rwxrwxrwx 1 retool_user retool_user_group 301 Dec 16 23:47 ./dist/sandbox.html
-rwxrwxrwx 1 retool_user retool_user_group 3480 Dec 16 23:47 ./dist/stripe-card-form.html
-rwxrwxrwx 1 retool_user retool_user_group 5590 Dec 16 23:47 ./dist_webpack/braintree-card-form.html
-rwxrwxrwx 1 retool_user retool_user_group 521 Dec 16 23:47 ./dist_webpack/custom-component-collections.html
-rwxrwxrwx 1 retool_user retool_user_group 508 Dec 16 23:47 ./dist_webpack/custom-components-doctype.html
-rwxrwxrwx 1 retool_user retool_user_group 582 Dec 16 23:47 ./dist_webpack/custom-components-resize.html
-rwxrwxrwx 1 retool_user retool_user_group 493 Dec 16 23:47 ./dist_webpack/custom-components.html
-rwxrwxrwx 1 retool_user retool_user_group 7254 Dec 16 23:47 ./dist_webpack/index.html
-rwxrwxrwx 1 retool_user retool_user_group 6107 Dec 16 23:47 ./dist_webpack/runtime.cf9e15c4.html
-rwxrwxrwx 1 retool_user retool_user_group 1049 Dec 16 23:47 ./dist_webpack/sandbox.html
-rwxrwxrwx 1 retool_user retool_user_group 4068 Dec 16 23:47 ./dist_webpack/stripe-card-form.html
We attempted to resolve the issue by adding a matching html file:
We are having issues deploying this helm chart to our local infrastructure. Following the deployment guide we have edited the values.yaml to:
After running
helm install retool retool/retool -f values.yaml -n <namespace>
we get the replica set created:With a created pod:
originally we encountered an issue with
sed
attempting to run on./dist*/**/*.html
but failing from having no matching files:
We attempted to resolve the issue by adding a matching html file:
but we now see the containing crash looping:
The text was updated successfully, but these errors were encountered: