-
Notifications
You must be signed in to change notification settings - Fork 37
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
Docs: Add Gateway Plugin Support #691
Conversation
✅ Deploy Preview for kurator-dev canceled.
|
@@ -331,6 +347,105 @@ If the status shows as `Initialized`, it means the initialization of rollout pro | |||
|
|||
**Notes**: In the above configuration, we set the `kustomization.interval` to 0s. This disables Fluxcd's periodic synchronization of configurations between the local mirror and cluster. The reason is that Flagger needs to modify the replica counts in Deployments to complete its initialization process. If you are uncertain whether the replicas for all applications in your deployments are set to zero, it is recommended to also set `kustomization.interval` to 0s. | |||
|
|||
### Using Nginx |
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 don't think it should be added in the same usage document. It should add another three level catalogue
Abtest
, Blue-Green Deploy
and Canary
.
Documentation according to different ingresses in three directories
I have submitted a PR #693. After the PR has been merged in, you split the content of the document and write the document in accordance with different ingress. |
63edbbf
to
1e737f5
Compare
Signed-off-by: Gidi233 <[email protected]>
docs/content/en/docs/fleet-manager/rollout/canary/kuma-canary.md
Outdated
Show resolved
Hide resolved
/lgtm |
Signed-off-by: Gidi233 <[email protected]>
/lgtm |
@Gidi233: you cannot LGTM your own PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/lgtm |
@hzxuzhonghu PTAL |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hzxuzhonghu The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind documentation
Which issue(s) this PR fixes:
a part of #651