Kubernetes >= 1.18 breaks run commands in multiple lectures #12
Labels
bug
Something isn't working
deprecation update
A fix for something that is outdated but not broken yet
Multiple lectures need to be replaced due to
kubectl run
only creating pods in version 1.18 and newer. All supported course distros have updated to at least 1.18. It's now time to fix the lecture videos.--
to create command (in 28 as well)kubectl create deployment pingpong --image=alpine -- ping localhost
Main Commits from Jérôme
Update for Kubernetes 1.18
kubectl run
· jpetazzo/container.training@fef3fa3Update kubectl run slideshow · jpetazzo/container.training@46f0bc0
Update kubectl run to kubectl create deploy · jpetazzo/container.training@63e68ab
The text was updated successfully, but these errors were encountered: