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