Skip to content
View fischerdr's full-sized avatar
:octocat:
:octocat:

Block or report fischerdr

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

    Forked from noamraph/dreampie

    DreamPie - The Python shell you've always dreamed about!

    Python

  2. pxbackup-ansible-runner pxbackup-ansible-runner Public

    A REST API service for managing k8s clusters in PX-Backup using Ansible playbooks. This service provides a secure, automated way to create, update, and manage PX-Backup clusters using infrastructur…

    Python

  3. tmux shortcuts & cheatsheet tmux shortcuts & cheatsheet
    1
    # tmux shortcuts & cheatsheet
    2
    
                  
    3
    start new:
    4
    
                  
    5
        tmux
  4. check all nodes in kubernetes agains... check all nodes in kubernetes against its vcenter cluster and shows ip,status,and disk status
    1
    import click
    2
    import logging
    3
    import ssl
    4
    from kubernetes import client, config
    5
    from pyVim.connect import SmartConnect, SmartConnectNoSSL, Disconnect
  5. ansible playbook to create px-backup... ansible playbook to create px-backup SA account - https://docs.portworx.com/portworx-backup-on-prem/configure/sa
    1
    ---
    2
    - name: Manage Kubernetes Resources
    3
      hosts: localhost
    4
      gather_facts: false
    5
      vars: