Hi everyone,
is anyone using flux2? If so, I want to get my hands dirty with it, but as a first step I tried to package the CLI for openSUSE:
https://build.opensuse.org/package/show/home:ojkastl_buildservice:Branch_dev...
My first couple of "experiments" calling the CLI ("flux2-cli --version", get help on commands, ...) seemed to work, but I would be glad if someone more experienced with Flux can have a look at it and report back, if something is off. Which is totally not out of question... :-)
In the meantime I'll go digging into the flux documentation and try to prepare an environment where I do not break things in case something is fishy...
Kind Regards, Johannes
Hi,
On Tue, 2023-02-28 at 17:46 +0100, Johannes Kastl wrote:
Hi everyone,
is anyone using flux2? If so, I want to get my hands dirty with it, but as a first step I tried to package the CLI for openSUSE:
https://build.opensuse.org/package/show/home:ojkastl_buildservice:Branch_dev...
My first couple of "experiments" calling the CLI ("flux2-cli -- version", get help on commands, ...) seemed to work, but I would be glad if someone more experienced with Flux can have a look at it and report back, if something is off. Which is totally not out of question... :-)
I am, would like to give this is a spin soon. I also packaged it, but only by re-wrapping the upstream binaries.
https://build.opensuse.org/package/show/home:robert_munteanu/flux2
Could you update your project to version 0.41.0? Then I could try to upgrade my clusters to the latest version and play around with it a bit.
Thanks, Robert
On 09.03.23 at 19:53 Robert Munteanu wrote:
Could you update your project to version 0.41.0? Then I could try to upgrade my clusters to the latest version and play around with it a bit.
Done, thanks for the hint.
And thanks for testing, Robert!
Kind Regards, Johannes
On Thu, 2023-03-09 at 20:22 +0100, Johannes Kastl wrote:
On 09.03.23 at 19:53 Robert Munteanu wrote:
Could you update your project to version 0.41.0? Then I could try to upgrade my clusters to the latest version and play around with it a bit.
Done, thanks for the hint.
I played around with it a bit, looks nice! ( bootstrap, check, events, get ks ).
What I would suggest as a follow-up is:
- package the binary as 'flux', that's what upstream uses in the documentation everywhere - package the bash/fish completions as well, they are very useful IMO
Thanks! Robert
Hi Robert,
On 11.03.23 at 15:34 Robert Munteanu wrote:
I played around with it a bit, looks nice! ( bootstrap, check, events, get ks ).
Hooray!
What I would suggest as a follow-up is:
- package the binary as 'flux', that's what upstream uses in the
documentation everywhere
Done!
- package the bash/fish completions as well, they are very useful IMO
Also done, thanks for the reminder.
Submitted to devel:kubic in SR#1070984
Kind Regards, Johannes