Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
ksonnet
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ijaz Ahmad
ksonnet
Commits
380b4d61
Unverified
Commit
380b4d61
authored
7 years ago
by
Jessica Yao
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-2
2 additions, 2 deletions
README.md
docs/img/kubecfg
+0
-1
0 additions, 1 deletion
docs/img/kubecfg
with
2 additions
and
3 deletions
README.md
+
2
−
2
View file @
380b4d61
...
...
@@ -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
k
c
proxy
>
/dev/null &
k
ubectl
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
...
...
This diff is collapsed.
Click to expand it.
kubecfg
@
2169ce8b
Subproject commit 2169ce8baf09ef5403f4d5e6eb0e4f1c65df88a9
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment