triggermesh/knative-lambda-runtime

MountVolume.SetUp failed for volume "kube-api-access-gl9qc" : object "default"/"kube-root-ca.crt" not registered

iamhieupc opened this issue · 5 comments

I get this error when i install runtime. How to fix it?

i resolved this issue, but when i run command tm deploy service node4-test -f https://github.com/serverless/examples
--build-template knative-node4-runtime
--build-argument DIRECTORY=aws-node-serve-dynamic-html-via-http-endpoint
--build-argument HANDLER=handler.landingPage
--wait
to deploy service nodejs, i get issue: MountVolume.SetUp failed for volume "kube-api-access-gl9qc" : object "default"/"kube-root-ca.crt" not registered

Can you give us the version you are using for:

  • kubernetes
  • knative
  • tekton

Are all the pods running properly ?

@sebgoa
image

image

tekton version latest

log pod step-export
image

Is it because i don't grant cluster-admin privileges to the current user before installing tekton?