-
Notifications
You must be signed in to change notification settings - Fork 779
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
Does not work microk8s.helm3 plugins install #1260
Comments
I have a similar error trying to install helm plugins on Ubuntu 20.04
However, if I manually clone the plugin repo and install it from the cloned path it works. |
i got the same error
|
@Izopi4a which revision of MicroK8s are you using? |
I am not sure if this is the correct way to check for the version
// I missed my email sorry for the delay. // ubuntu 20.04 desktop, i just followed a tutorial when installing MicroK8s ( from the official web page ) I don't do anything special with the cluster, literally enable DNS and install few web helm charts and that is it |
I'm having the same problem. Ubuntu 20.10 $ microk8s.helm3 plugin install https://github.com/salesforce/helm-starter.git
Error: Unable to get repository: Cloning into '/home/stone/.cache/helm/plugins/https-github.com-salesforce-helm-starter.git'...
/usr/lib/git-core/git-remote-https: symbol lookup error: /usr/lib/git-core/git-remote-https: undefined symbol: curl_global_sslset, version CURL_GNUTLS_3
: exit status 128 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Still not fixed in the latest microk8s
|
I am also getting:
|
Microk8s was installed by using snap on ubuntu 18.04.4
# snap install microk8s --classic microk8s (1.18/stable) v1.18.3 from Canonical✓ installed
Then enabled Helm3
# microk8s.enable helm3 Enabling Helm 3 Fetching helm version v3.0.2. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 11.5M 100 11.5M 0 0 1692k 0 0:00:06 0:00:06 --:--:-- 2272k Helm 3 is enabled
After that - trying to install diff plugin for helm - no luck
# microk8s.helm3 plugin install https://github.com/databus23/helm-diff --version master Error: Unable to get repository: Cloning into '/home/user/.cache/helm/plugins/https-github.com-databus23-helm-diff'... /usr/lib/git-core/git-remote-https: relocation error: /lib/x86_64-linux-gnu/libnss_dns.so.2: symbol __res_context_search version GLIBC_PRIVATE not defined in file libresolv.so.2 with link time reference : exit status 128
The same problem with other plugin
# microk8s.helm3 plugin install https://github.com/chartmuseum/helm-push Error: Unable to get repository: Cloning into '/home/user/.cache/helm/plugins/https-github.com-chartmuseum-helm-push'... /usr/lib/git-core/git-remote-https: relocation error: /lib/x86_64-linux-gnu/libnss_dns.so.2: symbol __res_context_search version GLIBC_PRIVATE not defined in file libresolv.so.2 with link time reference : exit status 128
No differences if you run installation under root or user
inspection-report-20200602_082429.tar.gz
The text was updated successfully, but these errors were encountered: