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

gopaddle community addon installation hangs when -s (--storageclass) is specified #230

Open
timothyclin opened this issue May 17, 2024 · 0 comments

Comments

@timothyclin
Copy link

timothyclin commented May 17, 2024

Summary

when gopaddle community addon is provided with -s or --storageclass, the enable script hangs -- such as below:

ubuntu@host:~$ microk8s enable gopaddle --storageclass nfs
Infer repository community for addon gopaddle 
(hangs indefinitely until Ctrl-C) -- strace shows nothing is happening 

What Should Happen Instead?

ubuntu@host:~$ microk8s enable gopaddle --storageclass nfs
Infer repository community for addon gopaddle
<continues to enable gopaddle using supplied SC> 

Reproduction Steps

  1. microk8s enable gopaddle -s nfs
  2. microk8s enable gopaddle --storageclass nfs

Introspection Report

Not needed as the bug is associated with the enable script of gopaddle, not microk8s

Can you suggest a fix?

the enable script is missing a few lines >> addons/gopaddle/enable

Are you interested in contributing with a fix?

yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant