melodic-hamburger-23329
10/17/2022, 5:43 AMresource mapping not found for name: "" namespace: "" from "kube-tracing.yaml": no matches for kind "TracingConfiguration" in version "<http://apiserver.config.k8s.io/v1alpha1|apiserver.config.k8s.io/v1alpha1>"
ensure CRDs are installed first
resource mapping not found for name: "" namespace: "" from "kube-tracing.yaml": no matches for kind "KubeletConfiguration" in version "<http://kubelet.config.k8s.io/v1beta1|kubelet.config.k8s.io/v1beta1>"
ensure CRDs are installed first
kube-tracing.yaml:
apiVersion: <http://apiserver.config.k8s.io/v1alpha1|apiserver.config.k8s.io/v1alpha1>
kind: TracingConfiguration
endpoint: <...>:4317
---
apiVersion: <http://kubelet.config.k8s.io/v1beta1|kubelet.config.k8s.io/v1beta1>
kind: KubeletConfiguration
featureGates:
KubeletTracing: true
tracing:
endpoint: <...>:4317
I enabled the feature gates (feature-gates=APIServerTracing=true,KubeletTracing=true
), but it seems the CRDs are missing. How do I get the CRDs..?creamy-pencil-82913
10/17/2022, 8:18 AM