bsctl
b0293c23b5
fix(docs): minor improvement
2022-09-16 20:36:49 +02:00
bsctl
50bba9bb2e
fix(docs): deploy tenant nodes on separate subnet
2022-09-16 20:36:49 +02:00
bsctl
f05f7eaf07
fix(docs): remove outdated manifests
2022-09-16 20:36:49 +02:00
bsctl
bfd34ef47e
fix(docs): minor improvements
2022-09-16 20:36:49 +02:00
bsctl
b73c7a20ed
fix(docs): update roadmap in readme
2022-09-16 20:36:49 +02:00
bsctl
004441e77e
fix(docs): use default md style for api reference
2022-09-16 20:36:49 +02:00
bsctl
0f85b6c534
fix(docs): wrong links in readme
2022-09-16 20:36:49 +02:00
bsctl
b674738f0d
fix(docs): pin always the kubeadm versions
2022-09-16 20:36:49 +02:00
bsctl
6dc3cd1876
fix(docs): set requirements on kubeadm version
2022-09-16 20:36:49 +02:00
bsctl
96a57fefa5
refactor(docs): track new features and improvements
2022-09-16 20:36:49 +02:00
Dario Tranchitella
87b6f75f66
chore(ci): check helm non committed changes
helm-v0.9.1
2022-09-14 11:23:11 +02:00
Dario Tranchitella
1b24806fa3
fix(helm): protocol is not required for external etcd endpoints
2022-09-14 11:23:11 +02:00
Dario Tranchitella
f32ba4a76b
fix(makefile): missing namespaces for postgresql kine setup
2022-09-14 11:23:11 +02:00
Dario Tranchitella
19d91aa4d2
chore(log): silencing klog
2022-09-14 11:23:11 +02:00
Dario Tranchitella
a4e2ac24ac
fix(kustomize): installing default datastore with proper endpoints
2022-09-14 11:23:11 +02:00
Dario Tranchitella
0dffd9ba46
fix(datastore): default as name for the common datastore
2022-09-14 11:23:11 +02:00
Dario Tranchitella
90b2ca1bab
fix(konnectivity): clean-up upon toggling addon
...
The TCP Deployment container kube-apiserver is deeply hacked with extra
details for konnectivity: most of them weren't cleaned-up properly, and
the function wasn't entirely idempotent in toggling the feature.
This fix is addressing this situation, and rearranging the code
according to the latest polish.
2022-09-12 09:38:36 +02:00
Dario Tranchitella
df8ca7c1d1
refactor: checksum for configmap and secret data
2022-09-12 09:38:36 +02:00
Dario Tranchitella
65519d4f22
refactor: using kamaji prefix for checksum annotation
2022-09-12 09:38:36 +02:00
Dario Tranchitella
e0fa8169f1
refactor: wrapping datastore errors
2022-09-12 09:38:36 +02:00
Dario Tranchitella
41eddc0462
refactor(crypto): eliminating bloated certs functions
2022-09-12 09:38:36 +02:00
Dario Tranchitella
1a9a8a1854
refactor: decoding kubeconfig with less bloated funcs
2022-09-12 09:38:36 +02:00
Dario Tranchitella
0c8a16d604
refactor(utils): encode to yaml uses the non deprecated serializer
2022-09-12 09:38:36 +02:00
Dario Tranchitella
b7adb314ad
refactor: logging errors with stacktrace
...
Using the log facade and logging the error directly in the resource
handler we're getting a more detailed overview of the errors, along with
other metadata useful to understand quicker where the reconciliation
failed.
2022-09-12 09:38:36 +02:00
Dario Tranchitella
e55e6cfdd4
chore(golangci-lint): enabling interfacer and updating code
2022-09-12 09:38:36 +02:00
Dario Tranchitella
6388bf0a7f
chore(golangci-lint): enabling used linters
2022-09-12 09:38:36 +02:00
Dario Tranchitella
e089f0ad9a
chore: pointer.Int32Ptr is deprecated in favor of pointer.Int32
2022-09-12 09:38:36 +02:00
Dario Tranchitella
0b0bf09813
feat: seeding at startup
2022-09-12 09:38:36 +02:00
Dario Tranchitella
00ea4a562d
refactor: moving cert functions to datastore resource
2022-09-12 09:38:36 +02:00
Dario Tranchitella
2a33844c68
refactor(utilities): decreasing bloating functions
2022-09-12 09:38:36 +02:00
Dario Tranchitella
606926ec9a
refactor: go simple kubeconfig check
2022-09-12 09:38:36 +02:00
Dario Tranchitella
84b70b3b59
fix: check service-account certificate hash for reconciliation
2022-09-12 09:38:36 +02:00
Dario Tranchitella
4ca79ceb4c
fix(helm)!: wrong path for scale spec path
2022-09-10 09:54:12 +02:00
Dario Tranchitella
8df8aa445a
fix(kustomize)!: wrong path for scale spec path
2022-09-10 09:54:12 +02:00
Dario Tranchitella
8da916b5cd
fix: wrong path for scale spec path
2022-09-10 09:54:12 +02:00
Dario Tranchitella
f15eeebe02
chore(gh): ensure to use go 1.18 for golangci-lint
2022-09-09 17:00:20 +02:00
Dario Tranchitella
7002d48ef9
fix(upgrade): minor release upgrades are allowed
2022-09-09 17:00:20 +02:00
Dario Tranchitella
79edd2606a
refactor(kubeadm)!: updating code according to latest changes
...
Starting from this change, all the nodes trying to join a Kamaji TCP
must be initiated with kubeadm >= 1.25. This is not a hard-prerequisite
since a previous Kubernetes version can be used by specifying it in the
ClusterConfiguration kubernetesVersion field.
2022-09-09 17:00:20 +02:00
Dario Tranchitella
650c20be2b
fix(deps): upgrading kubeadm to 1.25.0
2022-09-09 17:00:20 +02:00
Dario Tranchitella
7862717772
refactor: using constants for front-proxy common name
2022-09-09 17:00:10 +02:00
Dario Tranchitella
08eed7b244
fix: --etcd-compaction-interval flag is required for TCP API Server
2022-09-09 17:00:10 +02:00
Dario Tranchitella
1a561758b6
fix: service account issuer must be kubernetes.default.svc
2022-09-09 09:11:43 +02:00
Dario Tranchitella
12f12832f7
fix(kube-apiserver): required flag requestheader-client-ca-file
2022-09-06 19:20:40 +02:00
Dario Tranchitella
b4d0f9b698
chore(helm): adding scale subresource
helm-v0.8.0
2022-09-06 16:31:42 +02:00
Dario Tranchitella
14624af093
chore(kustomize)!: adding scale subresource
2022-09-06 16:31:42 +02:00
Dario Tranchitella
52cdc90b48
feat: adding scale subresource
2022-09-06 16:31:42 +02:00
Dario Tranchitella
fbb6e4eec5
chore(helm)!: repository and version override for addons
helm-v0.7.0
2022-09-02 14:38:46 +02:00
Dario Tranchitella
880a29f543
chore(kustomize)!: repository and version override for addons
2022-09-02 14:38:46 +02:00
Dario Tranchitella
b0b4ef95c6
feat: repository and version override for addons
2022-09-02 14:38:46 +02:00
Dario Tranchitella
bd909d6567
refactor(docs): updating repository and tag for konnectivity addon
2022-08-31 23:36:58 +02:00