Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rackerlabs/genestack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 97752b873260c8328d7bdcd2407b6fbc3927e2ac
Choose a base ref
..
head repository: rackerlabs/genestack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 37c45edf281a899b53fb2a98426e691abf6b1ceb
Choose a head ref
Showing with 0 additions and 1 deletion.
  1. +0 −1 docs/k8s-labels.md
1 change: 0 additions & 1 deletion docs/k8s-labels.md
Original file line number Diff line number Diff line change
@@ -40,4 +40,3 @@ kubectl get nodes -o wide --show-labels=true
# Here is a way to make it look a little nicer:
kubectl get nodes -o json | jq '[.items[] | {"NAME": .metadata.name, "LABELS": .metadata.labels}]'
```