no matches for kind "Deployment" in version "apps/v1beta1"

 

 no matches for kind "Deployment" in version "apps/v1beta1"

 

 修改为:

apiVersion: apps/v1
kind: Deployment
metadata:
name: redis
namespace: kube-ops
labels:
name: redis
spec:
selector:
matchLabels:
name: redis

 

相关文章:

  • 2021-11-22
  • 2022-12-23
  • 2022-12-23
  • 2021-07-22
  • 2021-06-15
  • 2021-11-12
  • 2021-12-12
  • 2021-12-27
猜你喜欢
  • 2022-02-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案