Skip to content
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

logs for master components #7316

Merged
merged 1 commit into from May 4, 2015

Conversation

ArtfulCoder
Copy link
Contributor

Logs from kube-controller-manager, kube-apiserver and kube-scheduler pods are written to corresponding /var/log files

@@ -47,6 +47,8 @@
{% endif -%}
{% endif -%}

{% set params = "--master=127.0.0.1:8080" + " " + machines + " " + cluster_name + " " + minion_regexp + " " + cloud_provider + " " + sync_nodes + " " + cloud_config + " " + pillar['log_level'] -%}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why --master=127.0.0.1:8080 required for logging kube-controller-manager?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we always had --master=127.0.0.1:8080. check linke 62 of the checked in version (on left side).

@dchen1107
Copy link
Member

Can you rebase first, then run e2e test for this?

@ArtfulCoder
Copy link
Contributor Author

rebased and ran e2e.
Looks good.

@lavalamp
Copy link
Member

lavalamp commented May 4, 2015

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants