[caasp-beta] Alternate kubernetes configuration (kube-master + kube-minion roles)
    Alejandro Bonilla 
    abonilla at suse.com
       
    Thu Apr  6 17:48:14 MDT 2017
    
    
  
Hi -
I’m not going to respond on whether that is supported or not or what is our plan on this going forward considering security, routing, etc.
But one could edit
	https://github.com/kubic-project/salt/blob/master/salt/top.sls
(I don’t have my cluster with me now so look for the top.sls on the Admin? node)
Make it look like
  'roles:kube-master':
    - match: grain
    - kubernetes-master
    - flannel
    - docker
    - kubernetes-minion
    - reboot
Then deploy from the Dashboard. You may be able to update an already running environment by doing the above and then running "salt '*’ state.apply"
I don’t know if this would work.
Thanks,
Alejandro
> On Apr 6, 2017, at 7:35 PM, Love, Christopher <Christopher.Love at Teradata.com> wrote:
> 
> The default kubernetes configuration for CaaSP is that the master node only has the kube-master role.  We intend to support single-node kube clusters and in general will be installing on hardware that will be grossly underutilized if the node’s only role is that of the kube-master.
>  
> Is there a way to change how the CaaSP control node bootstraps the cluster such that the master node has kube-master and kube-minion roles?
>  
> Thanks!
>                 Chris
>  
> Chris Love
> Teradata Labs Server Management
> 17095 Via Del Campo
> San Diego, Ca 92127
> 858.485.3011 Office
> Christopher.Love at teradata.com
>  
> <image001.png>
>  
>  
> _______________________________________________
> caasp-beta mailing list
> caasp-beta at lists.suse.com
> http://lists.suse.com/mailman/listinfo/caasp-beta
    
    
More information about the caasp-beta
mailing list