Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This change LGTM. However, I see this
Kubernetes device plugin support is still in alpha.
in sectionDevice plugin deployment
. AFAIK, Kubernetes device plugin support is already in beta from v1.14. See: https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/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.
It sounds like we need to make that change separately, and cherry-pick it to the 1.14 release docs.
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.
It'd be more usual for website docs to make the change in
master
and not worry about putting the equivalent change into the v1.15 branchRight now the most recent Kubernetes release is 1.14, so
master
is documentation for cluster operators running 1.14There 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.
The sentence there in master branch is
Kubernetes device plugin support is in beta.
The sentence there in 1.14 release branch is
Kubernetes device plugin support is still in alpha.
But the sentence there in the published docs website (which means to show 1.14 release contents) is
Kubernetes device plugin support is in beta.
And the sentence there in the forked branch of this PR is
Kubernetes device plugin support is still in alpha.
I'm confused... @tengqm any thoughts?
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.
OK, I would check that the latest changes from master are up-to-date in the dev-1.15 branch. I think the change in question happened a few days ago? The dev-1.15 branch should contain the master branch changes plus the new 1.15 content.
/cc @makoscafee
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.
Hi, @kbhawkey will work to update dev-1.15 with master changes right now .. will let you know when its done.