-
Notifications
You must be signed in to change notification settings - Fork 89
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
Argo CD integration request #63
Comments
@LinuxSuRen: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed 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. |
We can expand the apiVersion: devops.kubesphere.io/v1alpha4
kind: devopsproject
spec:
kind: argo-project
resource:
apiVersion: argoproj.io/v1alpha1
kind: appproject
spec:
xxx: xx Application sample: apiVersion: devops.kubesphere.io/v1alpha1
kind: Application
metadata:
name: xxx
spec:
kind: argocd-app|fluxcd|argocd-appset|argocd-app-patch
source:
repoURL: https://xx
path: "/"
targetRevision: ""
destination:
server: xxx
namespace: xxx
name: xx
syncPolicy:
automated:
prune: true
allowEmpty: true
resource:
apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
name: ks-devops-appset
namespace: argocd
spec:
generators: |
We might be able to have a UI design this week. |
Let's assume there are two environments: Use cases:
|
We might have some potential known issues which come from the upstream project Argo CD. See also #553 |
Currently, the KubeSphere community provides a CD solution that takes advantage of kubernetes-cd-plugin. But this plugin is out-of-date and lacks maintenance. So I highly don't recommend you continue to use it.
We're looking forward to a better CD solution.
I don't have enough information for this. But Argo CD is a very popular GitOps project. Please contact us, if there's anyone who wants to help with this.
/help
/stage alpha
The text was updated successfully, but these errors were encountered: