I have 2 VMs - server1 and server2.

server1 has OpenShift V3 installed and I am using this as my master node.
server2 *has base OS *(rhel71) installed.  I intend to use this as my node.

As per
https://docs.openshift.org/latest/install_config/master_node_configuration.html,
I generated master config file on my master server (server1) and also
created node config file for my node server (on master server).

I then started OpenShift as follows:

openshift start
--master-config=/openshift.local.config/master/master-config.yaml
--node-config=/openshift.local.config/node-<node_hostname>/node-config.yaml

$ oc describe node server2
Name:                   server2
Labels:                 kubernetes.io/hostname=server2
CreationTimestamp:      Fri, 05 Feb 2016 16:28:55 -0500
Phase:
Conditions:
  Type          Status  LastHeartbeatTime
LastTransitionTime                      Reason          Message
  ââââ          ââââââ  âââââââââââââââââ
ââââââââââââââââââ                      ââââââ          âââââââ
  Ready         True    Fri, 05 Feb 2016 18:23:36 -0500         Fri, 05 Feb
2016 16:28:55 -0500         KubeletReady    kubelet is posting ready status
Addresses:      xxx.xxx.xxx.16,xxx.xxx.xxx.16

>From the node description it appears that my node is indeed running on
server2.  However, what puzzles me is that I did not see any processes
running on server2 that would indicate it was "related" to OpenShift.

There is nothing installed on my node server (server2)  - just base OS.
Should my server also contain OpenShift executables or are kubelets
deployed to server2 as part of start operation?  Am I missing something
here or this is working as designed?

Thanks.
_______________________________________________
dev mailing list
[email protected]
http://lists.openshift.redhat.com/openshiftmm/listinfo/dev

Reply via email to