webui icon indicating copy to clipboard operation
webui copied to clipboard

Results 14 webui issues
Sort by recently updated
recently updated
newest added

We assume here the workload comes from a public repo, but I think in most cases it comes from a private repo. I would add `flux create secret git `...

typo fix to true file name

This PR is split from #57. It contains a change for updating CRDs to Flux2 v0.17.0.

This PR * fixed K8s context listing bug * added code formatting for TypeScript and Go, including ESLit and Go Vet * did some refactoring * updated CRDs to those...

**Describe the solution you'd like** I would like to be able to run flux webui using the the same frameworks I use to run flux. That is, using docker and...

**Is your feature request related to a problem? Please describe.** I would like to have a quick view of what the web ui looks like. There are no screenshot on...

It should also be noted that this graph starts to get untenable with large groups of reconciled objects. Here is the `flux-system` kustomization for example: ![Screenshot from 2021-06-03 09-18-55](https://user-images.githubusercontent.com/2802257/120678505-00cea280-c44d-11eb-912e-61c1a960abb5.png) _Originally...

I think it is worth distinguishing between the relationships "this object synced that object" as in a Kustomization->Deployment, and "this object is the owner of that object" as in Deployment->ReplicaSet....

@jpellizzari yes we need to keep the UI in-sync with flux2 release, in the same way we do for terraform provider. Some examples: - https://github.com/fluxcd/flux2/blob/main/.github/workflows/update.yaml - https://github.com/fluxcd/terraform-provider-flux/blob/main/.github/workflows/update.yaml _Originally posted by...

Todo: add a CI check to ensure generated files are up to date _Originally posted by @jpellizzari in https://github.com/fluxcd/webui/issues/34#issuecomment-823414339_