-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Conversation
b03989e
to
3ffde0b
Compare
@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! |
Adding peer review acks as they were given in the original PR #18691. |
@wangke19 Can you take a look at this for QE review, please? Thank you! |
I will ask @xingxingxia to review together. |
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.
@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.
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]. |
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.
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] |
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.
Strange wording in the in
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.
I didn't see admin_guide/manage_nodes.adoc#modifying-nodes
mentions log level, is this link good?
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.
Fixed typo and removed link.
$ openshift start network \ | ||
--config=/openshift.local.config/node-<node_hostname>/node-config.yaml \ | ||
--kubeconfig=/openshift.local.config/node-<node_hostname>/node.kubeconfig |
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.
I'd like to request Networking QE @zhaozhanqi to double confirm for openshift start network
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.
thanks @xingxingxia LGTM
$ hyperkube kubelet \ | ||
$(/usr/bin/openshift-node-config \ | ||
--config=/openshift.local.config/node-<node_hostname>/node-config.yaml) |
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.
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.
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.
@adellape lgtm
Reopening #18691 against
enterprise-3.11
branch.Original description:
Fixes #11751.
Per https://github.com/openshift/origin/releases/tag/v3.11.0:
Preview (internal):