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
{{ message }}
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
Is this a BUG REPORT or FEATURE REQUEST?:
BUG REPORT What happened:
Deployed the Kubeless v0.5.0 and tried to execute the kubeless function ls command. This throws the below error.
FATA[0000] Get https://<server>:8443/apis/kubeless.io/v1beta1/namespaces/default/functions: x509: certificate signed by unknown authority
Hi @gkarthiks, some time ago we fixed a similar issue (#661), but that was included since the version 0.6.0. Could you check if the latest version of kubeless fixes your issue? I've tried with kubeless v1.0.0-alpha.1 and minishift v1.16.1 and I could list the functions in the cluster.
Is this a BUG REPORT or FEATURE REQUEST?:
BUG REPORT
What happened:
Deployed the Kubeless v0.5.0 and tried to execute the
kubeless function ls
command. This throws the below error.FATA[0000] Get https://<server>:8443/apis/kubeless.io/v1beta1/namespaces/default/functions: x509: certificate signed by unknown authority
The
kubectl api-versions
result,oc get crd
resultsWhat you expected to happen:
Should list the functions
How to reproduce it (as minimally and precisely as possible):
Deploy Kubeless 0.5.0 on OpenShift 3.9.25 and try
kubeless function ls
Anything else we need to know?:
Environment:
oc v3.9.0+191fece
kubernetes v1.9.1+a0ce1bc657
features: Basic-Auth
Server
openshift v3.9.25
kubernetes v1.9.1+a0ce1bc657
Kubeless version: v0.5.0 (a954695)
The text was updated successfully, but these errors were encountered: