Closed Shashankft9 closed 4 years ago
@Shashankft9 I have updated the image references, can you double check if the issue is fixed using those images?
@andresmgot I just tested using the new image references in a local kubeless.yaml
(configmap), its working fine now, the metrics are coming up.
Cool, thanks a lot! I am merging this then.
Will the new images be reflected while installing Kubeless from here:
kubectl create -f https://github.com/kubeless/kubeless/releases/download/v1.0.6/kubeless-v1.0.6.yaml
anyone looking for the fix can apply this in their cluster in the meantime while there is no new release:
https://2824-73902337-gh.circle-artifacts.com/0/build-manifests/kubeless.yaml and restart the kubeless-controller-manager
pod.
Issue Ref: https://github.com/kubeless/kubeless/issues/1020
Description: Exposed
promhttp.Handler
in a function inkubeless/kubeless/pkg/function-proxy/utils/proxy-utils.go
and invoked that function here instable/golang/kubeless.tpl.go
. There are some further changes in thekubeless/kubeless repo
.Gave the script
compile-function.sh
the permission to run in theDockerfile
, otherwise thecompile
init-container of a kubeless function displays error status.