3 sudo add-apt-repository universe 4 cd ./Downloads/ 5 sudo apt install ./balena-etcher_1.18.11_amd64.deb 8 wget https://github.com/home-assistant/operating-system/releases/download/11.0/haos_generic-x86-64-11.0.img.xz 10 balena-etcher
Category: Uncategorized
Project: Duplicate Terraform Cloud Global Variable
First I need to choose a language to write it in. Currently the teams I work with use python. I have used python for a few years now so that seems the logical choice (NOT). I adamantly avoided python choosing to use perl in the past… I do admit now that python has won and…
Rancher Mac
Installing Rancher Desktop on macOS Go to the releases page on GitHub. Find the version of Rancher Desktop you want to download. Expand the Assets section and download Rancher.Desktop-X.Y.Z.dmg, where X.Y.Z is the version of Rancher Desktop. Navigate to the directory where you downloaded the installer to and run the installer. This will usually be the Downloads folder. Double-click the DMG file. In the…
Semver
1900 ssh-keygen -t ed25519 -C “andy@myezbrew.com” 1901 ls -la 1902 cat id_ed25519.pub 1903 cat id_ed25519 1904 ssh-keyscan gitlab.com 1905 cat id_ed25519 1906 cat id_ed25519.pub 1907 cat id_ed25519 1908 cat id_ed25519|pbcopy 1909 cat id_ed25519.pub|pbcopy 1910 ls -ltr 1911 rm -rf id* 1912 history |grep ssh_ke 1913 history |grep key 1914 ssh-keygen -t rsa -b 2048 1915…
k8s upgrade kops 1.18 to 1.21 keep docker
I need to upgrade kubernetes from 1.18.4 -> 1.21.10 and retain the use of docker as my cri. Normally conatinrd will auto install with kubernetes greater than 1.21 . It is recomended that a cluster be upgraded 1 version at a time so we will follow: 1.18.4 -> 1.19.16 -> 1.20.15 -> 1.21.12 https://kops.sigs.k8s.io/operations/updates_and_upgrades/…
rancher install
❯ brew install rancher Running `brew update –preinstall`… ==> Auto-updated Homebrew! Updated 3 taps (fluxcd/tap, homebrew/core and homebrew/cask). ==> New Formulae bartib ddh sqls ==> Updated Formulae Updated 281 formulae. ==> New Casks cnkiexpress fmail2 vertcoin-core windterm ==> Updated Casks Updated 120 casks. ==> Deleted Casks biopassfido bootchamp firestormos flip4mac flvcd-bigrats lego-digital-designer multiscan-3b mxsrvs piskel…
flux
~/temp on ☁️ (us-west-2) ❯ brew install fluxcd/tap/flux Running `brew update –preinstall`… ==> Auto-updated Homebrew! Updated 1 tap (homebrew/core). ==> Updated Formulae Updated 5 formulae. ==> Tapping fluxcd/tap Cloning into ‘/opt/homebrew/Library/Taps/fluxcd/homebrew-tap’… remote: Enumerating objects: 471, done. remote: Counting objects: 100% (467/467), done. remote: Compressing objects: 100% (229/229), done. remote: Total 471 (delta 227), reused 459…
GateKeeper
Install and delete with helm kubectl create clusterrolebinding cluster-admin-binding –clusterrole cluster-admin –user andy helm repo add gatekeeper https://open-policy-agent.github.io/gatekeeper/charts helm install gatekeeper/gatekeeper –name-template=gatekeeper –namespace gatekeeper-system –create-namespace helm delete gatekeeper –namespace gatekeeper-system helm delete gatekeeper –namespace gatekeeper-system Demos – Basic ❯ git clone git@github.com:open-policy-agent/gatekeeper.git Cloning into ‘gatekeeper’… Enter passphrase for key ‘/Users/andy/.ssh/id_ed25519’: remote: Enumerating objects: 42115, done….