-
Notifications
You must be signed in to change notification settings - Fork 529
Upgrade Kubebuilder to v1.0.3. #250
Upgrade Kubebuilder to v1.0.3. #250
Conversation
f3910a4
to
eb3e60f
Compare
Thank you for doing this. Please drop the changes to install-latest.yaml. It needs to be changed in concert with the |
eb3e60f
to
e2ac895
Compare
@marun done |
docs/userguide.md
Outdated
kubernetes 1.10. Once `kubebuilder` bundles binaries >= 1.11, it will | ||
only require downloading the `kubebuilder` release. | ||
([v1.0.3](https://github.com/kubernetes-sigs/kubebuilder/releases/tag/v1.0.3) | ||
as of this writing) release packages all of these dependencies together and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please end the sentence at 'together' - I think the remainder is redundant.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
@@ -323,18 +323,6 @@ sed -i 's/memory: 20Mi/memory: 64Mi/' hack/install.yaml | |||
sed -i 's/memory: 30Mi/memory: 128Mi/' hack/install.yaml | |||
``` | |||
|
|||
Then, delete the `type` field from the OpenAPI schema to avoid triggering validation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this fix from scripts/generate-install-yaml.sh
as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Please squash - we aren't using a fixup workflow. |
6c00470
to
cf429b9
Compare
@marun using one commit now. |
The changes LGTM. Thanks @gyliu513, We don't have to use the workaround to manually fix the generated code from now on :) |
Kubebuider v1.0.3 is shipping with Kubernetes 1.11, there is no need to download the v1.11 kube-apiserver in test script, and also no need to update `hack/install.yaml`, as the issue kubernetes/kubernetes#65293 was already fixed in kubernetes v1.11.
cf429b9
to
ac0e0f2
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gyliu513, marun The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
I restart CI and it passed, but the report still failed. Do you know what is wrong? @marun |
Kubebuider v1.0.3 is shipping with Kubernetes 1.11, there is no need
to download the v1.11 kube-apiserver in test script, and also no need
to update
hack/install.yaml
, as the issue kubernetes/kubernetes#65293was already fixed in kubernetes v1.11.
/cc @marun @pmorie