-
Notifications
You must be signed in to change notification settings - Fork 748
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
update guide for flagger on aliyun ASM #1222
Conversation
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.
6cb1c98
to
0827c6e
Compare
Sorry I forgot, I've signoff it now. |
I removed extra blank line. |
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.
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 🙇
c1c7c9a
to
1f92269
Compare
thanks, I have squash my commits now. |
Signed-off-by: 奇方 <qifang.ly@alibaba-inc.com>
1f92269
to
4f64377
Compare
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. |
```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 |
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.
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?
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.