Re: [openstack-dev] [Magnum] Question of k8s multiple master support.

2016-11-21 Thread 渥美 慶彦

Hi Yatin, fengbeihong,

I'm using CoreOS to create Kubernetes CoreOS cluster.
Thank you so much.

Best regards,
On 2016/11/22 13:07, Yatin Karel wrote:

Hi Yoshihiko atsumi,

<<< I'm using CoreOS-1010.3.0, Magnum 2.0.1.
Is CoreOS used as a base OS or guest OS.

If You are using CoreOS to Create kubernetes CoreOS cluster, then

As you mentioned you are using Magnum 2.0.1(Mitaka),
In Mitaka, k8s-coreos cluster couldn't be created with multiple master, 
Creation of coreos cluster with multiple master is supported with newton 
release. Though, you can create multimaster kubernetes cluster with fedora 
image with Magnum 2.0.1.

If above is not correct, please share the Error and Logs as well and the 
Guide(or Steps) you followed for creating cluster.

Also, the steps mentioned by @fengbeihong are valid for newton(before newton i 
believe load balancer was enabled by default if neutron-lbaas is enabled in 
Openstack Setup), so those shared steps would not work with you.

You can also connect on IRC at #openstack-containers for further queries.


Thanks and Regards
Yatin Karel


From: 渥美 慶彦 [atsumi.yoshih...@po.ntts.co.jp]
Sent: Tuesday, November 22, 2016 7:40 AM
To: openstack-dev@lists.openstack.org
Subject: [openstack-dev] [Magnum] Question of k8s multiple master support.

Hi all,

Can I create the bay of Kubernetes which has multiple master?
I'm able to create the bay of Kubernetes single master, but failed in
creating the bay of Kubernetes multiple master.
I'm using CoreOS-1010.3.0, Magnum 2.0.1.

Best regards,

--

Yoshihiko Atsumi
atsumi.yoshih...@po.ntts.co.jp




__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



--

NTTソフトウェア株式会社
クラウド&セキュリティ事業部 第一事業ユニット
渥美 慶彦(Atsumi Yoshihiko)
〒220-0012
横浜市西区みなとみらい4-4-5 横浜アイマークプレイス13F
TEL:045-212-7539
FAX:045-212-9800
E-mail:atsumi.yoshih...@po.ntts.co.jp




__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Magnum] Question of k8s multiple master support.

2016-11-21 Thread Yatin Karel
Hi Yoshihiko atsumi,

<<< I'm using CoreOS-1010.3.0, Magnum 2.0.1.
Is CoreOS used as a base OS or guest OS.

If You are using CoreOS to Create kubernetes CoreOS cluster, then

As you mentioned you are using Magnum 2.0.1(Mitaka),
In Mitaka, k8s-coreos cluster couldn't be created with multiple master, 
Creation of coreos cluster with multiple master is supported with newton 
release. Though, you can create multimaster kubernetes cluster with fedora 
image with Magnum 2.0.1.

If above is not correct, please share the Error and Logs as well and the 
Guide(or Steps) you followed for creating cluster.

Also, the steps mentioned by @fengbeihong are valid for newton(before newton i 
believe load balancer was enabled by default if neutron-lbaas is enabled in 
Openstack Setup), so those shared steps would not work with you.

You can also connect on IRC at #openstack-containers for further queries.


Thanks and Regards
Yatin Karel


From: 渥美 慶彦 [atsumi.yoshih...@po.ntts.co.jp]
Sent: Tuesday, November 22, 2016 7:40 AM
To: openstack-dev@lists.openstack.org
Subject: [openstack-dev] [Magnum] Question of k8s multiple master support.

Hi all,

Can I create the bay of Kubernetes which has multiple master?
I'm able to create the bay of Kubernetes single master, but failed in
creating the bay of Kubernetes multiple master.
I'm using CoreOS-1010.3.0, Magnum 2.0.1.

Best regards,

--

Yoshihiko Atsumi
atsumi.yoshih...@po.ntts.co.jp




__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Magnum] Question of k8s multiple master support.

2016-11-21 Thread 峰北红
Hi atsumi,

Multiple masters must be created together with load balancer.

Create cluster template with `--master-lb-enabled`.

magnum cluster-template-create --name k8s-cluster-template --image-id
test.qcow2 \
  --keypair-id testkey \
  --external-network-id public \
  --dns-nameserver 8.8.8.8 \
  --flavor-id m1.medium \
  --coe k8s \
  --master-lb-enabled


And specify master count when you create cluster.

magnum cluster-create --name dcos-cluster --cluster-template
dcos-cluster-template --node-count 1 --master-count 3


Best regards,
fengbeihong

2016-11-22 10:10 GMT+08:00 渥美 慶彦 :

> Hi all,
>
> Can I create the bay of Kubernetes which has multiple master?
> I'm able to create the bay of Kubernetes single master, but failed in
> creating the bay of Kubernetes multiple master.
> I'm using CoreOS-1010.3.0, Magnum 2.0.1.
>
> Best regards,
>
> --
> 
> Yoshihiko Atsumi
> atsumi.yoshih...@po.ntts.co.jp
> 
>
>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev