Skip to content

[WORKBENCH] Incorrect order of Launcher.profiles  #336

@TheisFerre

Description

@TheisFerre

I am using Workbench Kubernetes in AKS, where i want to use the launcher profiles to configure sessions for different users. I am using Helm chart version 0.5.26 to deploy Workbench.

I have four profiles in the following order in my helm values:

  1. @auto-az-workben-prod-base-r
  2. @auto-az-workben-prod-medium-r
  3. @auto-az-workben-prod-large-r
  4. @auto-az-workben-prod-gpu-r

When i look into the Workbench pod where it is mounted, the order is not the same. It seems to be in alphabetical order as follows:

  1. @auto-az-workben-prod-base-r
  2. @auto-az-workben-prod-gpu-r
  3. @auto-az-workben-prod-large-r
  4. @auto-az-workben-prod-medium-r

From your documentation (https://docs.posit.co/job-launcher/latest/kube.html) you write that the profiles are ordered from top to bottom, which is not the case.

See the attached images for more detail
groups
launcher_profiles_pod
profiles
session

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingteam: workbenchPosit Workbench related issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions