Open OpenGLShaders opened 11 months ago
I also have a same error problem, Do you have any progress for that? or using other one?
This is still broken but I was able to workaround this by adding the server-side flag to the apply command.
kubectl apply --server-side=true --force-conflicts -f https://raw.githubusercontent.com/goharbor/harbor-operator/main/manifests/harbor/deployment.yaml
If you are reporting a problem, please make sure the following information are provided:
Expected behavior and actual behavior: Following the tutorial I run:
kubectl apply -f https://raw.githubusercontent.com/goharbor/harbor-operator/main/manifests/cluster/deployment.yaml
and get the following:Steps to reproduce the problem:
kubectl apply -f https://raw.githubusercontent.com/goharbor/harbor-operator/main/manifests/cluster/deployment.yaml
Versions: Please specify the versions of following systems.
Additional context:
I'm using minikube for local development and testing.
Workaround
kubectl create -f https://raw.githubusercontent.com/goharbor/harbor-operator/main/manifests/cluster/deployment.yaml
seems to work.