Closed yurkoff-mv closed 10 hours ago
Please check out the documentation again. The installation changed slightly with server-side apply.
while ! kustomize build example | kubectl apply --server-side --force-conflicts -f -; do echo "Retrying to apply resources"; sleep 20; done
Yes, this solution worked! Thank you!
Validation Checklist
Version
master
Describe your issue
When deploying using
kustomize
, the following warning is issued:The command
microk8s kubectl get pods -n kubeflow
produces the following:If you look at the PODs log, you can see that there is no such resource as a InferenceService:
microk8s kubectl logs -n kubeflow kserve-localmodel-controller-manager-6f978d76bc-nkxmq
Steps to reproduce the issue
Put here any screenshots or videos (optional)
No response