8000 Typo fix: contraints -> constraints (#8884) · ArduinoBot/website@200857d · GitHub
[go: up one dir, main page]

Skip to content

Commit 200857d

Browse files
mirakek8s-ci-robot
authored andcommitted
Typo fix: contraints -> constraints (kubernetes#8884)
1 parent b6d890b commit 200857d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/getting-started-guides/ubuntu/operational-considerations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The Juju Controller:
2525
To bootstrap a controller with constraints run the following command:
2626

2727
```
28-
juju bootstrap --contraints "mem=8GB cpu-cores=4 root-disk=128G"
28+
juju bootstrap --constraints "mem=8GB cpu-cores=4 root-disk=128G"
2929
```
3030

3131
Juju will select the cheapest instance type matching your constraints on your target cloud. You can also use the ```instance-type``` constraint in conjunction with ```root-disk``` for strict control. For more information about the constraints available, refer to the [official documentation](https://jujucharms.com/docs/stable/reference-constraints)

0 commit comments

Comments
 (0)
0