litmuschaos / litmus-helm

Helm Charts for the Litmus Chaos Operator & CRDs
Apache License 2.0
47 stars 88 forks source link

Error on subscriber pod #182

Closed luigi-bitonti closed 8 months ago

luigi-bitonti commented 3 years ago

Hi guys, I experimented an error while I was trying to install a litmus environment with self signed certificated. I used gdsoumya/litmusportal-subscriber:ci image and SKIP_SSL_VERIFY : "true" env var as suggest in a previous issue, but I see this logs from the pod:

image

gdsoumya commented 3 years ago

@luigi-bitonti there is no need for you to use that image anymore please refer to this comment https://github.com/litmuschaos/litmusctl/issues/45#issuecomment-977640369. You need to install all the components with the latest ci version, or you can wait for the next release where these changes are included.

luigi-bitonti commented 3 years ago

@luigi-bitonti there is no need for you to use that image anymore please refer to this comment litmuschaos/litmusctl#45 (comment). You need to install all the components with the latest ci version, or you can wait for the next release where these changes are included.

I installed that image because the default image of Helm Chart Version 2.1.5 gives the error of "unknown authority". litmusctl tool works fine when I use litmusctl config set-account

gdsoumya commented 3 years ago

can you try installing using the k8s manifest directly https://github.com/litmuschaos/litmus/blob/master/litmus-portal/cluster-k8s-manifest.yml? Meanwhile, we'll take a look at the helm charts (tagging @Jonsy13 and @rajdas98 )

Jonsy13 commented 3 years ago

Hi @luigi-bitonti The SKIP_SSL_VERIFY : "true" env in the helmchart is yet to be released. For testing the same now, you can use master manifest as @gdsoumya said.

Jonsy13 commented 8 months ago

Hi @luigi-bitonti I hope the issues has been resolved. Also we have released ChaosCenter 3.x. Feel free to upgrade & let us know if issues still persists.