Closed jlewi closed 4 years ago
Issue-Label Bot is automatically applying the labels:
Label | Probability |
---|---|
kind/bug | 0.95 |
area/engprod | 0.57 |
Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback! Links: app homepage, dashboard and code for this bot.
It looks like the problem is the application resource. https://github.com/kubeflow/manifests/blob/d82342c88cb943635d6842db3153f9909181a067/aws/nvidia-device-plugin/overlays/application/application.yaml#L23
It looks like the YAML spec is invalid. The indentation of OWNERs is wrong.
It looks like the validation I'm writing to fix kubeflow/manifests#1174 is catching this.
@Jeffwan I will fix the YAML as part of kubeflow/manifests#1174 so no need to worry about this unless you need a fix sooner. Should have a PR this weekend or Monday.
Thanks @jlewi for the fix. I think I carelessly brings some indent issue in https://github.com/kubeflow/manifests/pull/1162
@Jeffwan not a problem
Auto deployed blueprints are still failing with an rbac issue.
Error from server (Forbidden): error when creating ".build/gcp_config/iam.cnrm.cloud.google.com_v1beta1_iamserviceaccount_kf-vbp-0520-61c-vm.yaml": iamserviceaccounts.iam.cnrm.cloud.google.com is forbidden: User "kf-ci-v1-user@kubeflow-ci.iam.gserviceaccount.com" cannot create resource "iamserviceaccounts" in API group "iam.cnrm.cloud.google.com" in the namespace "kubeflow-ci-deployment": requires one of ["container.thirdPartyObjects.create"] permission(s)
Issue-Label Bot is automatically applying the labels:
Label | Probability |
---|---|
platform/gcp | 0.68 |
Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback! Links: app homepage, dashboard and code for this bot.
kubeflow-ci-deployment namespace is missing
kubectl --context=kf-ci-deployment-management create namespace kubeflow-ci-deployment
kubectl --context=kf-ci-deployment-management -n kubeflow-ci-deployment create rolebinding kf-ci-v1-cnrm-admin --user=kf-ci-v1-user@kubeflow-ci.iam.gserviceaccount.com --clusterrole=cnrm-admin
Autodeployments of blueprints are failing.
Looking at the tekton dashboard. https://kf-ci-v1.endpoints.kubeflow-ci.cloud.goog/tekton/#/namespaces/auto-deploy/pipelineruns?labelSelector=tekton.dev%2Fpipeline%3Ddeploy-gcp-blueprint
error is