We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Repid framework: simple to use, fast to run and extensible to adopt job scheduler
Python 74 4
Automatically create k3s HA cluster
Jinja
# download ubuntu-cloud image
# NOTE: ubuntu-server won't properly work with cloud-init for some reason
wget https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img
# NOTE: no need for sudo because we already login as root
#!/usr/bin/python3.6
import asyncio
import aiohttp
from concurrent import futures
from time import perf_counter