You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloudnative-PG installation fails when microk8s enable cloudnative-pg is executed.
What Should Happen Instead?
Cloudnative-PG plugin should get installed.
Reproduction Steps
ubuntu@microk8s-vm:~$ microk8s enable cloudnative-pg
Infer repository community for addon cloudnative-pg
Checking if the plugin exists
Plugin not found, installing
Installing kubectl cnpg version 1.22.0
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 9 100 9 0 0 31 0 --:--:-- --:--:-- --:--:-- 31
tar: This does not look like a tar archive
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
ubuntu@microk8s-vm:~$
ubuntu@microk8s-vm:~$ cat /var/snap/microk8s/7498/tmp/cloudnative-pg/kubectl-cnpg.tar.gz
Not Foundubuntu@microk8s-vm:~$
Introspection Report
Can you suggest a fix?
It appears that URL to download Cloudnative-PG is wrong. On the other hand if cURL is being used to download the file, it will not work without 'redirect' so option -L potentially needs to be added to the enable script.
The text was updated successfully, but these errors were encountered:
Summary
Cloudnative-PG installation fails when
microk8s enable cloudnative-pg
is executed.What Should Happen Instead?
Cloudnative-PG plugin should get installed.
Reproduction Steps
Introspection Report
Can you suggest a fix?
It appears that URL to download Cloudnative-PG is wrong. On the other hand if
cURL
is being used to download the file, it will not work without 'redirect' so option-L
potentially needs to be added to theenable
script.The text was updated successfully, but these errors were encountered: