File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,12 @@ List of the resources that will be created
65
65
* `cluster-role.dind-volume-provisioner.re.yaml` Defines all the permission needed for the controller to operate correctly
66
66
* `cluster-role-binding.dind-volume-provisioner.yaml` - Binds the ClusterRole to `service-account.dind-volume-provisioner.re.yaml`
67
67
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
+
68
74
# ### Upgrade
69
75
To upgrade existing runtime-environment, a one that was created without Venona's agent, run :
70
76
* Find the name of the cluster was linked to that runtime environment <br />
You can’t perform that action at this time.
0 commit comments