Dario Tranchitella
7e94ecdbab
feat: kubeconfig and certificates rotation
2023-08-03 18:03:54 +02:00
Dario Tranchitella
648da19687
refactor: checking kubeconfig user certs validity
2023-08-03 18:03:54 +02:00
Dario Tranchitella
6c4b339c4b
fix(typo): error message for kubeconfig
2023-08-03 18:03:54 +02:00
Dario Tranchitella
eee62032de
refactor: ensuring owner reference and labels with controller label
2023-08-03 18:03:54 +02:00
Dario Tranchitella
751ce3722b
fix(capi): keys for kubeadm-bootstrap controller
2023-08-01 19:04:58 +02:00
Dario Tranchitella
abcc662c96
fix(datastore): replacing dash with underscore
2023-07-05 22:20:55 +02:00
Dario Tranchitella
8f57ff407e
fix(konnectivity): setting service nodeport
...
Co-authored-by: jds <jds9090@kinx.net >
2023-07-04 07:19:37 +02:00
Dario Tranchitella
069afd9b17
fix(kubeconfig): recreating kubeconfig upon checksum failure
2023-06-30 16:07:59 +02:00
Dario Tranchitella
14c96b034a
refactor(builder): abstracting deployment builders
2023-06-05 17:03:35 +02:00
Dario Tranchitella
d3d18ef836
refactor: removing unused address from control-plane builder
2023-06-01 16:05:15 +02:00
Matteo Ruina
d06affc216
feat: tcp deployment mangling
2023-05-30 16:00:11 +02:00
Dario Tranchitella
8dc0672718
fix: updating ingress status with provided loadbalancer ip
2023-04-13 15:16:43 +02:00
Dario Tranchitella
27f598fbfc
fix: avoiding nil pointer when updating status for ingress
2023-04-13 15:16:43 +02:00
Dario Tranchitella
b15a764381
fix: ensuring to save kubeconfig status upon restoration
2023-03-13 17:03:17 +01:00
Dario Tranchitella
5b93d7181f
fix: avoiding secrets regeneration upon velero restore
2023-02-23 19:01:47 +01:00
Pietro Terrizzi
153a43e6f2
chore: k8s.gcr.io is deprecated in favor of registry.k8s.io
2023-02-15 18:06:26 +01:00
Dario Tranchitella
a8a41951cb
refactor!: keeping labels consistent
...
The label kamaji.clastix.io/soot is deprecated in favour of
kamaji.clastix.io/name, every external resource referring to this must
be aligned prior to updating to this version.
2023-02-13 11:24:36 +01:00
Dario Tranchitella
a0485c338b
refactor(checksum): using helper functions
2023-02-10 15:31:28 +01:00
Dario Tranchitella
830d86a38a
feat: introducing enqueueback reconciliation status
...
Required for the changes introduced with 74f7157e8b
2023-02-06 22:12:50 +01:00
Dario Tranchitella
f03e250cf8
feat(api): deployment strategy support
2023-01-17 10:01:21 +01:00
Dario Tranchitella
2293e49e4b
fix: certificate authority rotation handling
2023-01-13 19:09:03 +01:00
Dario Tranchitella
551df6df97
fix(kubeadm_phase): wrong string value representation
2023-01-13 19:09:03 +01:00
Dario Tranchitella
beebaf0364
fix(storage): wrong variable while assigning finalizers
2022-12-20 20:45:09 +01:00
Dario Tranchitella
7db8a64bdd
fix(etcd): using stored username for cert common name
2022-12-19 16:28:48 +01:00
Dario Tranchitella
6e6ea0189f
refactor(k8s): upgrade to 1.26
2022-12-17 15:57:47 +01:00
Dario Tranchitella
aefdbc9481
deps(k8s): upgrade to 1.26
2022-12-17 15:57:47 +01:00
Dario Tranchitella
18c60461e5
refactor: conforming finalizers management
2022-12-16 22:44:42 +01:00
Dario Tranchitella
1eb1e0f17c
feat: support for runtime class
2022-12-14 21:24:01 +01:00
Dario Tranchitella
3ea721cf2b
feat(kubeadm): moving phases to soot manager
2022-12-14 21:23:47 +01:00
Dario Tranchitella
1e4640e8e6
feat(addons): implementation in the soot cluster
2022-12-14 12:22:49 +01:00
Dario Tranchitella
1b14922f55
refactor(kubeadm): preparing migration for addons to soot manager
2022-12-14 12:22:49 +01:00
Dario Tranchitella
11f800063f
fix(konnectivity): typo in ca-cert cli flag
2022-12-14 12:22:49 +01:00
Dario Tranchitella
e11b459a3d
fix(konnectivity): reconciliation failed and in loop
2022-12-14 12:22:49 +01:00
Dario Tranchitella
4c51eafc90
feat(konnectivity): reconciliation performed by soot manager
2022-12-12 16:22:36 +01:00
Dario Tranchitella
28c47d9d13
refactor: moving migrate webhook handling from tcp to soot manager
2022-12-12 16:22:36 +01:00
Dario Tranchitella
68006b1102
fix(datastore): coalesce for storage configuration
2022-12-11 21:39:36 +01:00
Dario Tranchitella
f4f914098c
feat(migrate): enhancing job metadata
2022-12-08 14:33:20 +01:00
Dario Tranchitella
5e78b6392a
feat(migrate): making timeout configurable
2022-12-08 14:33:20 +01:00
Dario Tranchitella
e25f95d7eb
feat(migrate): making image configurable
2022-12-08 14:33:20 +01:00
Dario Tranchitella
7f49fc6125
refactor(konnectivity): removing default logging options
...
verbosity and logtostderr can now be enforced using the extra args
struct member for the server, and the agent as well.
2022-12-08 14:23:31 +01:00
Dario Tranchitella
c00df62ff7
feat(konnectivity)!: support for extra args
2022-12-08 14:23:31 +01:00
Dario Tranchitella
5241fa64ed
refactor(konnectivity)!: decoupling agent and server structs
2022-12-08 14:23:31 +01:00
Dario Tranchitella
723fef5336
feat(migrate): injecting webhook into tcp
2022-12-08 14:13:45 +01:00
Dario Tranchitella
8d1d8598c1
refactor: moving datastore migrate resource to its module
2022-12-08 14:13:45 +01:00
Dario Tranchitella
9e899379f4
feat: support to datastore migration w/ the same driver
2022-12-03 12:04:04 +01:00
Dario Tranchitella
0c415707d7
fix(datastore): not deleting database content upon certificates change
2022-12-03 12:04:04 +01:00
Dario Tranchitella
7a6b0a8de3
fix(datastore): ensuring to update status upon any change
2022-12-03 12:04:04 +01:00
Dario Tranchitella
c17a31ef82
fix: avoiding collision of datastore schemes
2022-11-29 18:25:52 +01:00
Dario Tranchitella
0d607dfe5d
refactor: adding finalizer upon datastore setu
2022-11-27 17:26:34 +01:00
Dario Tranchitella
0217d579d6
feat: tcp pod advanced scheduling
2022-10-21 14:39:24 +02:00