Skip to content

Commit e21972e

Browse files
author
Oleg Sucharevich
committed
update readme
Signed-off-by: Oleg Sucharevich <[email protected]>
1 parent 66858ec commit e21972e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ List of the resources that will be created
6565
* `cluster-role.dind-volume-provisioner.re.yaml` Defines all the permission needed for the controller to operate correctly
6666
* `cluster-role-binding.dind-volume-provisioner.yaml` - Binds the ClusterRole to `service-account.dind-volume-provisioner.re.yaml`
6767

68+
### Access the cluster from executed pipeline
69+
After a successfull installation of Venona, you'll be able to run a Codefresh pipeline on the configured cluster.
70+
However, the pipeline itself dosent have any permission to connect to the hosted cluster.
71+
To make it work you need to add the cluster to Codefresh (make sure the service acount has all the permissions you need)
72+
> codefresh create cluster --kube-context CONTEXT_NAME --namesapce NAMESPACE --serviceaccount SERVICE_ACCOUNT --behind-firewall
73+
6874
#### Upgrade
6975
To upgrade existing runtime-environment, a one that was created without Venona's agent, run:
7076
* Find the name of the cluster was linked to that runtime environment <br />

0 commit comments

Comments
 (0)