Git Product home page Git Product logo

Comments (16)

D10S0VSkY-OSS avatar D10S0VSkY-OSS commented on July 2, 2024 2

@ramazulay
I have released a fix, please update to d10s0vsky/sld-dashboard:tagname:2.4.1
regards

from stack-lifecycle-deployment.

D10S0VSkY-OSS avatar D10S0VSkY-OSS commented on July 2, 2024

Hi @ramazulay ,
Please, could you tell me what version of SLD are you using?
Regards,

from stack-lifecycle-deployment.

ramazulay avatar ramazulay commented on July 2, 2024

Hi @D10S0VSkY-OSS,
The version is d10s0vsky/sld-dashboard:2.3.0 and d10s0vsky/sld-api:2.3.0.
After your updated the tfvar_file here.https://github.com/D10S0VSkY-OSS/Stack-Lifecycle-Deployment/discussions/62

from stack-lifecycle-deployment.

D10S0VSkY-OSS avatar D10S0VSkY-OSS commented on July 2, 2024

Hi @ramazulay
please try to update to version d10s0vsky/sld-api:2.5.0 and d10s0vsky/sld-dashboard:2.4.0.
Just note that there is a bracking change that adds another field to the "stack_branch" database that allows you to specify an individual branch for each deploy.
Try add the field

ALTER TABLE deploy ADD stack_branch varchar(100) NULL AFTER stack_name;

from stack-lifecycle-deployment.

ramazulay avatar ramazulay commented on July 2, 2024

Hi @D10S0VSkY-OSS,
I have updated as you requested.(of course i did rollout restart)
I run the ALTER command also.(of course i did rollout restart)
The Sync still failed.

Log from sld-dashboard:
[2022-07-11 10:23:31 +0200] [1] [CRITICAL] WORKER TIMEOUT (pid:11)
[2022-07-11 10:23:31 +0200] [11] [INFO] Worker exiting (pid: 11)
[2022-07-11 10:23:31 +0200] [1] [CRITICAL] WORKER TIMEOUT (pid:13)
[2022-07-11 10:23:31 +0200] [13] [INFO] Worker exiting (pid: 13)
[2022-07-11 10:23:31 +0200] [14] [INFO] Booting worker with pid: 14
[2022-07-11 10:23:31 +0200] [1] [WARNING] Worker with pid 13 was terminated due to signal 9
[2022-07-11 10:23:31 +0200] [15] [INFO] Booting worker with pid: 15
[2022-07-11 10:24:02 +0200] [1] [CRITICAL] WORKER TIMEOUT (pid:12)

from stack-lifecycle-deployment.

D10S0VSkY-OSS avatar D10S0VSkY-OSS commented on July 2, 2024

Hi @ramazulay
please, check that the workers use the docker image d10s0vsky/sld-api:2.5.0 too.
Regards

from stack-lifecycle-deployment.

ramazulay avatar ramazulay commented on July 2, 2024

Hi @D10S0VSkY-OSS ,
Didn't help.
Do you have any idea?

Thanks.

from stack-lifecycle-deployment.

ramazulay avatar ramazulay commented on July 2, 2024

When I edit the deploy I got:
image
Very strange.

from stack-lifecycle-deployment.

ramazulay avatar ramazulay commented on July 2, 2024

Hi @D10S0VSkY-OSS,
I reinstalled the sld on another ns and I have seeing the same issue(Update/create/sync stuck "Stack")
Thanks.

from stack-lifecycle-deployment.

D10S0VSkY-OSS avatar D10S0VSkY-OSS commented on July 2, 2024

Hi @ramazulay ,
please, Coud you send me the output next command:

kubectl get pods --all-namespaces -o jsonpath="{.items[*].spec.containers[*].image}" |\
tr -s '[[:space:]]' '\n' |\
sort |\
uniq -c|grep d10s

from stack-lifecycle-deployment.

D10S0VSkY-OSS avatar D10S0VSkY-OSS commented on July 2, 2024
Screencast.from.14-07-22.15.06.22.webm

from stack-lifecycle-deployment.

ramazulay avatar ramazulay commented on July 2, 2024

Hi @D10S0VSkY-OSS,
Thanks for your replay.
The output command:

tr -s '[[:space:]]' '\n' |
sort |
uniq -c|grep d10s
2 d10s0vsky/sld-api:2.5.0
1 d10s0vsky/sld-dashboard:2.4.1
1 d10s0vsky/sld-remote-state:1.0.2
1 d10s0vsky/sld-schedule:latest

Thanks.

from stack-lifecycle-deployment.

D10S0VSkY-OSS avatar D10S0VSkY-OSS commented on July 2, 2024

@ramazulay
apparently you have everything correct, unfortunately I am not able to reproduce your problem.
Have you tried with a completely new database?
Regards,

from stack-lifecycle-deployment.

ramazulay avatar ramazulay commented on July 2, 2024

Hi @D10S0VSkY-OSS,
Yes, I`ve deleted the PVC and redeployed the DB.
I also reverted to the latest version, but without success.

What do you recommend to do?

from stack-lifecycle-deployment.

D10S0VSkY-OSS avatar D10S0VSkY-OSS commented on July 2, 2024

@ramazulay,
If you can, send me a schedule meet to my email and we try to solve it in a meet.
please, remember that I live in Spain Central European Time (CET), UTC +1
Regars

from stack-lifecycle-deployment.

D10S0VSkY-OSS avatar D10S0VSkY-OSS commented on July 2, 2024

After having a meet with @ramazulay we have been able to see that the worker default was missing, in charge of generating the stack

from stack-lifecycle-deployment.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.