File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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
2323All 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
You can’t perform that action at this time.
0 commit comments