-
Notifications
You must be signed in to change notification settings - Fork 28
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
pods priority #393
Merged
pods priority #393
Conversation
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
wkloucek
approved these changes
Sep 12, 2023
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.
Tested with the added deployment example and I got this:
kubectl get -n ocis pods -o custom-columns=CONTAINER:.metadata.name,CONTAINER:.spec.priority
CONTAINER CONTAINER
appregistry-787986cb7f-f2n94 1001000
audit-5b47d76796-5h4vs 1001000
authmachine-7c5446ff79-6fkjh 1001000
eventhistory-5bbb784c77-fv4wp 1001000
frontend-66877f6cd9-wmb7k 1001000
gateway-58878f9565-92jss 1001000
graph-5b6f699796-g8ngr 1001000
groups-64997db4f5-9xhw8 1001000
idm-97b457f8b-r5jw5 1001000
idp-7d75b854bb-tmsjt 1001000
nats-6778787fb-9c877 1001000
ocdav-64b458c8b8-g8vh6 1001000
ocs-6d44dcdb48-ft56z 1001000
postprocessing-57f476d4fd-9bdh8 1001000
proxy-797b4496c7-dc5cb 1001000
search-59c78bc69f-n79wg 1000500
settings-76d86676c9-z5wdp 1001000
sharing-86b4d868d6-pjz4b 1001000
storagepubliclink-784478789d-zxgkc 1001000
storageshares-687789b67b-6f4cw 1001000
storagesystem-5c7877d8f8-5zngp 1001000
storageusers-6b86b7b4d4-67sks 1001000
store-848646967-7pj4m 1000500
thumbnails-748c7b999f-gvmnf 1000000
userlog-74b7f78874-9wt7k 1001000
users-55f7d8bf8c-6qqqg 1001000
web-659c6bb678-mk954 1001000
webdav-8477f8ddd5-gv6rp 1000500
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Related to #379
Description
adding pods priorityClass configurations for all services
How Has This Been Tested?
Types of changes
Checklist:
make docs
) and committed