🎯
Focusing
Highlights
- Pro
Pinned Loading
-
mitogen
mitogen PublicForked from mitogen-hq/mitogen
Distributed self-replicating programs in Python
Python
-
-
-
Patch kubernetes deployment with ssh...
Patch kubernetes deployment with ssh environment -- ANTIPATTERN (but sometimes desired :) ) 1#!/bin/bash
23# 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
-
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
45#!/bin/bash
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.