jason_mo Jason Morgan Human person.
I hereby claim:
- I am jasonmorgan on github.
- I am jason_mo (https://keybase.io/jason_mo) on keybase.
- I have a public key ASB0UpwCPc9ZSkPfkPoH2aQdlHbuN7aPJsobhR__fS_1XAo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Bring your current branch up-to-date with master, and squash all your working commits | |
## commit any working changes on branch "${BRANCH}", then... | |
## rename the branch to reflect it has the unsquashed commits | |
git branch -m ${BRANCH}-unsquashed | |
## crete a new local branch to start with the latest version of master | |
git checkout master | |
git pull |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: rbac.authorization.k8s.io/v1 | |
kind: ClusterRole | |
metadata: | |
annotations: | |
rbac.authorization.kubernetes.io/autoupdate: "true" | |
labels: | |
name: read-only | |
namespace: '*' | |
rules: | |
- apiGroups: ["*"] |
There is no one way to get into the kubernetes blog. Below are some options:
The Kubernetes Upstream Marketing team under ContribEx can help you tell a kubernetes story. With Blog posts you can:
- Pitch idea to the meeting or Open a Contributor Comms Requests issue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Inserts a blank line between shell prompts | |
add_newline = true | |
# Replace the "❯" symbol in the prompt with "➜" | |
# [character] # The name of the module we are configuring is "character" | |
# success_symbol = "[➜](bold green)" # The "success_symbol" segment is being set to "➜" with the color "bold green" | |
# Disable the package module, hiding it from the prompt completely | |
# [package] | |
# disabled = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# | |
# Buoyant Cloud Agent manifest for NYC1 | |
# | |
--- | |
kind: Namespace | |
apiVersion: v1 | |
metadata: | |
name: buoyant-cloud | |
annotations: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
### | |
### Linkerd Namespace | |
### | |
kind: Namespace | |
apiVersion: v1 | |
metadata: | |
name: linkerd | |
annotations: | |
linkerd.io/inject: disabled |
OlderNewer