Open matthiasbaldi opened 6 months ago
Same output for me. Fix from a previous issue is to include --server-side
in the kubectl command:
kubectl apply -f https://github.com/k8up-io/k8up/releases/download/k8up-4.7.0/k8up-crd.yaml --server-side
Hi @matthiasbaldi
Can you point us to the location in the docs where you found the outdated instructions?
@Kidswiss yes of course - sorry :wink: https://github.com/k8up-io/k8up/tree/master/charts/k8up#installation
Description
The CRD installation will fail when I try to apply it like documented:
kubectl apply -f https://github.com/k8up-io/k8up/releases/download/k8up-4.7.0/k8up-crd.yaml
Additional Context
No response
Logs
Expected Behavior
What in my case worked was the
---server-side
suffix.kubectl apply -f https://github.com/k8up-io/k8up/releases/download/k8up-4.7.0/k8up-crd.yaml --server-side
It should work out of the box, may shorten the metadata or change the docs to the server-side flag.
Steps To Reproduce
No response
Version of K8up
4.7.0
Version of Kubernetes
1.27.10
Distribution of Kubernetes
Kubernetes