You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Identify Rancher Desktop context as local cluster type
This way, Skaffold will automatically understand that it does not need to push images to remote registry when deploying to Rancher Desktop.
Signed-off-by: Marat Radchenko <marat@slonopotamus.org>
Copy file name to clipboardExpand all lines: docs-v2/content/en/docs/design/global-config.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The options are:
18
18
|`insecure-registries`| list of strings | A list of image registries that may be accessed without TLS. |
19
19
|`k3d-disable-load`| boolean | If true, do not use `k3d import image` to load images locally. |
20
20
|`kind-disable-load`| boolean | If true, do not use `kind load` to load images locally. |
21
-
|`local-cluster`| boolean | If true, do not try to push images after building. By default, contexts with names `docker-for-desktop`, `docker-desktop`, or `minikube` are treated as local. |
21
+
|`local-cluster`| boolean | If true, do not try to push images after building. By default, contexts with names `docker-for-desktop`, `docker-desktop`, `rancher-desktop`, or `minikube` are treated as local. |
22
22
|`update-check`| boolean | Check for a more recent version of Skaffold. |
0 commit comments