--
You received this message because you are subscribed to the Google Groups "kubeflow-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubeflow-discu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubeflow-discuss/778c8892-760d-4165-836f-9a081b314b0en%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubeflow-discuss/CAD9E2z5B-4NyYcRt6dsv7iuKH_Ghr_HhsQSF2%3D-p-0y5LampLQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubeflow-discuss/CAHD%3DcxbbOQ5hOALUFtuZ1JKZj3MnhL0OdE7QKN%3Dpx%3DZSKAtRuw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubeflow-discuss/CA%2B%3DSMmLDjVRbu1vZWDtusc%2BXCp57HaTcMLX6i55m7Qc%2B1yHtcQ%40mail.gmail.com.
| # Training Operators | |
| - ../../pytorch-job/pytorch-job-crds/overlays/application | |
| - ../../pytorch-job/pytorch-operator/overlays/application | |
| - ../../tf-training/tf-job-crds/overlays/application | |
| - ../../tf-training/tf-job-operator/overlays/application | |
| - ../../mxnet-job/mxnet-operator/overlays/application | |
| - ../../mpi-job/mpi-operator/overlays/application |
To view this discussion on the web visit https://groups.google.com/d/msgid/kubeflow-discuss/a5aef973-966c-451b-92ad-c3bdcfca43e2n%40googlegroups.com.
For some reason kubectl apply -k was failing with unknown field "envs" errors. I believe I have a version mismatch between kubectl and kustomize
(base) asaha-mbp151:exploration asaha$ kubectl apply -k manifests-v1.1.0-branch/mpi-job/mpi-operator/overlays/application/
error: couldn't make target for ../../base: json: unknown field "envs"
(base) asaha-mbp151:exploration asaha$
To view this discussion on the web visit https://groups.google.com/d/msgid/kubeflow-discuss/CACijwiYJAKLx2LpuyQ7E0MtezSn7LmMApTsvO283HJUFdy5LiA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubeflow-discuss/CAHvv5K_Mw16x__Xk7Ck2uoYfYUPYTyCaeujXnf401vk8-im2Tg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubeflow-discuss/c0efa57b-3a74-4a27-83cb-596eee1d49a2n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubeflow-discuss/CACijwia3k1LyT-op%3DUsk0%2BM%3D8XGAh6V_MPT_EgwUU-zV8xTo2g%40mail.gmail.com.
tf-training git:(da561762) k apply -k tf-job-crds/overlays/application customresourcedefinition.apiextensions.k8s.io/tfjobs.kubeflow.org unchanged
error: unable to recognize "tf-job-crds/overlays/application": no matches for kind "Application" in version "app.k8s.io/v1beta1"
➜ tf-training git:(da561762) k apply -k tf-job-operator/overlays/application serviceaccount/tf-job-dashboard unchanged serviceaccount/tf-job-operator unchanged clusterrole.rbac.authorization.k8s.io/kubeflow-tfjobs-admin configured clusterrole.rbac.authorization.k8s.io/kubeflow-tfjobs-edit unchanged clusterrole.rbac.authorization.k8s.io/kubeflow-tfjobs-view unchanged clusterrole.rbac.authorization.k8s.io/tf-job-operator unchanged clusterrolebinding.rbac.authorization.k8s.io/tf-job-operator unchanged service/tf-job-operator unchanged deployment.apps/tf-job-operator unchanged error: unable to recognize "tf-job-operator/overlays/application": no matches for kind "Application" in version "app.k8s.io/v1beta1"
following the above installation of xgboost(v1.2.0) I am getting errors on xgboost operator pod.
k get crds
NAME CREATED AT
applications.app.k8s.io 2020-12-18T15:00:13Z
xgboostjobs.xgboostjob.kubeflow.org 2021-01-04T11:22:57Zkl xgboost-operator-deployment-59644c445-zpfjy{"level":"info","ts":1609759383.411976,"logger":"entrypoint","msg":"setting up client for manager"} {"level":"info","ts":1609759383.4121592,"logger":"entrypoint","msg":"setting up manager"} {"level":"info","ts":1609759384.0154142,"logger":"controller-runtime.metrics","msg":"metrics server is starting to listen","addr":":8080"} {"level":"info","ts":1609759384.015574,"logger":"entrypoint","msg":"Registering Components."} {"level":"info","ts":1609759384.0155895,"logger":"entrypoint","msg":"setting up scheme"} {"level":"info","ts":1609759384.0157025,"logger":"entrypoint","msg":"Setting up controller"} {"level":"info","ts":1609759384.0157304,"logger":"controller","msg":"Running controller in in-cluster mode"} {"level":"info","ts":1609759384.0158665,"logger":"controller","msg":"gang scheduling is set: ","gangscheduling":false} {"level":"info","ts":1609759384.0159233,"logger":"entrypoint","msg":"setting up webhooks"} {"level":"info","ts":1609759384.01593,"logger":"entrypoint","msg":"Starting the Cmd."} {"level":"info","ts":1609759384.0162542,"logger":"controller-runtime.manager","msg":"starting metrics server","path":"/metrics"} {"level":"info","ts":1609759384.0163705,"logger":"controller-runtime.controller","msg":"Starting EventSource","controller":"xgboostjob-controller","source":"kind source: /, Kind="} {"level":"error","ts":1609759386.1145597,"logger":"controller-runtime.source","msg":"if kind is a CRD, it should be installed before calling Start","kind":"XGBoostJob.xgboostjob.kubeflow.org","error":"no matches for kind \"XGBoostJob\" in version \"xgboostjob.kubeflow.org/v1\"","stacktrace":"github.com/go-logr/zapr.(*zapLogger).Error\n\t/go/pkg/mod/github.com/go-logr/za...@v0.1.1/zapr.go:128\nsigs.k8s.io/controller-runtime/pkg/source.(*Kind).Start\n\t/go/pkg/mod/sigs.k8s.io/controlle...@v0.4.0/pkg/source/source.go:88\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func1\n\t/go/pkg/mod/sigs.k8s.io/controlle...@v0.4.0/pkg/internal/controller/controller.go:165\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start\n\t/go/pkg/mod/sigs.k8s.io/controlle...@v0.4.0/pkg/internal/controller/controller.go:198\nsigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startLeaderElectionRunnables.func1\n\t/go/pkg/mod/sigs.k8s.io/controlle...@v0.4.0/pkg/manager/internal.go:477"} {"level":"error","ts":1609759386.1146486,"logger":"entrypoint","msg":"unable to run the manager","error":"no matches for kind \"XGBoostJob\" in version \"xgboostjob.kubeflow.org/v1\"","stacktrace":"github.com/go-logr/zapr.(*zapLogger).Error\n\t/go/pkg/mod/github.com/go-logr/za...@v0.1.1/zapr.go:128\nmain.main\n\t/go/src/github.com/kubeflow/xgboost-operator/cmd/manager/main.go:82\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:200"}
Thanks
Hamed