-
Notifications
You must be signed in to change notification settings - Fork 1.8k
handle flattening of cert-dir #305
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
Conversation
* `openshift start --writeconfig --master-config=master.yaml --node-config=node.yaml` | ||
* `openshift start master --write-config --config=master.yaml` | ||
* `openshift start node --write-config --config=node.yaml` | ||
* `openshift start --writeconfig=openshift.local.config |
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.
write-config
31cac6e
to
d7e3dee
Compare
* `openshift start node --write-config --config=node.yaml` | ||
* `openshift start --write-config=openshift.local.config | ||
* `openshift start master --write-config=openshift.local.config/master` | ||
* `osadm create-node-config --node-dir=openshift.local.config/node-myhost --node=myhost --hostnames=myhost.local` |
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.
maybe add an example IP to the --hostnames arg, just so people know they can (and probably should) include the node IP
a few comments, sweep for rogue KUBECONFIG references, LGTM otherwise |
pre-doc reorg :-/ |
f7f9256
to
a646d45
Compare
rebased. I think that it found everything correctly. I don't see any rogue |
a646d45
to
6e949fa
Compare
rebased. |
@deads2k Thanks, will merge after the build passes. |
handle flattening of cert-dir
Fix procedure headings
Files are moving due to openshift/origin#1737 and we have significant drift from reality. This brings us back into alignment.
Do not merge until openshift/origin#1737 goes in.