Skip to content
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

Latest hangs with skupper 1.4.4 #11

Open
c-kruse opened this issue Nov 29, 2023 · 0 comments
Open

Latest hangs with skupper 1.4.4 #11

c-kruse opened this issue Nov 29, 2023 · 0 comments

Comments

@c-kruse
Copy link

c-kruse commented Nov 29, 2023

./plano demo gets stuck when using skupper 1.4.4 with the latest HEAD on skewer. Not positive, but looked like it may have affected @pwright as well.

I suspect it is a version compatibility thing - mixing skupper and skewer versions. Maybe it could be useful to tag skewer along with a particular upstream release or something? 🤷‍♂️

I see that it stalls here:

plano: notice: Running command 'kubectl get configmap/skupper-network-status'
Error from server (NotFound): configmaps "skupper-network-status" not found
plano: notice: Sleeping for 5 seconds

My workaround was this:

diff --git a/subrepos/skewer/python/skewer/standardsteps.yaml b/subrepos/skewer/python/skewer/standardsteps.yaml
index cbce9ce..c3c05ab 100644
--- a/subrepos/skewer/python/skewer/standardsteps.yaml
+++ b/subrepos/skewer/python/skewer/standardsteps.yaml
@@ -114,7 +114,7 @@ check_the_status_of_your_namespaces:
     installed.
   commands:
     "*":
-      - await: [deployment/skupper-service-controller, deployment/skupper-router, configmap/skupper-network-status]
+      - await: [deployment/skupper-service-controller, deployment/skupper-router]
       - run: sleep 15 # A temp hack for a 1.5.0 problem
         apply: test
       - run: skupper status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant