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
*Prerequisite:* volume provisioner (dind-volume-provisioner) should have permissions to create/delete/get of Google disks
205
+
206
+
There are 3 options to provide cloud credentials on GCE:
207
+
208
+
* run venona dind-volume-provisioniner on node with iam role which is allowed to create/delete/get of Google disks
209
+
* create Google Service Account with`ComputeEngine.StorageAdmin`, download its key and pass it to venona installed with`--set-file=Storage.GooogleServiceAccount=/path/to/google-service-account.json`
210
+
* use[Google Workload Identity](https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity) to assign iam role to`volume-provisioner-venona` service account
211
+
212
+
Notice that builds will be running in a single availability zone, so you must specify AvailabilityZone parameters.
Migrating to the new Codefresh runner version is not happening automatically. You need to initiate the migration yourself using our[migration script](https://github.com/codefresh-io/venona/blob/release-1.0/scripts/migration.sh)
491
+
492
+
>This release is only offered as a preview. Do not use it for production deployments yet.
Copy file name to clipboardExpand all lines: _docs/getting-started/on-demand-environments.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
@@ -95,7 +95,7 @@ these on demand environments as production ones. They were never designed that w
95
95
96
96
If the environment is not functioning correctly for your own application, make sure that the port exposed by Codefresh in the*Launch settings* is the one that is actually used in your application as an HTTP endpoint.
97
97
98
-
To find your existing on-demand environments, click*Docker Swarm*`->`*Environments* on the left part of the screen. You will get a list of your active environments. You can see details such as:
98
+
To find your existing on-demand environments, click*Compositions*`->`*Running Compositions* on the left part of the screen. You will get a list of your active environments. You can see details such as:
Copy file name to clipboardExpand all lines: _docs/learn-by-example/ruby.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
@@ -145,7 +145,7 @@ caption="Launching a demo environment"
145
145
max-width="50%"
146
146
%}
147
147
148
-
A new build will start. Once it is complete your new environment will be created. You can inspect it by clicking in the*Docker Swarm* menu on the left sidebar and then clicking*Environments*.
148
+
A new build will start. Once it is complete your new environment will be created. You can inspect it by clicking in the*Compositions* menu on the left sidebar and then clicking*Running Compositions*.
5. Youwill see the new preview environment on this page
54
47
55
-
##Launching environment only on one branch
48
+
##Launchinganenvironment only on one branch
56
49
57
50
There is a limit to the number environments you can run concurrently. That's why it's a good practice to launch the the composition only on certain condition. Usually the most relevant condition is the branch, since you probably want your environment to be updated by you main branch.
Copy file name to clipboardExpand all lines: _docs/testing/create-composition.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ toc: true
20
20
Compositions can be launched as part of a unit test step, integration test step or for running an image for manual testing. You can create compositions from scratch or import an existing`docker-compose.yml` file.
21
21
22
22
##1. Add a composition
23
-
From the left sidebarexpand the*Docker Swarm* menu andclick the**Compositions** sub menu. Then click the**ADD COMPOSITION** button.
23
+
From the left sidebar clickonthe*Compositions* menu. Then click the**ADD COMPOSITION** button.
24
24
25
25
{% include
26
26
image.html
@@ -218,7 +218,7 @@ Once you are ready click the small "rocket" button to launch your composition. T
218
218
test environment in your Codefresh account that you can use to inspect your application.
219
219
220
220
{:start="1"}
221
-
1. From the left sidebarexpand the*Docker Swarm* menu andclick the**Compositions** sub menu. Then select a composition.
221
+
1. From the left sidebar clickonthe*Compositions* menu. Then select a composition.
222
222
223
223
{% include
224
224
image.html
@@ -256,7 +256,7 @@ max-width="70%"
256
256
257
257
##Sharing the environment URL
258
258
259
-
After you successfully spin up a composition, click the**Environments**view iconin the left pane, to viewthe record for the running environment and all containers for the environment.
259
+
After you successfully spin up a composition, click the**Running compositions**tab from the*Compositions* itemin the left pane, to viewa record for the running environment and all containers for the environment.