-
Notifications
You must be signed in to change notification settings - Fork 443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[HELP WANTED] All Pending #943
Comments
@hougangliu Seems that the get confused users here. @warf34 Hi, I am glad to help you to deploy katib. The two errors about webhook do not affect the workflow. Can you use |
/kind question |
i was redeploy |
We install the katib in kubeflow namespace, thus you need to add -n kubeflow:
|
|
It seems that your node is not ready or has some taints. |
node? how to solve problem? |
You could kubectl describe nodes to have more details |
like this?
|
Taints: node-role.kubernetes.io/master:NoSchedule Node has a taint. |
how to solve? |
kubectl taint node "your master node name" node-role.kubernetes.io/master- |
I close this issue, feel free to re-open if you have any other questions. |
hello, i want use katib not using minikube
i installed kubernetes like this
and downloaded like this
git clone https://github.com/kubeflow/katib
and I entered this command
bash ./katib/scripts/v1alpha3/deploy.sh
but it showed this message
error: unable to recognize "manifests/v1alpha3/0-namespace.yaml": Get http://localhost:8080/api?timeout=32s: dial tcp 127.0.0.1:8080: connect: connection refused
so, i installed kubernetes version 1.15.0
like this
sudo apt-get install -y kubelet=1.15.0-00 kubeadm=1.15.0-00 kubectl=1.15.0-00
and I entered this command
bash ./katib/scripts/v1alpha3/deploy.sh
andkubectl get pods --all-namespaces
it showed two error and Pending status
I also entered v1alpha2.
bash ./katib/scripts/v1alpha2/deploy.sh
but it showed Pending status...
help me.. how to i solve this problem?
The text was updated successfully, but these errors were encountered: