File tree 5 files changed +28
-3
lines changed
5 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 8
8
* [ Packet ] ( performance/perf-on-packet.md )
9
9
* [ Get Started] ( get_started/README.md )
10
10
* [ Install] ( get_started/install.md )
11
- * [ Linux ] ( get_started/install/linux.md )
11
+ * [ Binary Packages ] ( get_started/install/linux.md )
12
12
* [ Build from source] ( get_started/install/build.md )
13
- * [ Pod] ( get_started/pod.md )
14
13
* [ Lifecycle] ( get_started/lifecycle.md )
15
14
* [ OCI Image Spec] ( get_started/oci_image.md )
15
+ * [ HyperContainer Internals] ( internal/README.md )
16
+ * [ Pod in HyperContainer] ( internal/pod.md )
17
+ * [ HyperContainer Q&A] ( internal/q_a.md )
16
18
* [ Reference] ( reference/README.md )
17
19
* [ Hyperd Config] ( reference/configuration.md )
18
20
* [ CLI] ( reference/cli.md )
Original file line number Diff line number Diff line change
1
+ # Install with Binary Packages
2
+
1
3
## Requirements
2
4
3
5
- Hypervisor: at least one of
9
11
[ the current version] ( ../../release_notes/latest.md ) supports the following Linux distros:
10
12
11
13
- Ubuntu ( > 14.04 )
12
- - CentOS/RHEL 7.x
14
+ - CentOS/RHEL ( 7.x )
13
15
- Fedora ( > 23 )
14
16
- Debian ( > 7.0 )
15
17
Original file line number Diff line number Diff line change
1
+ # HyperContainer Internals
2
+
3
+ ## [ Pod in HyperContainer] ( pod.md )
4
+ ## [ HyperContainer Q&A] ( q_a.md )
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ # HyperContainer Q&A
2
+
3
+ ## Isolation and Resource Provision
4
+
5
+ #### Where will be applied my resource constraints which I given in the POD definition? On container level, VM level or both?
6
+
7
+ A pod of hypercontainer is run in a VM, and the resource constraints are applied to a pod (vm).
8
+
9
+ > Source: ([ hyperhq/hyperd #538 ] [ hyperhq/hyperd#538 ] )
10
+
11
+ #### Can I scale in/out any kind of resources (e.g. adding more RAM or CPU)?
12
+
13
+ The memory and cpu are hotplug-able, however, we don't scale these resources now.
14
+
15
+ > Source: ([ hyperhq/hyperd #538 ] [ hyperhq/hyperd#538 ] )
16
+
17
+ [ hyperhq/hyperd#538 ] :https://github.com/hyperhq/hyperd/issues/538
You can’t perform that action at this time.
0 commit comments