Skip to content

Create MachineSets on VMware UPI (integrated)

Resources

Create VMware Tags based on infrastructureName

Double check if tags are available or not at Menu -> Tags & Custom Attributes (VMware documentation)

Here an example:

  • Get infrastructureName

    [root@jump ~]# oc get infrastructure cluster -o jsonpath='{.status.infrastructureName}{"\n"}'
    cluster-7f58w
    
  • Check if tag is already available

    tag-overview.png

  • If not, create tag category and tag:

  • tag category add-tag-category
  • tag it self add-tag

Others

https://github.com/openshift/machine-config-operator/blob/master/templates/common/vsphere/files/vsphere-hostname.yaml


2023-12-17 2023-12-17 Contributors: Robert Bohne