Skip to content

Instantly share code, notes, and snippets.

View cccaaannn's full-sized avatar
🏠
Working from home

Can Kurt cccaaannn

🏠
Working from home
View GitHub Profile
@cccaaannn
cccaaannn / YouTube_Shorts_ProgressBar.js
Created March 5, 2022 16:54
Brings 'YouTube shorts' to 21st century, where we have control over things that we watch.
// ==UserScript==
// @name YouTube Shorts ProgressBar
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Brings 'YouTube shorts' to 21st century, where we have control over things that we watch.
// @author Can Kurt
// @match *://www.youtube.com/*
// @license MIT
// ==/UserScript==

K8s cluster in docker with k3d

Install k3d

sudo curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash

Create k8s cluster

sudo k3d cluster create  --k3s-arg "--tls-san="@server:*