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
[Future-Playground] Adding future playground to deployment pipeline (#214)
* add future playground
Signed-off-by: Tao Liu <liutaoaz@amazon.com>
* add future yml file
Signed-off-by: Tao Liu <liutaoaz@amazon.com>
---------
Signed-off-by: Tao Liu <liutaoaz@amazon.com>
Copy file name to clipboardexpand all lines: .github/workflows/README.md
+9
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,15 @@ The current workflows folder contains one deployment workflow(os-osd-deployment.
46
46
>> -`additional_args`: JSON string of additional options for the build. Default value is `'{}'`.
47
47
>> -`build_number`: The build number. This parameter is optional.
48
48
49
+
> trigger-future-deployment.yaml
50
+
>> This GitHub Actions workflow is responsible for deploying OpenSearch and OpenSearch Dashboards in the future playground environment. It provides options for both fresh deployment and upgrade deployment. The input parameters as following:
51
+
>> -`deploy_fresh`: Specifies whether to perform a fresh deployment of OpenSearch and OpenSearch Dashboards. Default is `false`.
52
+
>> -`deploy_upgrade`: Specifies whether to perform an upgrade deployment of OpenSearch and OpenSearch Dashboards. Default is `true`.
53
+
>> -`osd_image_tag`: The image tag for OpenSearch Dashboards.
54
+
>> -`osd_image_repo`: The image repository for OpenSearch Dashboards.
55
+
>> -`os_image_tag`: The image tag for OpenSearch.
56
+
>> -`os_image_repo`: The image repository for OpenSearch.
# This requires metrics server to be installed, to install use kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
225
+
# See https://github.com/kubernetes-sigs/metrics-server
0 commit comments