Skip to content

Commit

Permalink
testing long timeout for kubernetes client
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriabrito committed Jun 10, 2019
1 parent e4ede36 commit 2ad1405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions extensions/extensions.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ func GetKubernetesClient(logger logrus.FieldLogger, inCluster bool, kubeConfigPa
l.Debug("starting outside Kubernetes cluster")
config, err = clientcmd.BuildConfigFromFlags("", kubeConfigPath)
}
config.Timeout = 60 * time.Second
if err != nil {
l.WithError(err).Error("start Kubernetes failed")
return nil, nil, err
Expand Down
2 changes: 1 addition & 1 deletion metadata/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
package metadata

//Version of Maestro
var Version = "8.0.0"
var Version = "8.0.1"

//KubeVersion is the desired Kubernetes version
var KubeVersion = "v1.10.0"

0 comments on commit 2ad1405

Please sign in to comment.