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

update guide for flagger on aliyun ASM #1222

Merged

Conversation

yokoyang
Copy link

I am a developer on the Alibaba Service Mesh ASM team. The previous documentation flagger-install-on-alibaba-servicemesh is outdated, I have made some updates to the content.

Copy link
Member

@stefanprodan stefanprodan left a comment

Choose a reason for hiding this comment

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

LGTM

Thanks @yokoyang

PS. Please signoff your commit

@yokoyang yokoyang force-pushed the doc-update-for-flagger-install-on-asm branch from 6cb1c98 to 0827c6e Compare June 22, 2022 02:19
@yokoyang
Copy link
Author

LGTM

Thanks @yokoyang

PS. Please signoff your commit

Sorry I forgot, I've signoff it now.

@yokoyang yokoyang requested a review from aryan9600 June 22, 2022 08:13
@yokoyang
Copy link
Author

I removed extra blank line.

Copy link
Member

@aryan9600 aryan9600 left a comment

Choose a reason for hiding this comment

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

could you please squash all commits into one with the message update install guide on alibaba service mesh?
other than that, this LGTM, thanks @yokoyang 🙇

@yokoyang yokoyang force-pushed the doc-update-for-flagger-install-on-asm branch from c1c7c9a to 1f92269 Compare June 22, 2022 09:17
@yokoyang
Copy link
Author

could you please squash all commits into one with the message update install guide on alibaba service mesh? other than that, this LGTM, thanks @yokoyang 🙇

thanks, I have squash my commits now.

@yokoyang yokoyang force-pushed the doc-update-for-flagger-install-on-asm branch from 1f92269 to 4f64377 Compare June 22, 2022 09:56
@aryan9600
Copy link
Member

OSM e2e tests are failing, but merging anyway as the changes in this PR are completely unrelated. The failing e2e test needs to be investigated separately.

@aryan9600 aryan9600 merged commit 5e4b70b into fluxcd:main Jun 23, 2022
```yaml
kubectl apply -f $FLAGGER_SRC/artifacts/flagger/crd.yaml
```bash
kubectl apply -f https://raw.githubusercontent.com/fluxcd/flagger/v1.21.0/artifacts/flagger/crd.yaml
Copy link
Member

Choose a reason for hiding this comment

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

The latest release of Flagger is now v1.22.0. Maybe it'd be good to have some kind of

VERSION=$(curl -s "https://api.github.com/repos/fluxcd/flagger/releases" | jq -r '.[] | .tag_name' | sort -V | tail -n 1)

logic here?

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.

4 participants