This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 558
add GPU ExtendedResourceToleration admission controller support #3181
Merged
jackfrancis
merged 19 commits into
Azure:master
from
lachie83:feat-add-gpu-ExtendedResourceToleration
Jun 27, 2018
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
c5594e7
check for kubernetesConfig nil (#3164)
jackfrancis a36be0c
add GPU ExtendedResourceToleration admission controller support
lachie83 f39f29b
Revert "check for kubernetesConfig nil (#3164)"
lachie83 e9f061e
Update condition to match review
lachie83 2511e6f
Update conditionals to match both N series and device plugin
lachie83 c9e6dc1
Add toleration to run kube-proxy on tainted gpu nodes
lachie83 9e8fa64
Update Nvidia gpu device plugin to upstream ds example
lachie83 50b46a4
Update docs
lachie83 a8df245
Add support for 1.11
lachie83 83034c1
cleanup k8s_version_test
jackfrancis e91bc93
add nvidia.com/gpu to addons
jackfrancis bbc2c7a
Revert "add nvidia.com/gpu to addons"
lachie83 2ea4097
remove register node with taints
lachie83 6b7af96
Revert "Add toleration to run kube-proxy on tainted gpu nodes"
lachie83 b1b087a
Merge branch 'master' into feat-add-gpu-ExtendedResourceToleration
lachie83 478f39f
fixed rebase errors
lachie83 474d0e6
fix formatting errors
lachie83 cb1486e
fixed tests
lachie83 be6ebd7
actually check for nvidia addon enabled
jackfrancis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
just curious, does NDP v1.10 work in k8s 1.11? when i tested NDP v1.9 with k8s 1.10 a while back, it didn't work
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 appears to work the same way it does in 1.10