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: When I create new function Init container is failed to check checksum and unpack sources. It is done in /src which the place where functions configMap is mapped. And this place is read-only.
What you expected to happen: Init procedures should happen in separate emptyDir volume
How to reproduce it (as minimally and precisely as possible): just create simple function with kubeless or serveless
Anything else we need to know?: kubeless version 0.4.0
yes, it is not possible to support Cronjob and Horizontal Pod Autoscalers for 1.7, 1.8 and 1.9 so right now it is only supported for 1.8 and 1.9. The rest of features should continue working.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is this a BUG REPORT or FEATURE REQUEST?: BUG REPORT
What happened: When I create new function Init container is failed to check checksum and unpack sources. It is done in /src which the place where functions configMap is mapped. And this place is read-only.
What you expected to happen: Init procedures should happen in separate emptyDir volume
How to reproduce it (as minimally and precisely as possible): just create simple function with kubeless or serveless
Anything else we need to know?: kubeless version 0.4.0
Environment:
kubectl version
): Client Version: version.Info{Major:"1", Minor:"7", GitVersion:"v1.7.15", GitCommit:"8c7c1c8b0ce0866d5ded2ce4fa402a716ce6bb6c", GitTreeState:"clean", BuildDate:"2018-03-19T14:23:07Z", GoVersion:"go1.8.3", Compiler:"gc", Platform:"linux/amd64"}Server Version: version.Info{Major:"1", Minor:"7", GitVersion:"v1.7.15", GitCommit:"8c7c1c8b0ce0866d5ded2ce4fa402a716ce6bb6c", GitTreeState:"clean", BuildDate:"2018-03-19T14:15:39Z", GoVersion:"go1.8.3", Compiler:"gc", Platform:"linux/amd64"}
kubeless version
): Kubeless version: dev-2018-01-25T15:03:08+0100 (1ae85a4)The text was updated successfully, but these errors were encountered: