Skip to content

Instantly share code, notes, and snippets.

View yharish991's full-sized avatar
🎯
Focusing

Harish Yayi yharish991

🎯
Focusing
View GitHub Profile
apiVersion: core.tanzu.vmware.com/v1alpha2
kind: FeatureGate
metadata:
name: tkg-system
spec:
features:
- name: big-cache
activate: true
- name: small-cache
activate: true
@yharish991
yharish991 / capabilities-package-rbac.yaml
Created April 29, 2022 12:12
capabilities package rbac rules
apiVersion: v1
kind: ServiceAccount
metadata:
name: tanzu-capabilities-package-sa
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: tanzu-capabilities-package-cluster-role
rules:
@yharish991
yharish991 / README.md
Created May 10, 2021 21:27 — forked from dims/README.md
Kubernetes Resources

Problem

I have two Github accounts: oanhnn (personal) and superman (for work). I want to use both accounts on same computer (without typing password everytime, when doing git push or pull).

Solution

Use ssh keys and define host aliases in ssh config file (each alias for an account).

How to?

  1. Generate ssh key pairs for accounts and add them to GitHub accounts.
@yharish991
yharish991 / minikube.md
Last active December 24, 2019 21:10
Setup Minikube on Mac
  1. Install Kubectl
    brew install kubectl

  2. Download and install Virtualbox
    https://www.virtualbox.org/wiki/Downloads

  3. Install minikube
    brew install minikube

@yharish991
yharish991 / instructions.md
Last active March 20, 2017 06:15
Instructions to run homework on local