File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ All you need ist:
1616Run ` infrabox install ` and follow the instructions.
1717
1818# Manual Installation
19- You can run InfraBox on any Kubernetes Cluster (1.9 and 1.10 are supported at the moment) .
19+ You can run InfraBox on any Kubernetes Cluster with at least version 1.9 .
2020
2121## Prerequisites
2222- [ helm] [ helm ] (at least 2.10)
Original file line number Diff line number Diff line change 5454 "clusterVersion" : " 1.11"
5555 }
5656 }]
57- }, {
58- "type" : " docker" ,
59- "name" : " e2e-k8s-1-12" ,
60- "docker_file" : " infrabox/test/e2e/Dockerfile" ,
61- "build_context" : " ../.." ,
62- "build_only" : false ,
63- "resources" : {
64- "limits" : { "cpu" : 1 , "memory" : 2048 }
65- },
66- "cache" : {
67- "image" : true
68- },
69- "timeout" : 1800 ,
70- "services" : [{
71- "apiVersion" : " gcp.service.infrabox.net/v1alpha1" ,
72- "kind" : " GKECluster" ,
73- "metadata" : {
74- "name" : " e2e-cluster"
75- },
76- "spec" : {
77- "machineType" : " n1-standard-4" ,
78- "numNodes" : 2 ,
79- "preemptible" : false ,
80- "zone" : " us-east1-b" ,
81- "clusterVersion" : " 1.12"
82- }
83- }]
8457 }]
8558}
You can’t perform that action at this time.
0 commit comments