You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kubevela(1.0.0) in Kind-cluster(k8s v1.20) can't create deployments.
To Reproduce
env:
MacOs: version: 10.15.5 (19F101)
Kind: version: v0.10.0 go1.15.7 darwin/amd64
k8s: version: v1.20.2
When run demo in https://kubevela.io/#/en/quick-start-appfile,the log did not print any errors. Corresponding resources Application, ApplicationContext, ApplicationRevision, Component are also created, but execute kubectl get deployments, shows No resources found.
While In Kind-cluster(k8s-version:1.18.15),everything normal, k8s can create deployment.
The text was updated successfully, but these errors were encountered:
Describe the bug
kubevela(1.0.0) in Kind-cluster(k8s v1.20) can't create deployments.
To Reproduce
env:
When run demo in https://kubevela.io/#/en/quick-start-appfile,the log did not print any errors. Corresponding resources Application, ApplicationContext, ApplicationRevision, Component are also created, but execute
kubectl get deployments
, showsNo resources found
.While In Kind-cluster(k8s-version:1.18.15),everything normal, k8s can create deployment.
The text was updated successfully, but these errors were encountered: