docs: add v0.2.0 release notes#141
docs: add v0.2.0 release notes#141AvineshTripathi wants to merge 2 commits intokubernetes-sigs:mainfrom
Conversation
Signed-off-by: AvineshTripathi <avineshtripathi1@gmail.com>
✅ Deploy Preview for node-readiness-controller ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: AvineshTripathi The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
| To install the controller, apply the `install.yaml` manifest for this version: | ||
|
|
||
| ```sh | ||
| kubectl apply -f https://github.com/kubernetes-sigs/node-readiness-controller/releases/download/v0.2.0/install.yaml |
There was a problem hiding this comment.
Question:
We recently introduced support for metrics and webhooks. However, in previous releases, we only provided a default install.yaml. Should we start publishing multiple versions of install.yaml like metrics-intall.yaml, or should users continue building their own from the source code?
There was a problem hiding this comment.
We could certainly add additional manifests in this release.
How about something like, install-with-secure-metrics.yaml?
I think we should also ensure we update our installation documentation flow for completeness.
There was a problem hiding this comment.
do we want the documentation changes to be part of this branch, or do we create a new one?
…metrics, and webhooks, alongside updated documentation. Signed-off-by: AvineshTripathi <avineshtripathi1@gmail.com>
related to #136
will add more description later!