-
Notifications
You must be signed in to change notification settings - Fork 138
Unable to get kfctl apply
to fully deploy kfctl_k8s_istio.v1.2.0.yaml
#472
Comments
Also found this in metacontroller-0 events:
|
Minikube setup instruction as follows https://www.kubeflow.org/docs/started/workstation/minikube-linux/#start-minikube Could you try to start minikube this way? |
Yeah I tried that first, same issue. |
I've rebuilt everything to see if I can reproduce the issue. Logs: |
A little help please. |
I was also just having this issue with pretty much the same set up, and found this which seemed to solve the problem: kubeflow/kubeflow#5447 (comment), specifically I ended up modifying the minikube start command to: minikube start \
--cpus 6 \
--memory 12288 \
--disk-size=120g \
--extra-config=apiserver.service-account-issuer=api \
--extra-config=apiserver.service-account-signing-key-file=/var/lib/minikube/certs/sa.key \
--extra-config=apiserver.service-account-api-audiences=api \
--kubernetes-version v1.16.15 ...and now all of the pods have start successfully. The kubernetes version was set based upon the compatibility matrix although I'm not sure if it's strictly necessary. Hopefully that fixes your issue too. |
I was hit by the same issue on different versions of kubernetes (1.18 to 1.20)
and install kubeflow components one-by-one. Also I checked that the keys --service-account-api-audiences, --service-account-signing-key-file, --service-account-issuer were added to API server, but it is typical setup of many distributions of k8s, so it doesn't look like solution. |
Running Kubeflow via
minikube start --docker
kfctl_k8s_istio.v1.2.0.yaml is just the file curled from the tutorial.
kfctl apply -V -f kfctl_k8s_istio.v1.2.0.yaml
gives me errors:In the admission-webhook-bootstrap-stateful-set-0 pod logs I find this:
Also pods metacontroller-0 and Istio-telemetry both go into a CrashLoopBackoff death spiral without any logs.
Help please.
macOS 11.0.1
minikube v1.16.0
kfctl v1.2.0-0-gbc038f9
docker desktop 3.0.3
The text was updated successfully, but these errors were encountered: