Skip to content

site: Pushing document updated #20739

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions enhancements/proposed/20250512-handbooks-push-update/template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Your inspiring proposal title

* First proposed: 2025-05-12
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this page is not needed, this is meant for bigger changes to minikube

* Authors: Batuhan Bulut (@batuhan-bulut)

## Reviewer Priorities

Please review this proposal with the following priorities:

* Does this fit with minikube's [principles](https://minikube.sigs.k8s.io/docs/concepts/principles/)?
* Are there other approaches to consider?
* Could the implementation be made simpler?
* Are there usability, reliability, or technical debt concerns?

Please leave the above text in your proposal as instructions to the reader.

## Summary

It's just a document update for minikube cache command
## Goals

* Added a note for `minikube cache`
2 changes: 2 additions & 0 deletions site/content/en/docs/handbook/pushing.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ More information on [docker-env](https://minikube.sigs.k8s.io/docs/commands/dock

From your host, you can push a Docker image directly to minikube. This image will be cached and automatically pulled into all future minikube clusters created on the machine

Note: "minikube cache" will be deprecated in upcoming versions, please switch to "[minikube image load](/docs/handbook/pushing/#7-loading-directly-to-in-cluster-container-runtime)"

```shell
minikube cache add alpine:latest
```
Expand Down