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
792119d2d3
fix: validating tcp name
2023-07-04 21:55:19 +02:00
daseulcho
f0e675dea3
fix(kubelet-config): adding versioned kubelet config
2023-07-04 18:19:34 +02:00
daseulcho
4413061640
fix(kubelet-config): adding versioned kubelet config
2023-07-04 09:23:36 +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
94f2d9074d
refactor: unrequired node registration for kubeadm config
2023-07-03 15:28:12 +02:00
Dario Tranchitella
af5ac4acab
feat: kubernetes 1.27.3 support
2023-07-01 00:01:32 +02:00
Dario Tranchitella
069afd9b17
fix(kubeconfig): recreating kubeconfig upon checksum failure
2023-06-30 16:07:59 +02:00
Dario Tranchitella
7acba20056
fix(webhook): wrong object for migrate route
2023-06-30 10:52:52 +02:00
Dario Tranchitella
ed00b934ec
feat: webhook validation for additional resources
2023-06-05 17:03:35 +02:00
Dario Tranchitella
eca04893a8
refactor: abstracting webhook management
2023-06-05 17:03:35 +02:00
Dario Tranchitella
14c96b034a
refactor(builder): abstracting deployment builders
2023-06-05 17:03:35 +02:00
Dario Tranchitella
877314f53d
feat: container registry settings
2023-06-01 16:05:15 +02:00
Dario Tranchitella
d3d18ef836
refactor: removing unused address from control-plane builder
2023-06-01 16:05:15 +02:00
Dario Tranchitella
25b1c7a8fa
feat: resource claims support
2023-05-30 16:24:18 +02:00
Matteo Ruina
d06affc216
feat: tcp deployment mangling
2023-05-30 16:00:11 +02:00
Dario Tranchitella
736fbf0505
feat(kubeadm): updating support to k8s 1.27
2023-04-14 07:17:15 +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
d1c2fe020e
feat: upgrading to kubernetes v1.26.1
2023-02-24 09:56:23 +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
743ea1343f
feat(api): kube-apiserver kubelet-preferred-address-types support
2023-01-22 14:56:47 +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
8311f1fe1a
fix: ensure default datastore exists before starting manager
2022-12-15 15:50:30 +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
1ec257a729
feat: introducing soot controllers 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
cd109dcf06
fix: using slash prefix for etcd datastore
2022-12-11 21:39:36 +01:00