Skip to content
View itroyano's full-sized avatar

Block or report itroyano

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
itroyano/README.md

Pinned Loading

  1. openshift-preflight openshift-preflight Public

    Forked from redhat-openshift-ecosystem/openshift-preflight

    Operator preflight certification tests

    Go

  2. git commands for new repo git commands for new repo
    1
    In UI create a fork.
    2
    
                  
    3
    git clone <fork url>
    4
    
                  
    5
    git remote add upstream <url of the original repo I forked from>   # Define what is the upstream
  3. System Design Cheatsheet System Design Cheatsheet
    1
    # System Design Cheatsheet
    2
    
                  
    3
    > Picking the right architecture = Picking the right battles + Managing trade-offs
    4
    5
    ## Basic Steps
  4. itroyano.github.io itroyano.github.io Public

  5. operator-controller operator-controller Public

    Forked from operator-framework/operator-controller

    Go

  6. operator-sdk operator-sdk Public

    Forked from operator-framework/operator-sdk

    SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding.

    Go