Skip to content
View alexbegg's full-sized avatar

Organizations

@influentialpublishers
Block or Report

Block or report alexbegg

Block user

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. scripts scripts Public

    Miscellaneous scripts I wrote that others may find useful

    Jupyter Notebook

  2. Install Kubectl and Helm on Windows Install Kubectl and Helm on Windows
    1
    # Install Kubectl and Helm on Windows
    2
    
                  
    3
    To make it easier to install and manage `kubectl` and `helm` on Windows I recommend using Chocolatey:
    4
    
                  
    5
    1. Start a PowerShell terminal running as Administrator (this is needed for all Chocolatey commands).
  3. Install Helm Diff on Windows (PowerS... Install Helm Diff on Windows (PowerShell)
    1
    tar -C $env:APPDATA\helm\plugins -xzf <download path of helm-diff-windows-amd64.tgz>