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
Copy file name to clipboardExpand all lines: docs-v2/content/en/docs/quickstart/_index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ weight: 20
8
8
{{% tab "STANDALONE" %}}
9
9
10
10
Follow this tutorial if you're using the Skaffold [standalone binary]({{< relref "../install/#standalone-binary" >}}). It walks through running Skaffold on a small Kubernetes app built with [Docker](https://www.docker.com/) inside [minikube](https://minikube.sigs.k8s.io)
11
-
and deployed with [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)!
11
+
and deployed with [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)! To learn how to generate a new project with previously built-in structure and features, see the [Google Cloud Solutions Template](https://github.com/GoogleCloudPlatform/solutions-template).
12
12
13
13
This tutorial uses minikube as Skaffold knows how to build the app using the Docker daemon hosted
14
14
inside minikube and thus avoiding any need for a registry to host the app's container images.
0 commit comments