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
Use the `deploy` Github action to update development or production environments with a new release.
96
96
97
-
### Argo Deployment
98
-
99
-
To install Argo workflow server, run:
100
-
101
-
`ENVIRONMENT=<development,production> make install-argo`
102
-
103
-
NOTE: This is a separate step and not a dependant chart for example to avoid too frequent Argo deployments.
104
-
105
-
Also note that if you plan to deploy `infra-server` to this cluster, you will need to remove the default Argo workflow controller ConfigMap with the `clean-argo-config` Make target.
106
-
This is required until [ROX-20269](https://issues.redhat.com/browse/ROX-20269) is resolved.
107
-
108
97
### Manual deployment
109
98
110
99
To render a copy of the charts (for inspection), run:
@@ -156,3 +145,13 @@ The infra server logs are captured automatically by GCP.
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ You may also point to a different infra server with the `--endpoint` flag.
32
32
To debug the server, you need to fulfil the prerequisites first.
33
33
34
34
1. Have an authenticated `gcloud` CLI and GNU `sed` installed.
35
-
1. Have your `KUBECONFIG` point to a cluster where Argo Workflows and the ConfigMaps and Secrets for infra are deployed. This is most easily achieved by connecting to a PR cluster or deploying infra with `ENVIRONMENT=<DEVELOPMENT,PRODUCTION> make install-argo clean-argo-config helm-deploy` to a new or local cluster. This cluster will only be used to run workflows.
35
+
1. Have your `KUBECONFIG` point to a cluster where Argo Workflows and the ConfigMaps and Secrets for infra are deployed. This is most easily achieved by connecting to a PR cluster or deploying infra with `ENVIRONMENT=<DEVELOPMENT,PRODUCTION> make helm-deploy` to a new or local cluster. This cluster will only be used to run workflows.
36
36
1. Run `make prepare-local-server-debugging` to set the contents of the `configuration` directory and compile the UI + CLI (for downloads).
37
37
38
38
Then, you can use the "Debug Server" launch configuration.
:rocket: If you only modify configuration (chart/infra-server/configuration) or templates (chart/infra-server/{static,templates}), you can get a faster update with:
0 commit comments