Highlights
- Arctic Code Vault Contributor
- Developer Program Member
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
6,739 contributions in the last year
Activity overview
Contributed to
cri-o/cri-o,
saschagrunert/webapp.rs,
saschagrunert/kubernix
and 5 other
repositories
Contribution activity
September 2020
- saschagrunert/h2 Rust
- saschagrunert/podman Go
- saschagrunert/cri Rust
Created a pull request in cri-o/cri-o that received 18 comments
Bump cri-tools to v1.19.0, CNI plugins and golang
What type of PR is this? /kind dependency-change What this PR does / why we need it: This updates the test scripts and CI to their latest versions. W…
+13
−16
•
18
comments
- Fix proto package name
- Add --log-scope for logging all crates
- Remove unwrap in pod sandbox test
- Make socket path work in rootless mode
- Add tests to socket path creation
- Handle server termination by signal
- Derive builder for Config
- Optimize release build with lto and strip it
- Add GitHub actions badge
- Add run_pod_sandbox integration test
- Add OCI runtime spec
- Add first storage implementation
- Enhance sandbox ready() docs
- Split-up RPCs into dedicated modules
- Add code coverage report
- Use `with_context` to rely on lazy evaluation
- Add context to socket dir creation error
- Add first integration test
- Add GRPC interceptor to debug log requests
- Add first sandbox abstraction
- Fix rustfmt lint
- Add first sandbox abstraction
- Add deny-missing-docs macro
- Split runtime and image service in different modules
- Add *.orig to .gitignore
- Some pull requests not shown.
- Streamline krel push error messages
- Add binary copy function to `krel push`
- Remove unnecessary newlines from log messages
- Rename `SetReleaseVersion` to be `GetBuildVersion`
- Fix incorrect label ID for alpha and beta releases
- Replace most of the `master` terminology with git.DefaultBranch
- Make `krel set-release-version` a subcmd of `krel anago`
- Fix compile-release-tools by removing blocking-testgrid-tests
- Add krel set-release-version command to be used in anago
- Remove `release-version` flag and option
- Remove find_green_build and all of its dependencies
- Enable debug logs for release notes generation
- Switch to updated version of creack/pty
- Bump GRPC to v1.27.0
- Bump GRPC to v1.27.0
- [1.19] Switch to containers/common for AppArmor
- Update containers/* dependencies and vendor libpod/v2
- Update crictl.yaml to reflect cri-tools v1.19.0 configs
- Add image layer reuse docs to metrics.md
- Print seccomp profile JSON only on trace log level
- Bump syn from 1.0.40 to 1.0.41
- Bump actix-http from 1.0.1 to 2.0.0
- Bump actix-web from 2.0.0 to 3.0.1
- Bump actix-cors from 0.2.0 to 0.3.0
- Bump miniz_oxide from 0.4.1 to 0.4.2
- Bump actix-files from 0.2.2 to 0.3.0
- Bump actix-server from 1.0.3 to 1.0.4
- Bump actix-http-test from 1.0.0 to 2.0.0
- Bump serde from 1.0.115 to 1.0.116
- Bump derive_more from 0.99.9 to 0.99.10
- Bump web-sys from 0.3.44 to 0.3.45
- Bump wasm-bindgen-futures from 0.4.17 to 0.4.18
- Bump actix from 0.9.0 to 0.10.0
- Bump libc from 0.2.76 to 0.2.77
- Bump getrandom from 0.1.14 to 0.1.15
- Bump js-sys from 0.3.44 to 0.3.45
- Bump socket2 from 0.3.12 to 0.3.15
- Bump proc-macro2 from 1.0.20 to 1.0.21
- Bump tracing-core from 0.1.15 to 0.1.16
- Bump wasm-bindgen from 0.2.67 to 0.2.68
- Bump net2 from 0.2.34 to 0.2.35
- Bump crossbeam-channel from 0.4.3 to 0.4.4
- Bump syn from 1.0.39 to 1.0.40
- Bump indexmap from 1.5.2 to 1.6.0
- Bump indexmap from 1.5.1 to 1.5.2
- [release-1.17] server: cleanup container in runtime after failed creation
- [release-1.18] server: cleanup container in runtime after failed creation
- test: skip MetricsGrabber tests
- [1.19] server: cleanup container in runtime after failed creation
- Verify Cgroup Memory - cgroupfs
- Update nix pin with `make nixpkgs`
- [release-1.19] Update crictl.yaml to reflect cri-tools v1.19.0 configs
- Add option to drop infra container
- `crio shutdown`: CLI support for `crio-shutdown.service`
- add the integration tests for handling default runtime
- broken link
- [release-1.19] Remove git-validation in favor of prow/golangci-lint
- test: remove generated file
- [1.19] oci: parse stat file instead of using ctime
- oci: parse stat file instead of using ctime
- sandbox config: Improve validation error message
- Fix pinns error diagnostics, cleanup, and return
- Revert "runtime_vm: Cleanup process when the Container is Stopped"
- [release-1.17] Revert "runtime_vm: Cleanup process when the Container is Stopped"
- [release-1.18] Revert "runtime_vm: Cleanup process when the Container is Stopped"
- anago: fix bad substitution
- [krel] krel promote subcommand
- [krel] Change --org and --*-repo flags to --fork in release-notes subcmd
- krel/announcement: Add krel command to build the Kubernetes announcement file
- images: Build kube-cross:v1.15.2-1 and go-runner:buster-v2.0.2 (using go1.15.2)
- images: Use docker buildx for kube-cross images and consolidate go-based image Makefiles
- [krel] Release Notes Editing Flow
- testgrid: check if need to upload the images
- Add links to rapture RPM/Debian lists
- Document gh2gcs use case and SIG Release managed buckets
- Add krel set-release-version command to be used in anago
- schedule-builder: fix bug when path release is next and are in the previous patch list
- images: Build go1.15.1 images (kube-cross, go-runner)
- hack: Improve comment on 'docker-container' driver usage for buildx
- Bootstrap docker buildx usage for multiarch containers
- Handle server termination by signal
- Bump syn from 1.0.40 to 1.0.41
- Bump clap from `3e9ee86` to `03c1160`
- Enhance sandbox ready() docs
- Add ready method for Pod
- Bump serde from 1.0.115 to 1.0.116
- Add first sandbox abstraction
- Bump getrandom from 0.1.14 to 0.1.15
- Bump libc from 0.2.76 to 0.2.77
- Bump proc-macro2 from 1.0.20 to 1.0.21
- Bump socket2 from 0.3.12 to 0.3.15
- Listen on unix domain socket
- Bump tracing-core from 0.1.15 to 0.1.16
- Image pull implementation
- Bump cc from 1.0.59 to 1.0.60
- Bump syn from 1.0.40 to 1.0.41
- Bump clap from `3e9ee86` to `03c1160`
- Bump getrandom from 0.1.14 to 0.1.15
- Bump libc from 0.2.76 to 0.2.77
- Bump proc-macro2 from 1.0.20 to 1.0.21
- Bump crossbeam-channel from 0.4.3 to 0.4.4
- Bump indexmap from 1.5.2 to 1.6.0
- Bump proc-macro2 from 1.0.19 to 1.0.20
- Bump indexmap from 1.5.1 to 1.5.2
- Bump clap from `ebecccd` to `3e9ee86`
- Add support for CONTAINER_CONNECTION environment variable
- Allow users to specify the default format for image builds
- Bump github.com/containers/image/v5 from 5.5.2 to 5.6.0
- Add new syscalls to allowed seccomp.json
- Bump github.com/containers/storage from 1.23.4 to 1.23.5
- ValidatePullPolicy case-insensitive
- Bump github.com/onsi/ginkgo from 1.14.0 to 1.14.1
- Bump github.com/onsi/gomega from 1.10.1 to 1.10.2
- Bump github.com/containers/storage from 1.23.3 to 1.23.4
- build(deps): bump gatsby-transformer-yaml from 2.4.10 to 2.4.11 in /docs
- build(deps): bump gatsby-plugin-offline from 3.2.23 to 3.2.27 in /docs
- build(deps): bump gatsby-remark-mermaid from 2.0.0 to 2.1.0 in /docs
- build(deps): bump gatsby-source-filesystem from 2.3.24 to 2.3.29 in /docs
- build(deps): bump gatsby-remark-images from 3.3.28 to 3.3.29 in /docs
- build(deps): bump github.com/sourcegraph/go-diff from 0.5.3 to 0.6.0
- build(deps): bump gatsby-plugin-sharp from 2.6.25 to 2.6.31 in /docs
- build(deps): bump gatsby-plugin-manifest from 2.4.23 to 2.4.27 in /docs
5
repositories not shown
Created an issue in kubernetes/kubernetes that received 8 comments
Move hostport manager to staging or out of tree
What would you like to be added:
The package in pkg/kubelet/dockershim/network/hostport is used by container runtimes to manage the pod sandbox hos…
8
comments
- Make RPC interception work
- Setup cgroups handling
- Add seccomp support
- Implement Container creation
- Implement Pod creation
- Implemnt / add container storage
- Make unix domain socket work with crictl
- Consider OCI runtime plugin mechanism
- Setup unit and integration tests
- Add basic CI
- Make grpc server listen to a socket
- Add basic CLI interface
- Add logging facade
- Split project in first lib and binary