Welcome to the Linux Foundation Forum!

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

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

  • Posts: 1,000

    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:


    1. apiVersion: v1
    2. kind: ResourceQuota
    3. metadata:
    4. name: storagequota
    5. spec:
    6. hard:
    7. persistentvolumeclaims: "10"
    8. requests.storage: "500Mi"

    Regards,

  • Posts: 1,000
    edited January 2018

    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,

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training