This repository was archived by the owner on Feb 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 880
rkt: experimental support for pod sandbox #3318
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
a22557a
stop: Don't treat 'rkt stop already-stopped-pods' as errors.
e15b710
Allow `rkt app rm` on a stopped pod.
4e4e662
rkt status: Add '--format=json' flag to print json format for pods.
f2c70f0
cri: Prepare isolators
krnowak fe396ff
stage1: mount cgroup knobs RW for new app
alban d48c521
stage1: add mount/umount in all flavors
alban 3d1c6e1
cgroup: resolve merge conflict
c37e6b8
CRI: Allow the pod sandbox to accept port forwards
squeed 70d5ed8
run: allow port forwards *from* a specific IP
squeed db21057
kvm/init: remove condition for kvm mutable pods
463fdbf
cri: don't remount cgroup knobs RW with cgroup2
alban 6982a73
CRI: Add '--annotation' and '--label' flag for 'rkt app sandbox'.
348facd
CRI: Add '--name', '--annotation', '--label', '--environment' for 'rk…
04a4077
cri/sandbox: autodect mutable stage1 capabilities
1468df8
CRI: Add '--working-dir', '--supplementary-gids', '--readonly-rootfs'…
1ae5d19
common,tests: refactor GetExitStatus
iaguis 178c338
stage0,stage1: handle exit status from stop entrypoint
iaguis c517764
CRI: add oom_score_adj isolator
squeed 4969981
run/repare: Support mutating the app for 'rkt run/prepare' as well.
4d735db
Documentation: Update docs for rkt run/prepare.
62dd49d
app-start: set up unit files/cgroups during app-add
5eab251
app: remove code duplication for preparing the stage1 image
1babb4f
app-rm: introduce RmConfig
22517ac
Documentation: specify app subcommands synchronization
953282c
app: implement synchronization of pod mutation operations
5b3f4db
CRI: Support volume creation at app add time
squeed 57036ca
CRI: pick up appc annotation rename
squeed b59fa4b
CRI: add cpu-shares isolator
93e178f
Merge remote-tracking branch 'origin/master' into crisync
4f5f81d
cri: add app subcommands
d071d34
stage0/app: mark app subcommands as hidden, gate behind app experiment.
2f5de7f
lib: use nanoseconds for app state
2e9d62c
Merge remote-tracking branch 'origin/master' into crisync
7dd24cf
stage1: document experimental interface v5
lucab 3fb6b55
Merge pull request #4 from lucab/to-sur/stage1-interface-v5-exp
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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
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.
Version interface should also be bumped once we agree on entrypoints interface.