Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid environment spec #261

Open
Mena2871 opened this issue Jun 18, 2021 · 0 comments
Open

Invalid environment spec #261

Mena2871 opened this issue Jun 18, 2021 · 0 comments

Comments

@Mena2871
Copy link

Fission/Kubernetes version

$ fission --version
client:
  fission/core:
    BuildDate: "2021-06-16T10:24:16Z"
    GitCommit: 6fbd4878be785ded8f14eb9f8b8bc747946a2b8f
    Version: 1.13.0
server:
  fission/core:
    BuildDate: "2021-06-16T09:47:41Z"
    GitCommit: 6fbd4878be785ded8f14eb9f8b8bc747946a2b8f
    Version: 1.13.0

$ kubectl version
Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.2", GitCommit:"52c56ce7a8272c798dbc29846288d7cd9fbae032", GitTreeState:"clean", BuildDate:"2020-04-17T08:59:10Z", GoVersion:"go1.14.2", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.5", GitCommit:"e0fccafd69541e3750d460ba0f9743b90336f24f", GitTreeState:"clean", BuildDate:"2020-04-16T11:35:47Z", GoVersion:"go1.13.9", Compiler:"gc", Platform:"linux/amd64"}

Kubernetes platform (e.g. Google Kubernetes Engine)
AWS EC2 deployed cluster

Describe the bug
Fission-workflows is throwing an error attempting to validate environment spec

To Reproduce

Deploy fission-workflows 0.6.0 using README.

helm install --wait -n fission-workflows fission-charts/fission-workflows --version 0.6.0. 

Expected result
fission-workflows installed on top of fission

Actual result
helm install is throwing the error below:

Screenshots/Dump file

Error: unable to build kubernetes objects from release manifest: error validating "": error validating data: ValidationError(Environment.spec): unknown field "TerminationGracePeriodSeconds" in io.fission.v1.Environment.spec

Additional context
Changing TerminationGracePeriod to terminationGracePeriod in charts/fission-workflows/templates/deployment.yaml fixed the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant