Skip to content

Instantly share code, notes, and snippets.

View rajaskakodkar's full-sized avatar
🤔
curious

Rajas Kakodkar rajaskakodkar

🤔
curious
View GitHub Profile
@seemiller
seemiller / package-creation-step-by-step.md
Last active October 19, 2021 17:07
Package Creation, Step by Step

Package Creation, Step by Step

Getting started with a new workflow or process can be daunting at first. Lots of trial and error, reading documentation that doesn't apply to what you're actually trying to do, cryptic error messages. Sometimes it's nice just to have a walk through of a simple example to get you going. So, let's go through a simple exercise in creating a package that we can deploy to the Tanzu Community Edition using the Carvel suite of tools. We'll use cert-manager as the example application to package.

Prerequisites

Before we can get started with creating a package, we'll need a few things: A Tanzu Community Edition cluster, the Carvel suite of tools and an OCI registry.

Tanzu Community Edition

@dims
dims / README.md
Last active July 21, 2024 11:36
Kubernetes Resources
@andrebrait
andrebrait / keychron_linux.md
Last active July 23, 2024 13:01
Keychron keyboards on Linux + Bluetooth fixes

Here is the best setup (I think so :D) for K-series Keychron keyboards on Linux.

Note: many newer Keychron keyboards use QMK as firmware and most tips here do not apply to them. Maybe the ones related to Bluetooth can be useful, but everything related to Apple's keyboard module (hid_apple) on Linux, won't work. As far as I know, all QMK-based boards use the hid_generic module instead. Examples of QMK-based boards are: Q, Q-Pro, V, K-Pro, etc.

Most of these commands have been tested on Ubuntu 20.04 and should also work on most Debian-based distributions. If a command happens not to work for you, take a look in the comment section.

Make Fn + F-keys work (NOT FOR QMK-BASED BOARDS)

Older Keychron keyboards (those not based on QMK) use the hid_apple driver on Linux, even in the Windows/Android mode, both in Bluetooth and Wired modes.

#!/bin/bash
# NOTE : DO NOT RUN ON macos/arm64 !
# Start a kubekins container to run tests
sudo mkdir /tmp/docker-graph
cd ~/go/src/k8s.io/kubernetes
cat << 'EOF' | sudo tee /tmp/docker-graph/local-up.sh