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
Copy file name to clipboardExpand all lines: README.md
+4-10Lines changed: 4 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -107,18 +107,12 @@ through [this tutorial](https://cloud.google.com/appengine/docs/standard/python3
107
107
* Copy `config.yaml.original` to `config.yaml`.
108
108
* Optionally configure by editing the configuration files ([See more documentation below](#configuration).)
109
109
* Run `./deploy.sh <PROJECT_ID> `.
110
-
* The above is the default. There are also command-line options, to be put at the end of the command line after the project id.
111
-
* Org and project
112
-
* Use `-o -p` to deploy org elements and also project elements. If you omit both, then the default behavior is to deploy both, as if `-o -p` were given.
113
-
* Use `-o` to deploy only org elements like roles and log sinks. You might want to do this if you have different people controlling the org and the project.
114
-
* Once org elements are set up, only `-p` is needed, to deploy the Iris app to App Engine
115
-
* Cloud Scheduler
116
-
* To use *only* Cloud Scheduler cron (i.e., without labeling resources on-creation), also use `-c`.
117
-
* To *not at all* use Cloud Scheduler, delete schedule in `cron.yaml`.
110
+
* The above is the default. There are also command-line options, to be put at the end of the command line after the project id. Run `deploy.sh -h` for documentation.
118
111
* When you redeploy different versions of Iris code on top of old ones:
119
112
* If new plugins were added or some removed, the log sink *will* be updated to reflect this.
120
-
* If the parameters for subscriptions or topics were changed in a new version of the Iris code, the subscriptions or
121
-
topics will *not* be updated. You would have to delete them first.
113
+
* If the parameters for subscriptions or topics were changed in a new version of the Iris code, the subscriptions or topics will *not* be updated. You would have to delete them first.
114
+
* If you are changing to or from Cloud-Scheduler-only with or without `-c`, be sure to run both org and project deployments.
115
+
* See `deploy.sh` for configuring Iris to add labels only with Cloud Scheduler and not on-creation, or without the Scheduler at all, or with both Scheduler and on-creation. The latter is the default.
0 commit comments