This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Description
Hi, I am trying to replicate the demo for chaos testing with enovy+cilium+ebpf. I managed to checkout the repo and create the minikube cluster, but not able to deploy the app. Here was the error that I got:
$ kubectl apply -f deathstar.yaml
service/deathstar created
error: resource mapping not found for name: "deathstar" namespace: "" from "deathstar.yaml": no matches for kind "Deployment" in version "extensions/v1beta1"
ensure CRDs are installed first
Is the yaml file outdated? As I am new to kubernetes, I am not sure if small adjustment is sufficient, or we need to rewrite the yaml file.