Skip to content
View jamesgawn's full-sized avatar

Highlights

  • Pro

Block or report jamesgawn

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