Skaffold for Fission (#1172)

Skaffold for development of Fission and switching to multi-stage Dockerfile for all components.
This commit is contained in:
Vishal
2019-05-27 12:51:00 +05:30
committed by GitHub
parent c3177f9ebd
commit 49f9944b86
21 changed files with 215 additions and 123 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ func (deploy *NewDeploy) getDeploymentSpec(fn *crd.Function, env *crd.Environmen
PreStop: &apiv1.Handler{
Exec: &apiv1.ExecAction{
Command: []string{
"sleep",
"/bin/sleep",
fmt.Sprintf("%v", gracePeriodSeconds),
},
},
+1 -1
View File
@@ -387,7 +387,7 @@ func (gp *GenericPool) createPool() error {
PreStop: &apiv1.Handler{
Exec: &apiv1.ExecAction{
Command: []string{
"sleep",
"/bin/sleep",
fmt.Sprintf("%v", gracePeriodSeconds),
},
},