-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
area/networkingNetworking-related tasks and improvements.Networking-related tasks and improvements.bugSomething isn't workingSomething isn't working
Description
Describe the bug
The following installation routines are wrong as we don not use CRDs but instead API services:
.PHONY: install-ironcore-net
install-ironcore-net: manifests ## Install ironcore-net CRDs into the K8s cluster specified in ~/.kube/config.
kubectl apply -k config/ironcore-net/crd
.PHONY: uninstall-ironcore-net
uninstall-ironcore-net: manifests ## Uninstall ironcore-net CRDs from the K8s cluster specified in ~/.kube/config.
kubectl delete-k config/ironcore-net/crd
This needs to be fixed by installing/uninstalling the apiservices instead.
Metadata
Metadata
Assignees
Labels
area/networkingNetworking-related tasks and improvements.Networking-related tasks and improvements.bugSomething isn't workingSomething isn't working