CKAD-Lightning Lab-1 redis deployment issue

Hi mmumshad,
Seems like there is an issue with redis deployment question on master. it’s failing because seems like master doesn’t have required cpu and i am not abe to see Error Details also to figure out exact issue. PFA.

Screenshot from 2020-02-22 18-36-38

But Pod is coming up if we change cpu from 2 to 1. PFA.

Screenshot from 2020-02-22 18-35-41

Please look in to the issue and let me know if i did anything wrong. :slight_smile:

Thanks,
Kiran P

request cpu is “.2” not “2”. In your yaml file, you requesting for “2” that’s not matchable.

thanks,