Skip to content

Commit f0093be

Browse files
committed
update doc
1 parent 3fddf7f commit f0093be

2 files changed

Lines changed: 1 addition & 28 deletions

File tree

docs/install/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ All you need ist:
1616
Run `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)

infrabox/generator/e2e.json

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -54,32 +54,5 @@
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
}

0 commit comments

Comments
 (0)