Stefan Prodan
Stefan Prodan
@eminaktas can you please give this a try and let me know if it works on clusters without a CNI https://github.com/stefanprodan/flux-aio Thanks!
@dholbach is there some metadata that we can add in the markdown for Angolia to prioritise some pages based on keywords? For example we would like for `FAQ` to have...
Another issue is that Angolia prioritises the generated API docs instead of the one written for end-users, which is less than ideal. I personally stopped using the search due to...
`flux bootstrap git` uses SSH agent, is your private key loaded in there? Does the key have access to the repo?
ssh-add is how you load keys into SSH agent, if you haven't done that, then I guess you type the passphrase at every git push?
> Flux also uses ssh keys with no passphrase (because the key will be stored in the cluster, where there is no human operator to answer a passphrase challenge) We...
Changes in `spec.values` do trigger an upgrade, depending on your values this may not always happen, if for example, you set a value that doesn’t exists in the chart.
I think we should add the crds to .gitignore.
> Also awaiting this functionality, any updates? We used to have an Azure account to test all of this but MSFT has canceled our subscription. Also https://github.com/fluxcd/flux2/discussions/4544
Found some issue with this approach, since we remove the suspended resources from the result, this means `wait` has to reach the timeout. We need to find a way to...