Misunderstanding in Lab 4.8
Hi all,
I'm not sure if there is a mistake in lab 4.8 or there is something i misunderstood.
It says to use the file design-review1.yaml and edit the pod resource requirements such that the CPU limit is exactly twice the amount requested by the container.(Hint: subtract .22)

Having the requested cpu of 0.3, to set the limit exactly twice the amount requested by the container means 0.6.
I don't understand what the hint subtract .22 means. Any ideas?
Answers
-
Well, this task is all over the place
The stress is passed 1 cpu, it requests only 0.3 and limits to 2.22. But judged by the remark, we should suppose that the 0.3 should actually be 1.0. Opening a ticket may not be a bad idea, though to remove the ambiguity. (There are a few other instances of faults like this in the material)1 -
Hi @akovi
All content-related questions or issues must be posted in the forum, and the course author and forum moderators will respond. Opening support tickets for content-related issues will only redirect you to the forum.
Thank you,
Flavia
The Linux Foundation Training Team0 -
Hi @vadim.vararu and @akovi,
There are three distinct properties and values for the CPU in the yaml definition manifest above.
limit: cpu=2.22 defines the ceiling value of a the CPU resource a container may be allowed to reach. Once exceeding the value the CPU consumption of the container may be throttled by Kubernetes.
request: cpu=0.3 defines the minimum value of the CPU resource that a container will need during init time. This is a value that is taken into account during scheduling time by the Kubernetes scheduler.
args: cpu=1 defines the actual amount of CPU that the container will attempt to consume.
From here, following the hint to "subtract .22", will yield the double (or "twice") the resource amount you are looking for.
No correction needed, just an understanding of the significance of the properties defined by the yaml definition manifest.
Regards,
-Chris0 -
I struggled in this exercise as well, I was paying attention only on the limits and requests and without having kubectl top installed in my cp node, I am doing a trial-&-errror approach not until I tried looking at the mem-total and mem-alloc-size args. This will be a hint to anyone stuck in this section.
0
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 754 Linux Foundation IT Professional Programs
- 374 Cloud Engineer IT Professional Program
- 170 Advanced Cloud Engineer IT Professional Program
- 74 DevOps IT Professional Program - Discontinued
- 5 DevOps & GitOps IT Professional Program
- 100 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 2 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 5 Cloud & Containers Training
- 1 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 2 Open Source Best Practice Training
- 2 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 794 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 89 Storage
- 769 Linux Distributions
- 81 Debian
- 68 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 112 Mobile Computing
- 20 Android
- 77 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 393 Off Topic
- 121 Introductions
- 182 Small Talk
- 29 Study Material
- 977 Programming and Development
- 310 Kernel Development
- 649 Software Development
- 990 Software
- 382 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)
