Welcome to the Linux Foundation Forum!

Exercise 7.4 (LAB_7.4) Using a ResourceQuota to Limit PVC Count and Usage

Options
dbalencar
dbalencar Posts: 1
edited January 2018 in LFS258 Class Forum

MIssing YAML files:  low-resource-range.yaml and storage-quota.yaml

 

I don't mind looking in the documentation and figuring out by myself, but the way it is right now made me think I've skipped or missed something up until here.

 

Anyone else with difficulties on this?

Comments

  • serewicz
    serewicz Posts: 1,000
    Options

    I will have to look into the locatoin of the low-resource-range.yaml file. It shows in the PDF as Exercise 4.2 Resource Limits for a Namespace, Step 2. You could copy/paste/edit from there. Due to a typo (sorry) the storage-quota.yaml file was not included in the text. I have fixed that. Until that fix gets pushed out here is the storage-quota.yaml file:


    apiVersion: v1 kind: ResourceQuota metadata: name: storagequota spec: hard: persistentvolumeclaims: "10" requests.storage: "500Mi"

    Regards,

  • serewicz
    serewicz Posts: 1,000
    edited January 2018
    Options

    The low-resource-range.yaml and  complete-demo.yaml file can be found in the solutions files under s_03.  I'll make sure they show up under the correct directory in a future push of the labs.

    Regards,

Categories

Upcoming Training