Skip to main content

View details of a Provisioning Policy

view provisioning policies

Use Wayfinder's User Interface or CLI to view all the details of a specific provisioning policy.


CLI Commands

FORMAT

wf get provisioningpolicies POLICY -o yaml

Use the -o yaml flag to output the YAML to the console.


wf get provisioningpolicies demo-policy -o yaml

apiVersion: cloudresources.appvia.io/v2beta1
kind: ProvisioningPolicy
metadata:
name: demo-policy
spec:
allowedRegions:
- uksouth
- ukwest
cloud: azure
clusterLimits:
perCluster:
allowedInstanceTypes:
- instanceType: Standard_D2s_v5
maxNodes: 50
- instanceType: Standard_D2_v5
maxNodes: 30
costPerMonth: 1000
totalNodes: 50
perWorkspace:
maxClusters: 5
description: Provisioning Policy Demo
resourceType: Cluster
scope:
allowedStages:
- nonprod
allowedWorkspaces:
- sand
- sand2


Web Interface Instructions

Steps

  • Expand Admin, and then navigate to Policy > Provisioning
  • Click on the name of a provisioning policy to see all the details of that policy

Screenshot(s)

View Provisioning Policy Details