Jérôme Petazzoni
70e60d7f4e
🏭 ️ Big refactoring to move to Ubuntu 22.04
...
Instead of Ubuntu 18.04, we should use 22.04 (especially as
18.04 will be EOL soon). This moves a few providers to 22.04
(and more will follow).
We now ship a small containerd configuration file (instead
of defaulting to an empty configuration like we did before)
since it looks like recent versions of containerd cause
infinite crashloops if the cgroups driver isn't set properly.
Also, Linode is now provisioned using Terraform (instead of
the old-style system relying on linode-cli) which should make
instance provisioning faster (thanks to Terraform parallelism).
The "wait" command now tries to log in with both "ubuntu" and
"root", and if it fails with "ubuntu" but succeeds with "root",
it will create the "ubuntu" user and give it full sudo rights.
Finally, a "standardize" action has been created to gather all
the commands that deal with non-standard Ubuntu images.
Note that for completeness, we should check that all providers
work correctly; currently only Linode has been validated.
2023-02-23 16:32:10 +01:00
Jérôme Petazzoni
73125b5ffb
🛠️ k9s fixed the file name in their releases 🎉
2023-02-18 15:20:44 +01:00
Bret Fisher
dd6a1adc63
Apply suggestions from code review
...
Co-authored-by: Tianon Gravi <admwiggin@gmail.com >
2023-02-07 23:43:40 +01:00
Bret Fisher
4dc60d3250
Check for missing docker dir
2023-02-07 23:43:40 +01:00
Jérôme Petazzoni
4c30e7db14
✂️ Remove containerd 1.5 pinning
...
Kubernetes 1.26 requires CRI v1, which means containerd 1.6.
2023-01-03 09:10:01 +01:00
Jérôme Petazzoni
c8f90463e0
🌈 Change the tmux status bar to yellow (like a precious metal)
2022-11-02 17:02:44 +01:00
Jérôme Petazzoni
316f5b8fd8
🌈 Change tmux status bar color to blue
...
To help differentiate between environments
(shpod now defaults to red)
2022-11-01 11:44:32 +01:00
Jérôme Petazzoni
bb8e655f92
🔧 Disable unattended upgrades; add completion for kubeadm
2022-10-09 12:18:42 +02:00
Jérôme Petazzoni
c9c79c409c
➕ Add ytt; fix Weave YAML URL; add completion for a few tools
2022-10-04 16:53:36 +02:00
Jérôme Petazzoni
d0f0d2c87b
🔧 Typo fix
2022-09-27 14:53:14 +02:00
Jérôme Petazzoni
20d21b742a
⏫ Bump up Compose version to use 2.X everywhere
2022-09-25 17:28:52 +02:00
Jérôme Petazzoni
a216aa2034
🐞 Fix install of kube-ps1
...
The former method was invalid and didn't work with e.g. screen.
2022-08-31 12:42:47 +02:00
Jérôme Petazzoni
73b3cad0b8
🔧 Fix a couple of issues related to OCI images
2022-08-22 17:20:36 +02:00
Jérôme Petazzoni
907e769d4e
📍 Pin containerd version to avoid weave/containerd issue
...
See https://github.com/containerd/containerd/issues/6921 for details
2022-05-25 08:59:14 +02:00
Jérôme Petazzoni
b4b67536e9
⌚ ️Add retry logic for linode provisioning
...
It looks like Linode now enforces something like 10 requests / 10 seconds.
We need to add some retry logic when provisioning more than 10 VMs.
2022-05-03 11:33:12 +02:00
Jérôme Petazzoni
7076152bb9
♻️ Update sealed-secrets version and install instructions
2022-04-12 20:46:01 +02:00
Jérôme Petazzoni
4a7b04dd01
♻️ Add helm install command for metrics-server
...
Don't use it yet, but have it handy in case we want to switch.
2022-04-08 21:06:19 +02:00
Jérôme Petazzoni
8ca6c5ba40
🏭 ️ Support multiple Terraform configurations
...
Historically, we only support one Terraform configuration,
through the "openstack-tf" infraclass. With these changes,
we support multiple Terraform configurations, including
(at this point) "openstack" and "oci" (Oracle Cloud).
Existing infra files that use INFRACLASS=openstack-tf
should be changed as follows:
INFRACLASS=terraform
TERRAFORM=openstack
2022-02-03 07:59:56 +01:00
Jérôme Petazzoni
5c96b40bbd
🐞 Fix kustomize completion
2022-01-27 13:14:16 +01:00
Jérôme Petazzoni
7f5944b157
📍 Correctly pin+hold package versions with APT preferences
2022-01-27 08:59:12 +01:00
Jérôme Petazzoni
21287d16bf
♻️ Switch to containerd
2022-01-26 21:05:01 +01:00
Jérôme Petazzoni
eced9b46d6
🔑 Increase MaxAuthTries in SSH for folks with many keys
2021-12-07 12:08:44 +01:00
Jérôme Petazzoni
93d8a23c81
➕ Add 'oldversion' cluster in admin course deployment script
2021-11-19 15:49:55 +01:00
Jérôme Petazzoni
2fc6d23d1e
♻️ Prepare for upcoming Terraform updates
2021-11-17 20:13:34 +01:00
Jérôme Petazzoni
2893ec8c7f
🖼️ Add mirror.gcr.io as Docker registry mirror
2021-11-12 16:21:04 +01:00
Jérôme Petazzoni
00b167207d
🐞 Fix a few download URLs
2021-11-08 17:12:54 +01:00
Jérôme Petazzoni
d34017cff1
⏫ Upgrade OpenStack Terraform config to Terraform 1.0
2021-11-08 17:12:31 +01:00
Jerome Petazzoni
5f0a57477d
🏛️ Add support for aarch64 clusters
...
The biggest pain point was the installation of all
the userland tools; for most of them, we had hard-coded
the installation URLs. This is now fixed for most of them.
2021-10-19 22:52:06 +02:00
Jerome Petazzoni
a85c8a3240
✨ Minor tweaks on VM deployment progress report
2021-10-19 19:45:02 +02:00
Jerome Petazzoni
c9820376ff
🏭 ️ Refactor deployment code; allow changing user login
...
It is now possible to set the user login (instead of
having it hardcoded to "docker"). Also, various actions
have been broken out in separate functions to facilitate
future maintenance.
2021-10-19 18:45:41 +02:00
Jérôme Petazzoni
1500b5937d
🎲 Add haveged to provide entropy on some VMs
2021-09-30 18:09:28 +02:00
Jérôme Petazzoni
f1d4704b0e
⬆️ Update deployment scripts for kubeadm 1.22
2021-08-13 19:51:53 +02:00
Jerome Petazzoni
92cdb4146b
🔧 Be more consistent when installing Helm charts
...
Always install Helm charts in their own namespace, and specify the
repo through a command-line flag instead of adding the repo.
2021-07-21 14:41:28 +02:00
Jérôme Petazzoni
ee7bd37f83
♻️ Update download URL for k9s
2021-06-10 17:25:28 +02:00
Jérôme Petazzoni
3b6509b95b
🐞 Fix minor bug in inventory command
2021-06-07 17:22:02 +02:00
Jérôme Petazzoni
4f04046fea
🤖 Update deployment scripts
2021-05-31 08:12:35 +02:00
Jérôme Petazzoni
cb6f3989fd
⚙ Refactor SSH options; add check for Terraform signature problem
2021-05-04 13:06:08 +02:00
Jérôme Petazzoni
ea031a6231
✂️ Remove listall command; rename list into inventory; update README
2021-04-24 17:25:53 +02:00
Jérôme Petazzoni
c92e887c53
🔐 Add 'workshopctl passwords' command
2021-04-24 17:14:03 +02:00
Jérôme Petazzoni
19fc53dbbd
⚠️ Fix warn → warning
2021-04-19 17:27:19 +02:00
Jerome Petazzoni
f3c3646298
🔥 Deprecate --count in favor of --students
2021-04-09 17:16:12 +02:00
Jerome Petazzoni
a60f929232
☁️ Add support for Linode deployment
2021-03-14 19:22:31 +01:00
Jerome Petazzoni
74679ab77e
💻 ️ Update Scaleway deployment scripts
2021-02-24 21:41:30 +01:00
Jerome Petazzoni
2516b2d32b
🐞 Fix Helm command in Prom deploy
2021-02-21 16:29:49 +01:00
Jerome Petazzoni
29edb1aefe
Minor tweaks after 1st NR session
2020-11-30 00:29:05 +01:00
Jerome Petazzoni
76789b6113
Add Sealed Secrets
2020-11-14 14:35:49 +01:00
Jerome Petazzoni
b5cb871c69
Update Prometheus chart location
2020-10-29 17:39:14 +01:00
Jerome Petazzoni
9d4a035497
Add Kompose, Skaffold, and Tilt. Move tools to a separate kubetools action.
2020-10-27 10:58:31 +01:00
Jerome Petazzoni
43aa41ed51
Add note to remap_nodeports command
2020-10-24 16:23:21 +02:00
Jerome Petazzoni
f6e810f648
Add k9s and popeye
2020-10-24 11:27:33 +02:00