Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run maestro with rosa #215

Merged
merged 1 commit into from
Nov 6, 2024
Merged

run maestro with rosa #215

merged 1 commit into from
Nov 6, 2024

Conversation

skeeey
Copy link
Contributor

@skeeey skeeey commented Nov 5, 2024

No description provided.

@skeeey skeeey force-pushed the rosa branch 2 times, most recently from dc4a1d0 to 702801c Compare November 5, 2024 06:29
export AWS_IOT_REGION="<your_aws_iot_region>"
export CLUSTER_REGION="<your_cluster_region>"
export CLUSTER_VPC="<your_cluster_vpc>"
export KUBECONFIG="<your_cluster_kubeconfig>"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No aws credentials provided? use default location?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This required a logined aws command

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add Prerequisites part to address this


IMAGE_REGISTRY=${IMAGE_REGISTRY:="quay.io/redhat-user-workloads/maestro-rhtap-tenant/maestro"}
IMAGE_REPOSITORY="maestro"
IMAGE_TAG=${IMAGE_TAG:-"1de63c6075f2c95c9661d790d164019f60d789f3"}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should get the commit sha via github api

Copy link
Contributor Author

@skeeey skeeey Nov 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

github api? how to get it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is default value, it can be set outside

export AWS_IOT_REGION="<your_aws_iot_region>"
export CLUSTER_REGION="<your_cluster_region>"
export CLUSTER_VPC="<your_cluster_vpc>"
export KUBECONFIG="<your_cluster_kubeconfig>"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

won't create a cluster?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I saw the next section to create a cluster. what is the purpose for this section?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this section show how to deploy maestro server and agents in existed clusters

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated the readme

Signed-off-by: Wei Liu <[email protected]>
Copy link
Contributor

@clyang82 clyang82 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@clyang82 clyang82 merged commit 8d6765a into openshift-online:main Nov 6, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants