Lukasz Zajaczkowski
390891fa14
create cluster ISO image
2025-02-06 14:29:01 +01:00
Lukasz Zajaczkowski
744baa9f1d
update controller
2025-01-20 11:38:59 +01:00
Dimitris Karakasilis
4aa7211f96
Remove tools image references and opt for auroraboot ( #192 )
...
* Remove references to osbuilder-tools image
because it has been merged with auroraboot here:
https://github.com/kairos-io/AuroraBoot/pull/110
as part of https://github.com/kairos-io/kairos/issues/1633
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me >
* WIP
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me >
* Fix test command
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me >
* go mod tidy
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me >
* Bump linting action
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me >
* Don't look for artifacts in build/ subdir
because it has been fixed here:
https://github.com/kairos-io/AuroraBoot/pull/115
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me >
---------
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me >
2024-11-15 16:16:13 +02:00
Jacob Payne
c8997e7fe0
removed unused args
...
Signed-off-by: Jacob Payne <jacob@spectrocloud.com >
2023-05-22 14:40:10 -07:00
Jacob Payne
8d67aafa9c
allow for custom artifact export logic
...
Signed-off-by: Jacob Payne <jacob@spectrocloud.com >
2023-05-08 13:53:50 -07:00
Dimitris Karakasilis
cfc4ebf308
Un-hardcode the copier image
...
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me >
2022-12-15 12:29:49 +02:00
Dimitris Karakasilis
224291994f
[WIP] Create rbac resources to allow the Job to copy to the server Pod
...
Currently fails with:
```
Error from server (Forbidden): pods is forbidden: User "system:serviceaccount:default:hello-kairos" cannot list resource "pods" in API group "" at the cluster scope
```
because we try to list pods with `-A`. This means we are going to get a
similar error if we try to copy files to a Pod on another namespace
unless we grant permission at the cluster scope or just that
namespace. (Is that possible? Maybe if we create the Role in the same
namespace as the server.)
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me >
2022-12-12 18:11:38 +02:00
Ettore Di Giacinto
93769cf295
🎨 Rebrand to Kairos
...
See: https://github.com/kairos-io/kairos/issues/88
2022-09-19 10:06:14 +00:00
Ettore Di Giacinto
7e4846785d
Use one image with tools
2022-09-13 21:55:53 +00:00
Ettore Di Giacinto
287ed276eb
Use tools image in the controller
2022-09-13 20:49:18 +00:00
mudler
b3e7dcbf59
Add support for bundles and custom grub config
2022-09-06 22:27:15 +02:00
mudler
d8a8bf604a
Initial import
2022-09-03 14:48:48 +02:00