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

Update 3.11 for openshift start / hyperkube changes #21268

Merged
merged 1 commit into from
May 28, 2020

Conversation

adellape
Copy link
Contributor

@adellape adellape commented Apr 17, 2020

Reopening #18691 against enterprise-3.11 branch.

Original description:

Fixes #11751.

Per https://github.com/openshift/origin/releases/tag/v3.11.0:

Preview (internal):

@adellape
Copy link
Contributor Author

@deads2k Could you PTAL at this 3.11 docs fix re: Origin issue "Remove openshift start node and cut kubelet dependencies" openshift/origin#20344 so we can get it merged? Thank you!

@adellape adellape added peer-review-needed Signifies that the peer review team needs to review this PR peer-review-done Signifies that the peer review team has reviewed this PR and removed peer-review-needed Signifies that the peer review team needs to review this PR labels Apr 17, 2020
@adellape
Copy link
Contributor Author

Adding peer review acks as they were given in the original PR #18691.

@adellape
Copy link
Contributor Author

adellape commented May 7, 2020

@wangke19 Can you take a look at this for QE review, please? Thank you!

@wangke19
Copy link

wangke19 commented May 9, 2020

I will ask @xingxingxia to review together.

Copy link
Contributor

@xingxingxia xingxingxia left a comment

Choose a reason for hiding this comment

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

@adellape Hi, LGTM except the inline comments. For some lines which are not in my areas (my areas are Master / Apiserver), already requested related subteams QE inline to double confirm.

Comment on lines +22 to +24
xref:../architecture/infrastructure_components/kubernetes_infrastructure.adoc#master[master configuration file],
at *_/etc/origin/master/master-config.yaml_*, and the
xref:../admin_guide/manage_nodes.adoc#modifying-nodes[node configuration maps].
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you double confirm these other doc pages are desired? I just see these configuration file or configuration maps are in the same doc page ../install_config/master_node_configuration.html

@@ -1784,11 +1777,17 @@ master-logs api api 2> file
[[master-node-config-logging-levels]]
=== Configuring Logging Levels

You can control which INFO messages are logged by setting the `DEBUG_LOGLEVEL` option in the in xref:../admin_guide/manage_nodes.adoc#modifying-nodes[node configuration files] or the */etc/origin/master/master.env* file. Configuring the logs to collect all messages can lead to large logs that are difficult to interpret and can take up excessive space. Only collect all messages when you need to debug your cluster.
You can control which INFO messages are logged by setting the `DEBUG_LOGLEVEL`
option in the in xref:../admin_guide/manage_nodes.adoc#modifying-nodes[node configuration files]
Copy link
Contributor

Choose a reason for hiding this comment

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

Strange wording in the in

Copy link
Contributor

@xingxingxia xingxingxia May 11, 2020

Choose a reason for hiding this comment

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

I didn't see admin_guide/manage_nodes.adoc#modifying-nodes mentions log level, is this link good?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed typo and removed link.

Comment on lines +1699 to +1701
$ openshift start network \
--config=/openshift.local.config/node-<node_hostname>/node-config.yaml \
--kubeconfig=/openshift.local.config/node-<node_hostname>/node.kubeconfig
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd like to request Networking QE @zhaozhanqi to double confirm for openshift start network

Choose a reason for hiding this comment

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

thanks @xingxingxia LGTM

Comment on lines +1707 to +1709
$ hyperkube kubelet \
$(/usr/bin/openshift-node-config \
--config=/openshift.local.config/node-<node_hostname>/node-config.yaml)
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd like to request Node QE @weinliu @sunilcio to double confirm for the Launch a node server command.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@weinliu @sunilcio Are you able to take a look? Thanks!

Choose a reason for hiding this comment

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

@adellape lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch/enterprise-3.11 peer-review-done Signifies that the peer review team has reviewed this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants