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
{{ message }}
This repository was archived by the owner on Nov 2, 2023. It is now read-only.
I'm using tag v0.6.0-beta.1.
when I used command: kubectl apply -f config/setup/all_in_one.yaml, i got some errors like this:
role.rbac.authorization.k8s.io/yurt-app-leader-election-role unchanged
clusterrole.rbac.authorization.k8s.io/yurt-app-manager-role configured
rolebinding.rbac.authorization.k8s.io/yurt-app-leader-election-rolebinding unchanged
clusterrolebinding.rbac.authorization.k8s.io/yurt-app-manager-rolebinding unchanged
secret/yurt-app-webhook-certs unchanged
service/yurt-app-webhook-service unchanged
deployment.apps/yurt-app-manager unchanged
resource mapping not found for name: "nodepools.apps.openyurt.io" namespace: "" from "config/setup/all_in_one.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"
ensure CRDs are installed first
resource mapping not found for name: "uniteddeployments.apps.openyurt.io" namespace: "" from "config/setup/all_in_one.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"
ensure CRDs are installed first
resource mapping not found for name: "yurtappdaemons.apps.openyurt.io" namespace: "" from "config/setup/all_in_one.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"
ensure CRDs are installed first
resource mapping not found for name: "yurtingresses.apps.openyurt.io" namespace: "" from "config/setup/all_in_one.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"
ensure CRDs are installed first
resource mapping not found for name: "yurt-app-mutating-webhook-configuration" namespace: "" from "config/setup/all_in_one.yaml": no matches for kind "MutatingWebhookConfiguration" in version "admissionregistration.k8s.io/v1beta1"
ensure CRDs are installed first
resource mapping not found for name: "yurt-app-validating-webhook-configuration" namespace: "" from "config/setup/all_in_one.yaml": no matches for kind "ValidatingWebhookConfiguration" in version "admissionregistration.k8s.io/v1beta1"
ensure CRDs are installed first
I'm using tag v0.6.0-beta.1.
when I used command: kubectl apply -f config/setup/all_in_one.yaml, i got some errors like this: