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
when using make deploy to install, encounter an issue of Error 1:
[ec2-user@ip-10-50-0-11 kube-forensics]$ make deploy
/home/ec2-user/go/bin/controller-gen "crd:trivialVersions=true" rbac:roleName=manager-role webhook paths="./..." output:crd:artifacts:config=config/crd/bases
kubectl apply -f config/crd/bases
error: resource mapping not found for name: "podcheckpoints.forensics.keikoproj.io" namespace: "" from "config/crd/bases/forensics.keikoproj.io_podcheckpoints.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"
ensure CRDs are installed first
make: *** [Makefile:40: deploy] Error 1
What you expected to happen:
the CustomResourceDefinition version in the repository seems incompatible to newer version
How to reproduce it (as minimally and precisely as possible):
$ cd kube-forensics
$ make deploy
Anything else we need to know?:
Environment:
kube-forensics version
0.2.0
Kubernetes version :
kubectl version
Client Version: v1.30.0
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.30.0
Is this a BUG REPORT or FEATURE REQUEST?:
Bug report
What happened:
when using make deploy to install, encounter an issue of Error 1:
[ec2-user@ip-10-50-0-11 kube-forensics]$ make deploy
/home/ec2-user/go/bin/controller-gen "crd:trivialVersions=true" rbac:roleName=manager-role webhook paths="./..." output:crd:artifacts:config=config/crd/bases
kubectl apply -f config/crd/bases
error: resource mapping not found for name: "podcheckpoints.forensics.keikoproj.io" namespace: "" from "config/crd/bases/forensics.keikoproj.io_podcheckpoints.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"
ensure CRDs are installed first
make: *** [Makefile:40: deploy] Error 1
What you expected to happen:
the CustomResourceDefinition version in the repository seems incompatible to newer version
How to reproduce it (as minimally and precisely as possible):
$ cd kube-forensics
$ make deploy
Anything else we need to know?:
Environment:
0.2.0
kubectl version
Client Version: v1.30.0
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.30.0
$ kubectl version -o yaml
clientVersion:
buildDate: "2024-04-17T17:36:05Z"
compiler: gc
gitCommit: 7c48c2bd72b9bf5c44d21d7338cc7bea77d0ad2a
gitTreeState: clean
gitVersion: v1.30.0
goVersion: go1.22.2
major: "1"
minor: "30"
platform: linux/amd64
kustomizeVersion: v5.0.4-0.20230601165947-6ce0bf390ce3
serverVersion:
buildDate: "2024-04-17T17:27:03Z"
compiler: gc
gitCommit: 7c48c2bd72b9bf5c44d21d7338cc7bea77d0ad2a
gitTreeState: clean
gitVersion: v1.30.0
goVersion: go1.22.2
major: "1"
minor: "30"
platform: linux/amd64
The text was updated successfully, but these errors were encountered: