> I don't know why the command ist trying to access
"openshift.local.config"...

I guess you didn't set "--node-client-certificate-authority" and the
command used its default value 'openshift.local.config/master/ca.crt'

> Is there a guide anywhere about how to add a node to the cluster manually
without ansible?

There is no official docs at this moment. But if you have Red Hat
subscription, you can refer this knowledge base.

https://access.redhat.com/solutions/1983683

I filed this BZ before (regarding manual installation):

https://bugzilla.redhat.com/show_bug.cgi?id=1264266

and tried to write the steps as below, but there are many many changes
since 3.0 to 3.1, so I gave up...

https://github.com/nak3/openshift-manual-install/blob/master/manual-steps.md
(Sorry, this is obsolete!)

Thanks,
Kenjiro



On Thu, Feb 4, 2016 at 8:13 PM, v <[email protected]> wrote:

> Hello,
>
> I would like to add an additional node to the cluster without using
> ansible.
> (We have modified our cluster in many ways and don't dare running ansible
> because it might break our cluster.)
>
> This is what I have tried:
> oadm create-node-config
> --node-dir=/root/xyz04
> --node=xyz.com
> --hostnames=xyz.com,123.456.0.4
> --certificate-authority /etc/origin/master/ca.crt
> --signer-cert /etc/origin/master/ca.crt
> --signer-key /etc/origin/master/ca.key
> --signer-serial /etc/origin/master/ca.serial.txt
> --master xyz.com:8443
>
> This command thorws the following error message:
> "Generating node credentials ...
> error: open openshift.local.config/master/ca.crt: no such file or
> directory"
> I don't know why the command ist trying to access
> "openshift.local.config"...
>
> Also, the files created in the directory are not helpful:
> -rw-r--r--. 1 root root 1123 Feb  4 11:58 master-client.crt
> -rw-------. 1 root root 1675 Feb  4 11:58 master-client.key
> -rw-r--r--. 1 root root 2209 Feb  4 11:58 server.crt
> -rw-------. 1 root root 1675 Feb  4 11:58 server.key
>
> What about the files for the service accounts? Like system:node:xyz04.crt
> Those are not being created either.
>
> Is there a guide anywhere about how to add a node to the cluster manually
> without ansible?
>
> Regards,
> v
>
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.openshift.redhat.com/openshiftmm/listinfo/users
>



-- 
Kenjiro NAKAYAMA <[email protected]>
GPG Key fingerprint = ED8F 049D E67A 727D 9A44  8E25 F44B E208 C946 5EB9
_______________________________________________
users mailing list
[email protected]
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to