Move some stuff and rework a little bit #56

Merged
aaron merged 21 commits from ar-prepare-for-cloud-workers into main 2025-03-27 20:17:56 +01:00
Owner
No description provided.
move update playbooks
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/push/woodpecker Pipeline failed
f3d05e4ab9
aaron self-assigned this 2024-12-05 21:29:26 +01:00
Owner

Excellent start/part for the issue #50 and #52 👍

Excellent start/part for the issue #50 and #52 👍
aaron force-pushed ar-prepare-for-cloud-workers from f3d05e4ab9
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/push/woodpecker Pipeline failed
to 894b8fcf3f
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
2025-01-08 17:58:00 +01:00
Compare
make storage role optional
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
4c7c2f5e04
Linter happyness
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
024ce57d17
update kubeadm config version
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
511791f433
aaron force-pushed ar-prepare-for-cloud-workers from 511791f433
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
to cb4f146f78
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2025-01-08 22:12:12 +01:00
Compare
Split Vault and add dynamic inventory
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
7256ea7c31
add role to change DNS Records
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
4ffcad8466
add dns task and rename group k8s to yolokube
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
c1ba01d415
aaron force-pushed ar-prepare-for-cloud-workers from c1ba01d415
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
to b0b1ed6b24
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/push/woodpecker Pipeline failed
2025-01-16 20:56:03 +01:00
Compare
aaron force-pushed ar-prepare-for-cloud-workers from b0b1ed6b24
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/push/woodpecker Pipeline failed
to b442392823
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
2025-01-16 21:02:46 +01:00
Compare
aaron force-pushed ar-prepare-for-cloud-workers from b442392823
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
to ff153ab4d7
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
2025-01-16 21:31:33 +01:00
Compare
fix master fqdns
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
0e5999c3e1
rewrite some etcd stuff to allow for staging clusters
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
b5894a5e26
rewrite some lb stuff to allow for multiple clusters
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
e90453fd1f
fix cluster bootstrap and allow for local etcd cert generation
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/push/woodpecker Pipeline failed
407a31e546
please the linter
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
ac5bd671cd
download etcd version from github
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
4fe33398ed
@ -81,4 +72,1 @@
enabled: false
proxy:
prometheus:
enabled: false
Owner

The values were intentionally deactivated as no Prometheus CRDs exist at this point in a cluster bootstrap, and therefore, the deployment of the CNI breaks.
These values will be corrected later by ArgoCD from the values of the core-deployments repo.
Or are there no problems with this in the staging cluster? :)

The values were intentionally deactivated as no Prometheus CRDs exist at this point in a cluster bootstrap, and therefore, the deployment of the CNI breaks. These values will be corrected later by ArgoCD from the values of the `core-deployments` repo. Or are there no problems with this in the staging cluster? :)
aaron marked this conversation as resolved
several bugfixes and changes
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
0687ca553d
download etcd archives directly from github to the masters
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
bb7b366cc5
add bash config for kubectl
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
fd5c1074c4
aaron changed title from WIP: Move some stuff and rework a little bit to Move some stuff and rework a little bit 2025-03-27 20:17:40 +01:00
aaron merged commit 51e6f4cbe1 into main 2025-03-27 20:17:56 +01:00
aaron deleted branch ar-prepare-for-cloud-workers 2025-03-27 20:17:56 +01:00
@ -44,6 +35,7 @@
- parted
- gpg
- syslog-ng # necessary for fail2ban (enables systemd service logging in /var/log directory)
- python3-kubernetes
Owner

@aaron I overlooked this initially, but I've come across it now. Why/where do we need the Python module on the nodes? 😃

@aaron I overlooked this initially, but I've come across it now. Why/where do we need the Python module on the nodes? 😃
Sign in to join this conversation.
No description provided.