Skip to main content
Version: latest

Create a VMO Profile

The Virtual Machine Orchestrator pack conveniently includes several components and automatically installs the Spectro Proxy pack when you use the default profile configuration. To learn about pack components, refer to Virtual Machine Orchestrator Pack.

Limitations

  • If you are updating the profile of an existing cluster that already has the Spectro Proxy pack. You must restart the Spectro Proxy pod for the proxy to work as expected.

    To restart the Spectro Proxy pod, delete the pod and it will restart automatically. You can issue the following command to delete the pod:

    kubectl delete pods --selector app=spectro-proxy --all-namespaces

Prerequisites

  • A Palette permission key create for the resource clusterProfile.

  • If you are creating an Edge cluster profile, your profile must have a Container Storage Interface pack.

Create the Profile

  1. Log in to Palette.

  2. Select Profiles in the left Main Menu and click the Add Cluster Profile button.

  3. Enter basic information for the profile: name, version if desired, and optional description.

  4. Select type Add-on, and click Next.

  5. In the following screen, click Add New Pack.

  6. Locate the Virtual Machine Orchestrator pack and add it to your profile.

  7. Review the Access configuration panel at right. The default setting is Proxied, which automatically adds the Spectro Proxy pack when you create the cluster, allowing access to the Spectro VM Dashboard from anywhere. Check out the Spectro Proxy guide to learn more. Changing the default may require some additional configuration.

    The Direct option is intended for a private configuration where a proxy is not implemented or not desired.

    warning

    We recommend using the pack defaults. Default settings provide best practices for your clusters. Changing the default settings can introduce misconfigurations. Carefully review the changes you make to a pack.

  8. Click Confirm & Create.

  9. In the following screen, click Next.

  10. Review the profile and click Finish Configuration.

  11. Apply the profile to your cluster. For more information, refer to Create a Cluster.

Validate

You can validate the profile is created.

  1. Log in to Palette.

  2. Navigate to Profiles from the left Main Menu.

  3. Locate the newly created profile in the list.

  4. From the left Main Menu, click Clusters and select your cluster.

  5. Based on your Single Sign-On (SSO) settings, the Virtual Machines tab may display on the Cluster Overview page, or the Connect button may display next to Virtual Machines Dashboard in cluster details.

Next Steps

You will need to configure roles and role bindings to give users access virtual clusters. You can use VM user roles and permissions or standard Kubernetes roles. For configuration guidance, refer to Add Roles and Role Bindings. The VM User Roles and Permissions reference lists Cluster Roles and equivalent Palette Roles.

If you have OpenID Connect (OIDC) configured at the Kubernetes layer of your cluster profile, you can create a role binding that maps individual users or groups assigned within the OIDC provider's configuration to a role. To learn more, review Use RBAC with OIDC.

Resources