Skip to content
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

Lots of resources have status fields which breaks ACM #1174

Closed
jlewi opened this issue May 15, 2020 · 4 comments
Closed

Lots of resources have status fields which breaks ACM #1174

jlewi opened this issue May 15, 2020 · 4 comments

Comments

@jlewi
Copy link
Contributor

jlewi commented May 15, 2020

A lot of our K8s resources (e.g. Jupyter CRD) have status set

This breaks ACM validation and likely other validation as well. I suspect having status fields breaks apply. So we need to fix this as part of upgrades (kubeflow/kfctl#304)

As part of fixing this we should add a validation test.

Related to: GoogleCloudPlatform/kubeflow-distribution#4

/assign @jlewi

@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the labels:

Label Probability
kind/bug 0.99
area/jupyter 0.91

Please mark this comment with 👍 or 👎 to give our bot feedback!
Links: app homepage, dashboard and code for this bot.

1 similar comment
@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the labels:

Label Probability
kind/bug 0.99
area/jupyter 0.91

Please mark this comment with 👍 or 👎 to give our bot feedback!
Links: app homepage, dashboard and code for this bot.

@kubeflow-bot kubeflow-bot added this to To Do in Needs Triage May 15, 2020
@jlewi jlewi changed the title Lots of resources have status fields which breaks validation Lots of resources have status fields which breaks ACM May 16, 2020
jlewi pushed a commit to jlewi/manifests that referenced this issue May 16, 2020
* kubeflow#1174 lots of CRDs have status fields which
  causes ACM to complain that the CRD is invalid.

* This PR cleans up those CRDs and adds an appropriate validation test.

* Fix typos in AWS application specs (kubeflow/testing#668)
k8s-ci-robot pushed a commit that referenced this issue May 18, 2020
* CRDs should not have status field.

* #1174 lots of CRDs have status fields which
  causes ACM to complain that the CRD is invalid.

* This PR cleans up those CRDs and adds an appropriate validation test.

* Fix typos in AWS application specs (kubeflow/testing#668)

* Update tests.
jlewi pushed a commit to jlewi/manifests that referenced this issue May 19, 2020
* Related to kubeflow#1174.

* This is a follow on to kubeflow#1175. kubeflow#1175 attempted to fix this issue
  but the unittest was insufficient because it didn't handle the
  case where there were multiple K8s resources in a file.

  * The test is updated to handle that case. We use a more powerful
    YAML processing library kyaml from kustomize.

* Also remove empty annotations (GoogleCloudPlatform/kubeflow-distribution#16) because
  this triggers a bug in kpt.
k8s-ci-robot pushed a commit that referenced this issue May 20, 2020
* Related to #1174.

* This is a follow on to #1175. #1175 attempted to fix this issue
  but the unittest was insufficient because it didn't handle the
  case where there were multiple K8s resources in a file.

  * The test is updated to handle that case. We use a more powerful
    YAML processing library kyaml from kustomize.

* Also remove empty annotations (GoogleCloudPlatform/kubeflow-distribution#16) because
  this triggers a bug in kpt.
@jlewi jlewi added this to To do in Kubeflow 1.1 via automation May 21, 2020
@jlewi
Copy link
Contributor Author

jlewi commented May 21, 2020

This should be fixed by #1175 and #1179.

@jlewi jlewi closed this as completed May 21, 2020
Needs Triage automation moved this from To Do to Closed May 21, 2020
Kubeflow 1.1 automation moved this from To do to Done May 21, 2020
@kubeflow-bot kubeflow-bot removed this from Closed in Needs Triage May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Kubeflow 1.1
  
Done
Development

No branches or pull requests

1 participant