-
Notifications
You must be signed in to change notification settings - Fork 20
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
Conversation
dc4a1d0
to
702801c
Compare
test/e2e/setup/rosa/README.md
Outdated
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>" |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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"} |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
test/e2e/setup/rosa/README.md
Outdated
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>" |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.