Replies: 1 comment
-
There is no need to manually add the Helm repositories before using The error you encountered seems to be related to a server hiccup. Are you using any tool which might intercept traffic (eg. a proxy)? I failed to reproduce this (and you seem to have failed too). Listing and installing components (demos, stacks, operators) worked fine for me. So for now, I'm gonna assume this is a non-issue and won't need any fix. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I came across this problem in using stackablectl:
I updated the certificates and tried to add the repository using
--insecure-skip-tls-verify
. The endpoint of the index.yaml is reachable viacurl
. Installing Operators works fine, but listing Operators, demos or stacks and installing demos and stacks does not work.It appears to be an issue with helm.
When i run that command in debug mode i noticed this entry right before the error message:
On a server where
stackablectl operator list
is working it saysALPN protocol is Some(b"http/1.1")
.I cannot reproduce or fix this issue.
I do not think, that this Issue is a bug, thats why I added it under "question".
Beta Was this translation helpful? Give feedback.
All reactions