Results 82 comments of Daniel Holbach

This image on the main `README.md` as well: https://user-images.githubusercontent.com/426437/82109570-f6c7ed80-96eb-11ea-849c-2bd5fe89b571.png Not sure where the source of this lives or who created it.

At the section at the very bottom of the main README, there's two links to the two PoCs (Argo and Flux) using the Gitops Engine: https://github.com/argoproj/gitops-engine#contributing-to-the-effort - https://github.com/argoproj/argo-cd/tree/gitops-engine-poc#what-is-gitops-engine-poc-branch - https://github.com/fluxcd/flux/tree/gitops-engine-poc#what-is-gitops-engine-poc-branch

The GitOps Engine is the first building block this joint community is building. It combines the shared experience of both Argo and Flux. It will be the base of all...

> Will current enhancment requests be moved to the new repo for v2? Or should we raise a new one? New proposals for v2 are discussed over here: https://github.com/fluxcd/toolkit/discussions

> @dholbach my sense is that effectively teams that are fairly invested in flux will _have_ to upgrade to v2? Correct. At some stage the Flux team simply won't be...

Thanks a lot @kingdonb !

@stefanprodan @aryan9600 What would be involved in doing this move? Is it about setting up a small repository with a `_redirects` file that we can hook up to a Netlify...

Maybe let's work on docs.flagger.app first. The landing page can probably remain for some time.

So it looks like this works: - https://github.com/dholbach/flagger-redirects for the setup of a minimal redirects farm - https://630db9dac9527a1402aee11f--bejewelled-gumption-27f3d3.netlify.app/ as the site it generates Could we push the redirects config into...

As per [our discussion on Slack earlier](https://cloud-native.slack.com/archives/C01JR4YUG4B/p1661846782538519), I added support for versioned links to `dholbach/flagger-redirects` as well. e.g. https://bejewelled-gumption-27f3d3.netlify.app/v/main/install/flagger-install-on-kubernetes for https://docs.flagger.app/v/main/install/flagger-install-on-kubernetes gets redirected to https://fluxcd.io/flagger/install/flagger-install-on-kubernetes/ correctly.