Merge pull request #2017 from enisoc/fix-liquid-raw
Remove accidentally nested {% raw %} tags.reviewable/pr2011/r1^2
commit
2f83bece90
|
@ -69,7 +69,7 @@ kubectl get [(-o|--output=)json|yaml|wide|custom-columns=...|custom-columns-file
|
||||||
kubectl get -f pod.yaml -o json
|
kubectl get -f pod.yaml -o json
|
||||||
|
|
||||||
# Return only the phase value of the specified pod.
|
# Return only the phase value of the specified pod.
|
||||||
kubectl get -o template pod/web-pod-13je7 --template={% raw %}{{.status.phase}}{% endraw %}
|
kubectl get -o template pod/web-pod-13je7 --template={{.status.phase}}
|
||||||
|
|
||||||
# List all replication controllers and services together in ps output format.
|
# List all replication controllers and services together in ps output format.
|
||||||
kubectl get rc,services
|
kubectl get rc,services
|
||||||
|
|
Loading…
Reference in New Issue