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
To install the Custom Resource Definitions (CRDs) into your Kubernetes cluster:
70
41
71
-
```sh
72
-
make undeploy
42
+
```bash
43
+
make install-crds
73
44
```
74
45
75
-
#### via *Helm*
76
-
77
-
```sh
78
-
helm delete kvm-node-agent
79
-
```
46
+
This command generates the necessary CRD manifests and applies them to the cluster specified in your `~/.kube/config`. The CRDs define the `Hypervisor` and `Migration` custom resources that the KVM node agent uses to manage KVM instances.
0 commit comments