Menu
myezbrew
  • Privacy Policy
  • prometheus documentation
myezbrew

Category: Uncategorized

HAOS – Notes

Posted on October 22, 2023October 22, 2023 by Andy Jenkins

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

+

Project: Duplicate Terraform Cloud Global Variable

Posted on September 3, 2023September 3, 2023 by Andy Jenkins

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…

+

PowerShell Crash Day

Posted on September 2, 2023 by Andy Jenkins
+

Rancher Mac

Posted on November 20, 2022December 17, 2022 by Andy Jenkins

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

Posted on November 7, 2022November 16, 2022 by Andy Jenkins

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

Posted on May 31, 2022June 1, 2022 by Andy Jenkins

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

Posted on April 26, 2022April 27, 2022 by Andy Jenkins

❯ 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

Posted on April 23, 2022April 26, 2022 by Andy Jenkins

~/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

Posted on April 23, 2022April 23, 2022 by Andy Jenkins

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….

+

minikube

Posted on April 23, 2022 by Andy Jenkins
+
  • 1
  • 2
  • Next

Recent Posts

  • HAOS – Notes
  • Vger: Docker Images
  • Project: Duplicate Terraform Cloud Global Variable
  • PowerShell Crash Day
  • vger: Using a man in the middle terraform module

Recent Comments

    Archives

    • October 2023
    • September 2023
    • August 2023
    • March 2023
    • February 2023
    • November 2022
    • May 2022
    • April 2022
    • December 2021
    • October 2021
    • September 2021

    Categories

    • devops
    • docker images
    • prometheus
    • Prometheus Alerting
    • Uncategorized
    • vger

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    ©2025 myezbrew | WordPress Theme by Superb Themes