-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc(ksonnet): include ksonnet-lib #1042
Conversation
Signed-off-by: Xiang Dai <764524258@qq.com>
@sh0rez please review it. |
Signed-off-by: Xiang Dai <764524258@qq.com>
Signed-off-by: Xiang Dai <764524258@qq.com>
Signed-off-by: Xiang Dai <764524258@qq.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure about this, we really don't need to repeat all the info for Loki as well, we might rather want to restructure this doc to make sure people are aware of the fact that Tanka basically takes jsonnet libraries and composes them to application stacks.
There is also no need for using the default environment, when deploying loki it should be in a loki
env
Signed-off-by: Xiang Dai <764524258@qq.com>
Signed-off-by: Xiang Dai <764524258@qq.com>
Signed-off-by: Xiang Dai <764524258@qq.com>
Signed-off-by: Xiang Dai <764524258@qq.com>
57fa2b3
to
6212147
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While this is correct in theory now, I think it would be nicer to use environments/loki/
instead of ./loki/
Sorry for being so picky about this 😛
Signed-off-by: Xiang Dai <764524258@qq.com>
Signed-off-by: Xiang Dai <764524258@qq.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here we go! LGTM 🎉
Now that QueryPages() runs across multiple goroutines, the callback can be running in parallel so we need to lock round the single data structure it is accessing. Signed-off-by: Bryan Boreham <bryan@weave.works>
Since replace ksonnet with Tanka, doc need to update to latest.
Signed-off-by: Xiang Dai 764524258@qq.com