101 icon indicating copy to clipboard operation
101 copied to clipboard

module4 simple pod example

Open hecomlilong opened this issue 3 years ago • 0 comments

如果执行kubectl expose deploy nginx --selector run=nginx --port=80 --type=NodePort 会报错,deployment not found 因为kubectl run 默认创建的是pod,不是deploy kubernetes 1.23.1 测试通过

hecomlilong avatar Jan 18 '22 07:01 hecomlilong