-
Notifications
You must be signed in to change notification settings - Fork 5k
Add remote support for SSH and TLS docker contexts #20981
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
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: einyx The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Welcome @einyx! |
Hi @einyx. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Can one of the admins verify this patch? |
96de3d5
to
a1ec633
Compare
@einyx interessting PR ! I am curious do you mind sharing what are your use cases, why did you think about using a remote context ? |
…LS certificate handling
Hi @medyagh! The motivation here is that selfishly I frequently work across multiple machines, Since my Linux workstation has significantly more resources (CPU, RAM, etc.), Use cases this enables:
Attached log from latest minikube run over TLS docker context: Happy to discuss any concerns or alternative approaches! |
…dates Bumps the npm_and_yarn group with 3 updates in the /site directory: [postcss](https://github.com/postcss/postcss), [autoprefixer](https://github.com/postcss/autoprefixer) and [postcss-cli](https://github.com/postcss/postcss-cli). Updates `postcss` from 7.0.39 to 8.5.6 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@7.0.39...8.5.6) Updates `autoprefixer` from 9.8.8 to 10.4.21 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@9.8.8...10.4.21) Updates `postcss-cli` from 7.1.2 to 11.0.1 - [Release notes](https://github.com/postcss/postcss-cli/releases) - [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md) - [Commits](postcss/postcss-cli@7.1.2...11.0.1) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.6 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: autoprefixer dependency-version: 10.4.21 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: postcss-cli dependency-version: 11.0.1 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps the go_modules group with 1 update in the /hack/jenkins/test-flake-chart/report_flakes directory: [google.golang.org/grpc](https://github.com/grpc/grpc-go). Updates `google.golang.org/grpc` from 1.64.0 to 1.64.1 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.64.0...v1.64.1) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.64.1 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
…LS certificate handling
…est-flake-chart/report_flakes/go_modules-00bc3d2421 Build(deps): Bump google.golang.org/grpc from 1.64.0 to 1.64.1 in /hack/jenkins/test-flake-chart/report_flakes in the go_modules group across 1 directory
…_yarn-337413cf79 Build(deps): Bump the npm_and_yarn group across 1 directory with 3 updates
This PR extends the existing remote Docker context support to handle TLS-secured Docker daemons, enabling minikube to work with both SSH and TLS remote Docker contexts.
TLS Certificate Management (
pkg/drivers/kic/oci/context.go
):Connection Routing (
pkg/drivers/kic/kic.go
):Environment Configuration:
DOCKER_TLS_VERIFY=1
andDOCKER_CERT_PATH
for TLS contextsTesting: