File tree 1 file changed +12
-2
lines changed
docs/content/en/docs/tutorials
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ weight: 90
5
5
simple_list : true
6
6
---
7
7
8
- See the [ Github Examples page] ( https://github.com/GoogleContainerTools/skaffold/tree/main/examples ) for more examples.
9
-
10
8
{{< alert title="Deploying examples to a remote cluster" >}}
11
9
When deploying to a remote cluster you have to point Skaffold to your default image repository in one of the four ways:
12
10
@@ -15,3 +13,15 @@ When deploying to a remote cluster you have to point Skaffold to your default im
15
13
1 . global skaffold config (one time): ` skaffold config set --global default-repo <myrepo> `
16
14
1 . skaffold config for current kubectl context: ` skaffold config set default-repo <myrepo> `
17
15
{{< /alert >}}
16
+
17
+ {{< alert >}}
18
+ If you're [ running Skaffold through Cloud Code] ({{< relref "../install/#managed-ide" >}}) then you can additionally checkout these tutorials:
19
+ - [ how-to guides for Cloud Code for VSCode] ( https://cloud.google.com/code/docs/vscode/how-to )
20
+ - [ how-to guides for Cloud Code for Intellij] ( https://cloud.google.com/code/docs/intellij/how-to )
21
+ {{< /alert >}}
22
+
23
+ {{< alert >}}
24
+ See the [ Github Examples page] ( https://github.com/GoogleContainerTools/skaffold/tree/main/examples ) for even more examples.
25
+ {{< /alert >}}
26
+
27
+ ### Detailed Tutorials
You can’t perform that action at this time.
0 commit comments