-
Notifications
You must be signed in to change notification settings - Fork 8
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
CapRover Worker is not appearing in the CapRover dashboard after a successful deployment #14
Comments
Docs needed here |
What is the status here? given that caprover been verified recently? @AhmedHanafy725 @mohamedamer453 |
I was using the old method to add the worker, The new method is working fine but about the docs i'm not sure i don't think there are caprover docs for the grid client scripts but it's the same flow as the one in the playground which is documented here. One thing that might be updated is removing this line from the worker script since it's not needed in the new flow, but i'm not really sure if it will affect the deployment or not. |
it has docs here but seems it needs to be updated
that's true, adding a worker with the token is not used anymore so this line should be removed. |
Verified. The docs were updated with info about each environment variable used and the code examples were also updated. and the worker token was removed from the example script and the example in the docs. |
Description
Caprover Worker is not appearing in the Caprover dashboard after a successful deployment through the
caprover_worker.ts
script.After successfully deploying a working Caprover instance through the
caprover_leader.ts
script, i then navigated to the provided url and enabled https, then i navigated to the cluster tab and created a self hosted registry, after that from the leader vm i executeddocker swarm join-token worker
to get the swarm token, then i configured my worker with the provided token and leader ip and deployed it and it was deployed successfully. however the worker did not appear through the caprover interface in the cluster tab and only the master was available there.Logs
Steps to reproduce
caprover_leader.ts
.docker swarm join-token worker
.caprover_worker.ts
.Environment
Testnet
.v2.0.0-rc12
.The text was updated successfully, but these errors were encountered: