-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey i am not able to deploy go app. #6
Comments
We need little more information about your app. When your app is deployed correctly, you'll see "Running" link next to your commit, under Deploy tab in the project page. If you click the link you'll get the name of Namespace, such as 'abcd-1-2-3-12345678-abc'. Could you let me know name of the Namespace your app is running? |
actually i deleted the previous one and tried to deploy some other project but was again not able to deploy it so here is the namespace of the new app which i tried to deploy crtf-1722-416-0-1587943037301-nx5 |
The container is OOM killed. If this is the case, a workaround could be creating a Kubernetes Deployment manifests (and Service) manually and allocate larger memory (see resources), and deploy using Skaffold. This repository (https://github.com/zarvis-ai/community) deploys documentation using this way. |
but earlier they were working fine, so now i have to feed manualy for cpu requirements |
Recently we updated buildpack version, and it might be related. Let us try make deploy through buildpack more stable. In a long term, deploy through Kubernetes manifest using Skaffold is more recommended while some planned feature (such as persistent storage) will be only available in this way. |
thx for the help, btw after u guys updated the buildpack now the deployment is working and also i really liked ur platform. |
hey i am again getting the same error as mentioned above, do u know why it is happening |
Hmm. Could you give me a name of the namespace? |
here is the namespace crtf-1673-406-0-1590704760925-hx4 |
Containers in the namespace |
whenever i try to access the webapp it gives me 502 error as mentioned above, bit few days back it was working properly |
hey can u tell me why i am not able to deploy certain web apps which earlier was working on zarvus but not now and shows this.
https://m.imgur.com/a/g8k6WD6
plz help me.
The text was updated successfully, but these errors were encountered: