Skip to content
Snippets Groups Projects
Unverified Commit 380b4d61 authored by Jessica Yao's avatar Jessica Yao Committed by GitHub
Browse files

Merge pull request #109 from abiogenesis-now/jyao/minor-readme-edits

[docs] Very minor README edits
parents 011442bf 98679efd
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ ks generate deployment-exposed-with-service guestbook-ui \
ks apply default
# Set up an API proxy so that you can access the guestbook service locally
kc proxy > /dev/null &
kubectl proxy > /dev/null &
PROXY_PID=$!
QUICKSTART_NAMESPACE=$(kubectl get svc guestbook -o jsonpath="{.metadata.namespace}")
GUESTBOOK_SERVICE_URL=http://localhost:8001/api/v1/proxy/namespaces/$QUICKSTART_NAMESPACE/services/guestbook
......@@ -161,7 +161,7 @@ ksonnet is a feature-rich framework. To learn more about how to integrate it int
* **[CLI Reference](/docs/cli-reference#command-line-reference)** - What ksonnet commands are available, and how do I use them?
* **[Concept Reference (WIP)](/docs/concepts.md)** - What do all these special ksonnet terms mean (e.g. *prototypes*) ?
* **[Concept Reference](/docs/concepts.md)** - What do all these special ksonnet terms mean (e.g. *prototypes*) ?
## Troubleshooting
......
kubecfg @ 2169ce8b
Subproject commit 2169ce8baf09ef5403f4d5e6eb0e4f1c65df88a9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment