Note at <https://beta.kodekloud.com/lessons/pento/> i spend an hour and did not . . .

Nathanael Fuog:
Note at https://beta.kodekloud.com/lessons/pento/
i spend an hour and did not find the cert issue :man-facepalming:… because i expected the kube-apiserver to crashloop if there would be a missing file. But it turnd out NO! the kube-apiserver does run with no crash but does not expose the port 6443.
The Solution-Video found the problem by finding a crashing container …

It was my bad not finding the issue but the solution video also does not match the lab :smile:, just as note …

but i am now curious, shouldn’t the readyness check also kill the static pod? it does not in the lab …

Fernando Jordan Silva:
Not really, readiness only sets the pod to accept requests or not. So the pod can stay ready and no accept requests because of the readiness probe is failing.
The liveness probe is the one that can restart the pod if it fails

Nathanael Fuog:
:bulb: thanks! :smiley: