-
Notifications
You must be signed in to change notification settings - Fork 7
docs(fluxcd): add Limitations section and update controller version #190
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
Open
mayank-devtron
wants to merge
15
commits into
docv2-site
Choose a base branch
from
docs/fluxcd-setup-and-limitations
base: docv2-site
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 10 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
a956c35
docs(fluxcd): add Limitations section and update controller version
mayank-devtron e96d4dd
docs(scoop): add Capabilities section and clarify enableResourceList
mayank-devtron 0c36150
docs(ai): add Capabilities section to Devtron Intelligence
mayank-devtron a873a34
docs(ci): document caching for multi-architecture (BuildX) builds
mayank-devtron ff8cd2b
docs(variables): add usage syntax for predefined (system) variables
mayank-devtron 9584ba3
docs(gitops): add API reference for GitOps provider migration
mayank-devtron fa6ebdf
docs(ai): add configuration for AI Debug Mode and Ask Devtron Expert
mayank-devtron e352489
docs(ai): deploy Athena as independent microservices, not the ai-agen…
mayank-devtron 671abd9
docs(ai): replace ai-agent chart flow with Athena microservices archi…
mayank-devtron c0d4a76
docs(ai): add concrete env config for athena-worker-engine
mayank-devtron 2a36876
docs(fluxcd): add advanced tuning env vars; remove inaccurate strateg…
mayank-devtron 1c8628a
docs(scoop): document Resource Watcher dependency on Scoop
mayank-devtron 1576421
docs(ai): rewrite Devtron Intelligence setup to the Helm-chart (athen…
mayank-devtron 03f79aa
docs(ai): revamp Devtron Intelligence guide around the enterprise-cha…
mayank-devtron 296c6a2
docs(ai): link Devtron Intelligence prerequisites to enterprise insta…
mayank-devtron File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -128,7 +128,7 @@ You can install FluxCD Controller by any of the following ways: | |
| 4. Run the following command to install the FluxCD Controller: | ||
|
|
||
| ```yaml | ||
| kubectl apply -f https://github.com/fluxcd/flux2/releases/download/v0.35.0/install.yaml | ||
| kubectl apply -f https://github.com/fluxcd/flux2/releases/download/v2.7.5/install.yaml | ||
| ``` | ||
|
|
||
|  | ||
|
|
@@ -173,4 +173,22 @@ To install FluxCD controller via Chart Store, follow the below steps. | |
|
|
||
| 6. Click **Deploy** and the chart will be deployed. | ||
|
|
||
| After the chart is successfully deployed, you can deploy applications though GitOps (via FluxCD). | ||
| After the chart is successfully deployed, you can deploy applications though GitOps (via FluxCD). | ||
|
|
||
| ## Limitations | ||
|
|
||
| Keep the following limitations in mind when using GitOps deployments via FluxCD: | ||
|
|
||
| * **Supported deployment strategies**: Only the `Deployment` and `Rollout` strategies are supported (with the latest chart versions). Other strategies (such as Canary or Blue-Green) are currently not supported. | ||
|
|
||
| * **No rollback**: Rolling back a FluxCD deployment to a previous version from within Devtron is not currently supported. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. kuch bhi
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. removed the incorrect info |
||
|
|
||
| * **No manual sync from Devtron**: There is no manual *sync* or *refresh* action for FluxCD applications in Devtron. Deployments reconcile automatically on FluxCD's reconciliation interval. To force an immediate reconcile, use the FluxCD CLI, for example: | ||
|
|
||
| ```bash | ||
| flux reconcile helmrelease <app-name> -n <namespace> | ||
| ``` | ||
|
|
||
| * **Manual controller setup required**: Devtron does not install the FluxCD controller automatically. You must install it in every target cluster (see [Installing FluxCD Controller](#installing-fluxcd-controller-only-for-deployments)) and enable the required feature flags before you can deploy. | ||
|
|
||
| * **Prerequisites**: FluxCD deployments require the [Build and Deploy (CI/CD)](../integrations/build-and-deploy-ci-cd.md) and [GitOps (ArgoCD)](../integrations/argocd.md) integrations to be installed. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
why so? this information seems incorrect @mayank-devtron
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.
yes it is incorrect. removed