Skip to content

Commit e0d2b7b

Browse files
committed
doc: fix documentation
Signed-off-by: Dinar Valeev <k0da@opensuse.org>
1 parent f3517d6 commit e0d2b7b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ Besides `VSPHERE_PATH` (vsphere folder to place virtulal machines on), all place
2121
* `.spec.imageSelector` - VM Template to use for VM Clone
2222

2323
All selectors have `tag` and `name` properties, those are mutually exclusive. Karpenter will find a resource either by Tag or Name.
24-
[!NOTE]
25-
Due to nature of Vsphere tags. Only 1 uniquie tag could be selected to identify desired resource
26-
2724

2825
* `.spec.instanceTypes` - a list of desired instance types, in a following format: `%cpu-%mem-%os`, e.g. 8-16-linux
2926
* `.spec.diskSize` - a desired root volume size in Gigabytes
@@ -37,4 +34,6 @@ Due to nature of Vsphere tags. Only 1 uniquie tag could be selected to identify
3734
* `.spec.userdata`:
3835
- `type` - Either `ignition` or `cloud-init`
3936
- `templateBase64` - A base64 encoded template
40-
- `values` - a v1.Secret reference (name/namespace) to key/values used in a template
37+
- `values` - a v1.Secret reference (name/namespace) to key/values used in a template
38+
39+
[!NOTE] user-data should hanndle `karpenter.sh/unregistered` taint to the node

0 commit comments

Comments
 (0)