Skip to content
View s1113950's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report s1113950

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. codeSync codeSync Public

    Sycs folders one way when contents change

    Python 4 1

  2. mitogen mitogen Public

    Forked from mitogen-hq/mitogen

    Distributed self-replicating programs in Python

    Python

  3. mitogen-test mitogen-test Public

    Mitogen patch test framework

    Python

  4. pak pak Public

    Python pAcKage template creator

    Python

  5. Patch kubernetes deployment with ssh... Patch kubernetes deployment with ssh environment -- ANTIPATTERN (but sometimes desired :) )
    1
    #!/bin/bash
    2
    
                  
    3
    # YOU NEED install_ssh.sh AND export_env_vars.sh FROM HERE:
    4
    # this script assumes you put them in /tmp
    5
    # https://gist.github.com/s1113950/0d7cfe3fc88329c4b4ae0cb75750e8aa
  6. Installs ssh into container, can be ... Installs ssh into container, can be used to patch kubernetes pod
    1
    # RUN LIKE THIS:
    2
    # kubectl cp "install_ssh.sh" "${pod}":/tmp/install_ssh.sh
    3
    # kubectl exec -i "${pod}" -- /tmp/install_ssh.sh
    4
    
                  
    5
    #!/bin/bash