You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--nested-virt Use cloud instance that has nested virtualization support
27
+
--spot if this flag is set the host will be created only on the region set by the AWS Env (AWS_DEFAULT_REGION)
28
+
--tags stringToString tags to add on each resource (--tags name1=value1,name2=value2) (default [])
29
+
--version string version for the Fedora Cloud OS (default "40")
30
+
--vm-types strings set an specific set of vm-types and ignore any CPUs, Memory, Arch parameters set. Note vm-type should match requested arch. Also if --spot flag is used set at least 3 types.
24
31
25
32
Global Flags:
26
33
--backed-url string backed for stack state. Can be a local path with format file:///path/subpath or s3 s3://existing-bucket
@@ -54,4 +61,4 @@ podman run -d --name mapt-rhel \
--nested-virt Use cloud instance that has nested virtualization support
22
30
--rh-subscription-password string password to register the subscription
23
31
--rh-subscription-username string username to register the subscription
24
32
--snc if this flag is set the RHEL will be setup with SNC profile. Setting up all requirements to run https://github.com/crc-org/snc
25
33
--spot if this flag is set the host will be created only on the region set by the AWS Env (AWS_DEFAULT_REGION)
26
34
--tags stringToString tags to add on each resource (--tags name1=value1,name2=value2) (default [])
27
35
--version string version for the RHEL OS (default "9.4")
36
+
--vm-types strings set an specific set of vm-types and ignore any CPUs, Memory, Arch parameters set. Note vm-type should match requested arch. Also if --spot flag is used set at least 3 types.
28
37
29
38
Global Flags:
30
39
--backed-url string backed for stack state. Can be a local path with format file:///path/subpath or s3 s3://existing-bucket
@@ -75,4 +84,4 @@ podman run -d --name mapt-rhel \
Copy file name to clipboardexpand all lines: docs/azure/fedora.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Flags:
33
33
--spot-eviction-tolerance string if spot is enable we can define the minimum tolerance level of eviction. Allowed value are: lowest, low, medium, high or highest (default "lowest")
34
34
--tags stringToString tags to add on each resource (--tags name1=value1,name2=value2) (default [])
35
35
--username string username for general user. SSH accessible + rdp with generated password (default "rhqp")
36
-
--version string linux version. Version should be formated as X.Y (Major.minor)
36
+
--version string linux version. Version should be formated as X.Y (Major.minor) (default "40.0")
37
37
--vmsize strings set specific size for the VM and ignore any CPUs, Memory and Arch parameters set. Type requires to allow nested virtualization
Copy file name to clipboardexpand all lines: docs/azure/rhel.md
+21-11
Original file line number
Diff line number
Diff line change
@@ -22,18 +22,28 @@ create
22
22
23
23
Usage:
24
24
mapt azure rhel create [flags]
25
-
26
25
Flags:
27
-
--arch string architecture for the machine. Allowed x86_64 or arm64 (default "x86_64")
28
-
--conn-details-output string path to export host connection information (host, username and privateKey)
29
-
-h, --help helpfor create
30
-
--location string If spot is passed location will be calculated based on spot results. Otherwise localtion will be used to create resources. (default "West US")
31
-
--spot if spot is set the spot prices across all regions will be cheked and machine will be started on best spot option (price / eviction)
32
-
--spot-eviction-tolerance string if spot is enable we can define the minimum tolerance level of eviction. Allowed value are: lowest, low, medium, high or highest (default "lowest")
33
-
--tags stringToString tags to add on each resource (--tags name1=value1,name2=value2) (default [])
34
-
--username string username for general user. SSH accessible + rdp with generated password (default "rhqp")
35
-
--version string linux version. Version should be formmated as X.Y (Major.minor) (default "9.4")
36
-
--vmsize string size for the VM. Type requires to allow nested virtualization (default "Standard_D8as_v5")
26
+
--arch string architecture for the machine. Allowed x86_64 or arm64 (default "x86_64")
27
+
--conn-details-output string path to export host connection information (host, username and privateKey)
28
+
--cpus int32 Number of CPUs for the cloud instance (default 8)
29
+
--ghactions-runner-labels strings List of labels separated by comma to be added to the self-hosted runner
30
+
--ghactions-runner-name string Name for the Github Actions Runner
31
+
--ghactions-runner-repo string Full URL of the repository where the Github Actions Runner should be registered
32
+
--ghactions-runner-token string Token needed for registering the Github Actions Runner token
33
+
-h, --help helpfor create
34
+
--install-ghactions-runner Install and setup Github Actions runner in the instance
35
+
--location string If spot is passed location will be calculated based on spot results. Otherwise localtion will be used to create resources. (default "West US")
--nested-virt Use cloud instance that has nested virtualization support
38
+
--rh-subscription-password string password to register the subscription
39
+
--rh-subscription-username string username to register the subscription
40
+
--snc if this flag is set the RHEL will be setup with SNC profile. Setting up all requirements to run https://github.com/crc-org/snc
41
+
--spot if spot is set the spot prices across all regions will be cheked and machine will be started on best spot option (price / eviction)
42
+
--spot-eviction-tolerance string if spot is enable we can define the minimum tolerance level of eviction. Allowed value are: lowest, low, medium, high or highest (default "lowest")
43
+
--tags stringToString tags to add on each resource (--tags name1=value1,name2=value2) (default [])
44
+
--username string username for general user. SSH accessible + rdp with generated password (default "rhqp")
45
+
--version string linux version. Version should be formated as X.Y (Major.minor) (default "9.4")
46
+
--vmsize strings set specific size for the VM and ignore any CPUs, Memory and Arch parameters set. Type requires to allow nested virtualization
37
47
38
48
Global Flags:
39
49
--backed-url string backed for stack state. Can be a local path with format file:///path/subpath or s3 s3://existing-bucket
Copy file name to clipboardexpand all lines: docs/azure/ubuntu.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -22,17 +22,20 @@ create
22
22
23
23
Usage:
24
24
mapt azure ubuntu create [flags]
25
-
26
25
Flags:
26
+
--arch string architecture for the machine. Allowed x86_64 or arm64 (default "x86_64")
27
27
--conn-details-output string path to export host connection information (host, username and privateKey)
28
+
--cpus int32 Number of CPUs for the cloud instance (default 8)
28
29
-h, --help helpfor create
29
30
--location string If spot is passed location will be calculated based on spot results. Otherwise localtion will be used to create resources. (default "West US")
--nested-virt Use cloud instance that has nested virtualization support
30
33
--spot if spot is set the spot prices across all regions will be cheked and machine will be started on best spot option (price / eviction)
31
34
--spot-eviction-tolerance string if spot is enable we can define the minimum tolerance level of eviction. Allowed value are: lowest, low, medium, high or highest (default "lowest")
32
35
--tags stringToString tags to add on each resource (--tags name1=value1,name2=value2) (default [])
33
36
--username string username for general user. SSH accessible + rdp with generated password (default "rhqp")
34
-
--version string ubunutu version. Tore info at https://documentation.ubuntu.com/azure/en/latest/azure-how-to/instances/find-ubuntu-images (default "24_04")
35
-
--vmsize stringsize for the VM. Type requires to allow nested virtualization (default "Standard_D8as_v5")
37
+
--version string linux version. Version should be formated as X.Y (Major.minor) (default "24.04")
38
+
--vmsize stringsset specific size for the VM and ignore any CPUs, Memory and Arch parameters set. Type requires to allow nested virtualization
36
39
37
40
Global Flags:
38
41
--backed-url string backed for stack state. Can be a local path with format file:///path/subpath or s3 s3://existing-bucket
Copy file name to clipboardexpand all lines: docs/azure/windows.md
+20-13
Original file line number
Diff line number
Diff line change
@@ -35,20 +35,27 @@ create
35
35
36
36
Usage:
37
37
mapt azure windows create [flags]
38
-
39
38
Flags:
40
-
--admin-username string username for admin user. Only rdp accessible within generated password (default "rhqpadmin")
41
-
--conn-details-output string path to export host connection information (host, username and privateKey)
42
-
-h, --help helpfor create
43
-
--location string If spot is passed location will be calculated based on spot results. Otherwise localtion will be used to create resources. (default "West US")
44
-
--profile strings comma seperated list of profiles to apply on the target machine. Profiles available: crc
45
-
--spot if spot is set the spot prices across all regions will be cheked and machine will be started on best spot option (price / eviction)
46
-
--spot-eviction-tolerance string if spot is enable we can define the minimum tolerance level of eviction. Allowed value are: lowest, low, medium, high or highest (default "lowest")
47
-
--tags stringToString tags to add on each resource (--tags name1=value1,name2=value2) (default [])
48
-
--username string username for general user. SSH accessible + rdp with generated password (default "rhqp")
49
-
--vmsize string size for the VM. Type requires to allow nested virtualization (default "Standard_D8s_v5")
50
-
--windows-featurepack string windows feature pack (default "23h2-pro")
51
-
--windows-version string Major version for windows desktop 10 or 11 (default "11")
39
+
--admin-username string username for admin user. Only rdp accessible within generated password (default "rhqpadmin")
40
+
--conn-details-output string path to export host connection information (host, username and privateKey)
41
+
--cpus int32 Number of CPUs for the cloud instance (default 8)
42
+
--ghactions-runner-labels strings List of labels separated by comma to be added to the self-hosted runner
43
+
--ghactions-runner-name string Name for the Github Actions Runner
44
+
--ghactions-runner-repo string Full URL of the repository where the Github Actions Runner should be registered
45
+
--ghactions-runner-token string Token needed for registering the Github Actions Runner token
46
+
-h, --help helpfor create
47
+
--install-ghactions-runner Install and setup Github Actions runner in the instance
48
+
--location string If spot is passed location will be calculated based on spot results. Otherwise localtion will be used to create resources. (default "West US")
--nested-virt Use cloud instance that has nested virtualization support
51
+
--profile strings comma seperated list of profiles to apply on the target machine. Profiles available: crc
52
+
--spot if spot is set the spot prices across all regions will be cheked and machine will be started on best spot option (price / eviction)
53
+
--spot-eviction-tolerance string if spot is enable we can define the minimum tolerance level of eviction. Allowed value are: lowest, low, medium, high or highest (default "lowest")
54
+
--tags stringToString tags to add on each resource (--tags name1=value1,name2=value2) (default [])
55
+
--username string username for general user. SSH accessible + rdp with generated password (default "rhqp")
56
+
--vmsize strings set specific size for the VM and ignore any CPUs, Memory and Arch parameters set. Type requires to allow nested virtualization
57
+
--windows-featurepack string windows feature pack (default "23h2-pro")
58
+
--windows-version string Major version for windows desktop 10 or 11 (default "11")
52
59
53
60
Global Flags:
54
61
--backed-url string backed for stack state. Can be a local path with format file:///path/subpath or s3 s3://existing-bucket
# Instance Selection based on hardware specification
2
+
3
+
## Overview
4
+
5
+
With `mapt` users can select the type of instance to create on the cloud provider by providing its specification, i.e CPUs count, CPU architecture, Memory size
6
+
and support for nested virtualization.
7
+
8
+
There are flags `--cpus`, `--memory`, `--arch` and `--nested-virt` for most of the `mapt <provider> <profile | os> create` with exception of `mac` and `windows` OS for AWS
9
+
and `aks` profile for Azure.
10
+
11
+
The flags also have sensible default values, if an instance type satisfying the requested hardware specs is not offered by the provider, it'll use the default
12
+
values to create a machine.
13
+
14
+
## Creating a fedora VM on AWS with user provided specs
15
+
16
+
As an example we can use the `--cpus`, `--arch` and `--memory` flags with the `mapt aws fedora create` command to create an arm machine with 8 cpus and 64GB of RAM:
0 commit comments