I have installed microk8s version 1.21, then try to create a "Cluster Domain Claim", I get this error "no matches for kind Cluster Domain Claim in version Networking.internal.knative.dev/v1alpha1". I searched in the CRD but I don't know how to identify in which CRD search.
Anyone can help me?
This is my YAML file:
apiVersion: networking.internal.knative.dev/v1alpha1
kind: ClusterDomainClaim
metadata:
name: taxo.com
spec:
namespace: taxo
Regards