Skip to content
View ReSearchITEng's full-sized avatar

Block or report ReSearchITEng

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. kubeadm-playbook kubeadm-playbook Public

    Fully fledged (HA) Kubernetes Cluster using official kubeadm, ansible and helm. Tested on RHEL/CentOS/Ubuntu with support of http_proxy, dashboard installed, ingress controller, heapster - using of…

    Shell 592 102

  2. clean zfs snapshots clean zfs snapshots
    1
    # ubuntu clean zfs snapshots
    2
    
                  
    3
    ## 1. cleanup using docker
    4
    ```shell
    5
    docker system prune -a -f --volumes
  3. k8s-bootstrap k8s-bootstrap Public

    Bootstrapping kubernetes clusters

    1

  4. kubeadm2ha kubeadm2ha Public

    Forked from mbert/kubeadm2ha

    A set of scripts and documentation for adding redundancy (etcd cluster, multiple masters) to a cluster set up with kubeadm 1.8 and above

    Shell 1

  5. build latest zfs kernel module from ... build latest zfs kernel module from source code on raspberrypi2 arm 32bit debian pios
    1
    ## FOR AMD64 ubuntu try to find repo: https://launchpad.net/ubuntu/+ppas?name_filter=zfs  
    2
    sed -r -i'.BAK' 's/^deb(.*)$/deb\1 contrib/g' /etc/apt/sources.list
    3
    
                  
    4
    # MUST REMOVE zfs-dkms zfs-zed , so modules will not conflict:
    5
    sudo apt purge -y zfs-dkms zfs-zed zfsutils-linux 
  6. aptpip aptpip Public

    When possible, apt install python3-package , and pip3 install only when not possible. It tries its best to find recursively what can be apt installed before doing any pip install.

    Python