[BUG] CRDs are broken in 1.24.x #287
Labels
bug
Something isn't working
hacktoberfest
issue open for hackoberfest contribution
help wanted
Extra attention is needed
Describe the bug
CRDs are broken in k8s version 1.24.x
Steps To Reproduce
Attempt to install admiral. At the step
$ADMIRAL_HOME/scripts/install_admiral.sh $ADMIRAL_HOME
, the installation will fail witherror: resource mapping not found for name: "globaltrafficpolicies.admiral.io" namespace: "" from "/Users/tibers/Downloads/admiral-install-v1.2/yaml/remotecluster.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"
. This is because CRDs are nowapiextensions.k8s.io/v1
.Expected behavior
It just works.
Fixing that leads to:
It's extremely likely the whole project needs to be freshened up.
Related: #264
The text was updated successfully, but these errors were encountered: