Skip to content
View jamesgawn's full-sized avatar

Highlights

  • Pro

Block or report jamesgawn

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 Loading

  1. k8s-home-flux k8s-home-flux Public

    A repo for the GitOps Toolkit configuration for my home Kubernetes cluster. e.g. flux

    1

  2. Kubernetes Setup - PI Kubernetes Setup - PI
    1
    -- Setup CGroups
    2
    # Enable cpu/memory limits via cgroup
    3
    sudo sed -i '$ s/$/ cgroup_enable=cpuset cgroup_enable=memory cgroup_memory=1 swapaccount=1/' /boot/firmware/cmdline.txt
    4
    
                  
    5
    --- All Setup
  3. gawn gawn Public

    My personal website.

    HTML

  4. A useful github action snippet to ta... A useful github action snippet to tag a new version number (based up on the github action version number) and publish multi-arch docker images to docker hub.
    1
      docker-publish:
    2
        name: Build & Publish Docker
    3
        runs-on: ubuntu-latest
    4
        steps:
    5
          - name: Checkout