From beta-programs at lists.suse.com Fri Sep 8 10:13:48 2017 From: beta-programs at lists.suse.com (SUSE Beta Program) Date: Fri, 08 Sep 2017 18:13:48 +0200 Subject: [caasp-beta] [ANNOUNCE] SUSE Container as a Service Platform 2 Beta 1 is available! Message-ID: <59b2c1bc58f03_53f182b324204b1@boucane.mail> We are happy to announce the SUSE Container as a Service Platform 2 Beta 1: Download[2] We are happy to announce SUSE CaaS Platform 2 Beta 1! Please check out our dedicated SUSE CaaS Platform Beta web page[1], where you will find all the information needed around SUSE CaaS Platform Beta. What?s New with Beta SUSE CaaS Platform 2? ===== TLDR; - porting SUSE MicroOS to SLE12SP3 - updated to Kubernetes 1.7 - updated to Go 1.8 - Improve performance and extend your platform with Kubernetes v1.7 - Improve performance with StatefulSets to more quickly start and scale stateful applications that do not have ordering requirements, with automated, rolling updates of stateful applications, and with new support for smart rollback of Kubernetes DeamonSets. - Extend Kubernetes to meet your needs with your own custom interfaces, or with third party APIs, using Kubernetes v1.7 API aggregation capabilities. - Increase the availability and reliability of your cluster with Kubernetes Multi-Master setup now integrated with SUSE CaaS Platform - Leverage new hardware with an updated version of SUSE MicroOS - SUSE MicroOS has been rebased on SUSE Linux Enterprise Server 12 SP3, the latest version of SUSE Linux Enterprise server, and is supported on the same, expanded set of hardware platforms. - Take advantage of more hardware platforms, including the new Intel Xeon? Processor Scalable family as well as AMD EPYC? and Ryzen? processors. - And more features and technical details will be revealed during the Beta phase! Things to consider for this Beta? ===== - DHCP Your DHCP server should provide resolveable hostnames. If this is not the case like with libvirt/KVM, you should consider providing one yourself by appending this kernel parameter "hostname=HOSTNAME" during installation. However, the kubeconfig file downloaded from the Dashboard could contain an incorrect "server" hostname that should be replaced with the IP address of your Master. For more information read: https://en.opensuse.org/SDB:Linuxrc#Network_Configuration - Autoyast/VMX-Images If you install via autoyast or one of the provided VMX beta images (KVM,Xen,VMware,...) please set a password or SSH key via cloud-init to be able to login. Release schedule[4] Release Notes[5] Documentation[6] Have fun beta testing! Your SUSE Linux Enterprise Team Please refer to our dedicated SUSE CaaSP Beta Program webpage[1] for any general information. However, do not hesitate to contact us at beta-programs at lists.suse.com if you have any questions. You received this email because you're signed up to get updates from us. Please send an email to beta-programs at lists.suse.com if you want to unsubscribe. [1]https://www.suse.com/betaprogram/caasp-beta [2]https://www.suse.com/betaprogram/caasp-beta/#download [4]https://www.suse.com/betaprogram/caasp-beta/#releases [5]https://www.suse.com/betaprogram/caasp-beta/#releasenotes [6]https://www.suse.com/betaprogram/caasp-beta/#documentation -------------- next part -------------- An HTML attachment was scrubbed... URL: From kukuk at suse.com Mon Sep 18 01:03:14 2017 From: kukuk at suse.com (Thorsten Kukuk) Date: Mon, 18 Sep 2017 09:03:14 +0200 Subject: [caasp-beta] Trouble with CaaSP Setup In-Reply-To: References: Message-ID: <20170918070314.GA25699@suse.com> On Mon, Sep 18, L?scher Samuel DFR IT AG wrote: > After the https://$HOST/setup/worker-bootstrap part (which tells me how to > setup nodes with autoyast), I always get the "We're sorry, but something went > wrong" message on https://$HOST/setup/discovery. > > I checked the /var/log/messages log, but all it tells me is > NodeHasSufficientDisk, NodeHasSufficientMemory and NodeHasNoDiskPressure on > node 127.0.0.1. > > The node has 8 GB memory and 20 GB disk space. I checked and none of these > resources are fully used (3 GB memory free and ~15 GB disk free). Don't think that this is related, but the required disk space is 30GB for the OS and an extra /var/lib/docker with btrfs, size should be big enough for your container workload. Thorsten -- Thorsten Kukuk, Distinguished Engineer, Senior Architect SLES & CaaSP SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany GF: Felix Imendoerffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nuernberg) From cschroder at suse.com Tue Sep 19 11:05:36 2017 From: cschroder at suse.com (Carla Schroder) Date: Tue, 19 Sep 2017 10:05:36 -0700 Subject: [caasp-beta] no login or HTTP/S to KVM CaaSP image Message-ID: <1505840736.3330.9.camel@suse.com> Hello CaaSP peoples!? I downloaded?SUSE-CaaS-Platform-1.0-KVM-and-Xen.x86_64-1.0.0-GM.qcow2 and opened it in KVM. It boots to a login prompt. I cannot log in, as there is no default login documented anywhere that I can find. The deployment guide, written by my awesome doc team colleague Christoph Wickert, says to connect via https://caasp-admin.hostname-or-ip. That also fails. There are no open HTTP/s ports, and nmap report that the only access is via SSH, port 22. Where, again, I lack a login. I've reviewed the manuals, blogs, and list archives, and remain unenlightened. We're working on CaaSP docs and the shiny new CAP project, Cloud Application Platform, which runs on CaaSP. So any help is appreciated, and will be documented for users. thanks, Carla -- Carla Schroder Technical writer Remote office Spokane, WA, USA Pacific time zone SUSE Linux GmbH, Gesch?ftsf?hrer: Felix Imend?rffer, Jane Smithard, Graham Norton. HRB 21284 (AG N?rnberg) From kukuk at suse.com Tue Sep 19 11:22:49 2017 From: kukuk at suse.com (Thorsten Kukuk) Date: Tue, 19 Sep 2017 19:22:49 +0200 Subject: [caasp-beta] no login or HTTP/S to KVM CaaSP image In-Reply-To: <1505840736.3330.9.camel@suse.com> References: <1505840736.3330.9.camel@suse.com> Message-ID: <20170919172249.GA5712@suse.com> On Tue, Sep 19, Carla Schroder wrote: > Hello CaaSP peoples!? > > I downloaded?SUSE-CaaS-Platform-1.0-KVM-and-Xen.x86_64-1.0.0-GM.qcow2 > and opened it in KVM. It boots to a login prompt. I cannot log in, as > there is no default login documented anywhere that I can find. The > deployment guide, written by my awesome doc team colleague Christoph > Wickert, says to connect via https://caasp-admin.hostname-or-ip. That > also fails. There are no open HTTP/s ports, and nmap report that the > only access is via SSH, port 22. Where, again, I lack a login. You need to configure it with cloud-init: https://www.suse.com/documentation/suse-caasp-1/singlehtml/book_caasp_deployment/book_caasp_deployment.html#configuration Thorsten -- Thorsten Kukuk, Distinguished Engineer, Senior Architect SLES & CaaSP SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany GF: Felix Imendoerffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nuernberg) From cschroder at suse.com Tue Sep 19 11:43:51 2017 From: cschroder at suse.com (Carla Schroder) Date: Tue, 19 Sep 2017 10:43:51 -0700 Subject: [caasp-beta] no login or HTTP/S to KVM CaaSP image In-Reply-To: <20170919172249.GA5712@suse.com> References: <1505840736.3330.9.camel@suse.com> <20170919172249.GA5712@suse.com> Message-ID: <1505843031.3330.15.camel@suse.com> On Tue, 2017-09-19 at 19:22 +0200, Thorsten Kukuk wrote: > On Tue, Sep 19, Carla Schroder wrote: > > > > > Hello CaaSP peoples!? > > > > I downloaded?SUSE-CaaS-Platform-1.0-KVM-and-Xen.x86_64-1.0.0- > > GM.qcow2 > > and opened it in KVM. It boots to a login prompt. I cannot log in, > > as > > there is no default login documented anywhere that I can find. The > > deployment guide, written by my awesome doc team colleague > > Christoph > > Wickert, says to connect via https://caasp-admin.hostname-or-ip. > > That > > also fails. There are no open HTTP/s ports, and nmap report that > > the > > only access is via SSH, port 22. Where, again, I lack a login. > > You need to configure it with cloud-init: > https://www.suse.com/documentation/suse-caasp-1/singlehtml/book_caasp > _deployment/book_caasp_deployment.html#configuration > > ? Thorsten > How? I cannot get into the VM. thanks, Carla -- Carla Schroder Technical writer Remote office Spokane, WA, USA Pacific time zone SUSE Linux GmbH, Gesch?ftsf?hrer: Felix Imend?rffer, Jane Smithard, Graham Norton. HRB 21284 (AG N?rnberg) From pgonin at suse.com Tue Sep 19 11:39:32 2017 From: pgonin at suse.com (Paul Gonin) Date: Tue, 19 Sep 2017 19:39:32 +0200 Subject: [caasp-beta] RE : no login or HTTP/S to KVM CaaSP image In-Reply-To: <1505840736.3330.9.camel@suse.com> References: <1505840736.3330.9.camel@suse.com> Message-ID: <59C159D3020000B90020CB91@smtp.nue.novell.com> Hi Carla, Did you use cloud-init to set an admin role to the node ? RgdsPaul
-------- Message d'origine --------
De : Carla Schroder
Date : 19/09/2017 19:05 (GMT+01:00)
? : caasp-beta at lists.suse.com
Objet : [caasp-beta] no login or HTTP/S to KVM CaaSP image
>>> "Carla Schroder" 09/19/2017 18:19 >>> Hello CaaSP peoples! I downloaded SUSE-CaaS-Platform-1.0-KVM-and-Xen.x86_64-1.0.0-GM.qcow2 and opened it in KVM. It boots to a login prompt. I cannot log in, as there is no default login documented anywhere that I can find. The deployment guide, written by my awesome doc team colleague Christoph Wickert, says to connect via https://caasp-admin.hostname-or-ip. That also fails. There are no open HTTP/s ports, and nmap report that the only access is via SSH, port 22. Where, again, I lack a login. I've reviewed the manuals, blogs, and list archives, and remain unenlightened. We're working on CaaSP docs and the shiny new CAP project, Cloud Application Platform, which runs on CaaSP. So any help is appreciated, and will be documented for users. thanks, Carla -- Carla Schroder Technical writer Remote office Spokane, WA, USA Pacific time zone SUSE Linux GmbH, Gesch?ftsf?hrer: Felix Imend?rffer, Jane Smithard, Graham Norton. HRB 21284 (AG N?rnberg) _______________________________________________ caasp-beta mailing list caasp-beta at lists.suse.com http://lists.suse.com/mailman/listinfo/caasp-beta -------------- next part -------------- An HTML attachment was scrubbed... URL: From rob.decanha-knight at suse.com Wed Sep 20 14:11:45 2017 From: rob.decanha-knight at suse.com (Rob de Canha-Knight) Date: Wed, 20 Sep 2017 20:11:45 +0000 Subject: [caasp-beta] no_proxy kernelparameter for autoyast setup Message-ID: <4A78485E-CB3E-4B42-A361-84775542CB17@suse.com> Hi Sam. In our web interface we have ways to setup the proxy server you can fill in the details there on the first setup page and it will push the config out to all the nodes. So when installing the admin and worker nodes do not provide the proxy= kernel parameter and specify it when setting up the CaaS Platform cluster via the web interface. You shouldn?t need to download any packages via a proxy before then as it will use the packages available on the DVD/ISO (we don?t support adding the online repositories during install anyway I think so you?ll only get updates once the nodes are installed/rebooted). This should be enough to get your cluster up and running. In short; don?t specify the proxy parameter and configure it during the cluster bootstrap process using our web UI and you should be fine. ---- Rob de Canha-Knight EMEA Platform and Management Technical Strategist SUSE rob.decanha-knight at suse.com (Fuze/VOIP) +44 (0) 1635 937689 (M) +44 (0) 7392 087303 (TW) rssfed23 ---- [cid:image001.gif at 01D33255.0C6E23B0] Register with discount code isrrksc17 to save 25%! ---- [66005168] [id:image003.png at 01D31ACC.CD957110] [id:image004.png at 01D31ACC.CD957110] [id:image005.png at 01D31ACC.CD957110] [id:image006.png at 01D31ACC.CD957110] [id:image007.png at 01D31ACC.CD957110] [id:image008.png at 01D31ACC.CD957110] From: on behalf of L?scher Samuel DFR IT AG Date: Wednesday, 20 September 2017 at 17:05 To: "caasp-beta at lists.suse.com" Subject: [caasp-beta] no_proxy kernelparameter for autoyast setup Hello ? When I try to setup my nodes with AutoYast I have a weird problem. We have a proxy, which has to be set to download some packages during the setup. The problem is, when I enter the kernelparameter ?proxy=??, the nodes can?t connect to the admin node and can?t get the AutoYast configuration. So is there a kernelparameter for ?no_proxy? in which I could enter the admin node, or is there a way I can download & setup the nodes manually after the initial setup? Kind regards Sam ??? KANTON AARGAU Departement Finanzen und Ressourcen Samuel L?scher System Engineer Docker Informatik Aargau -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.gif Type: image/gif Size: 324745 bytes Desc: image001.gif URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.png Type: image/png Size: 2955 bytes Desc: image002.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 1198 bytes Desc: image003.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.png Type: image/png Size: 788 bytes Desc: image004.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image005.png Type: image/png Size: 762 bytes Desc: image005.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image006.png Type: image/png Size: 754 bytes Desc: image006.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image007.png Type: image/png Size: 942 bytes Desc: image007.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image008.png Type: image/png Size: 800 bytes Desc: image008.png URL: From Bruno.Cornec at hpe.com Wed Sep 20 17:07:04 2017 From: Bruno.Cornec at hpe.com (Bruno Cornec) Date: Thu, 21 Sep 2017 01:07:04 +0200 Subject: [caasp-beta] no_proxy kernelparameter for autoyast setup In-Reply-To: <4A78485E-CB3E-4B42-A361-84775542CB17@suse.com> References: <4A78485E-CB3E-4B42-A361-84775542CB17@suse.com> Message-ID: <20170920230704.GH23253@morley.fr.hpecorp.net> Hello, Rob de Canha-Knight said on Wed, Sep 20, 2017 at 08:11:45PM +0000: >You shouldn?t need to download any packages via a proxy before then as it will use the packages available on the DVD/ISO (we don?t support adding the online repositories during install anyway I think so you?ll only get updates once the nodes are installed/rebooted). Some people may want to download in a pre phare packages to setup the HW platofrm when used on Bare Metal, e.g. a tool to configure a RAID array such as our (HPE) hpsacli one. We never can anticpate what clever stuff customers will do with ourplatforms ;-) Bruno. -- HPE EMEA EG FLOSS Technology Strategist http://www.hpe.com/engage/opensource Open Source Profession, WW Linux Community Lead http://github.com/bcornec FLOSS projects: http://mondorescue.org http://project-builder.org Musique ancienne? http://www.musique-ancienne.org http://www.medieval.org From beta-programs at lists.suse.com Fri Sep 22 08:44:30 2017 From: beta-programs at lists.suse.com (SUSE Beta Program) Date: Fri, 22 Sep 2017 16:44:30 +0200 Subject: [caasp-beta] [ANNOUNCE] SUSE Container as a Service Platform 2 RC 1 is available! Message-ID: <59c521ce7fc56_736cda131c21817@boucane.mail> We are happy to announce the SUSE Container as a Service Platform 2 RC 1: Download[2] We are happy to announce SUSE CaaS Platform 2 Release Candidate 1! Please check out our dedicated SUSE CaaS Platform Beta web page[1], where you will find all the information needed around SUSE CaaS Platform Beta. What?s New with SUSE CaaS Platform 2 RC1? ===== - K8s Multi-Master: Kubernetes Multi Master for building High-Availability Clusters - caasp-cli : It's the new command line client for interacting with a CaaS Platform cluster. See https://github.com/kubic-project/caasp-cli for details - Dex: Dex is an identity service that uses OpenID Connect to drive authentication for other apps. See https://github.com/coreos/dex for details. - OpenLDAP2: OpenLDAP2 running on an SLE12 container guest Things to consider for this Beta? ===== - DHCP Your DHCP server should provide resolveable hostnames. If this is not the case like with libvirt/KVM, you should consider providing one yourself by appending this kernel parameter "hostname=HOSTNAME" during installation. However, the kubeconfig file downloaded from the Dashboard could contain an incorrect "server" hostname that should be replaced with the IP address of your Master. For more information read: https://en.opensuse.org/SDB:Linuxrc#Network_Configuration - Autoyast/VMX-Images If you install via autoyast or one of the provided VMX beta images (KVM,Xen,VMware,...) please set a password or SSH key via cloud-init to be able to login. Release schedule[4] Release Notes[5] Documentation[6] Have fun beta testing! Your SUSE Linux Enterprise Team Please refer to our dedicated SUSE CaaSP Beta Program webpage[1] for any general information. However, do not hesitate to contact us at beta-programs at lists.suse.com if you have any questions. You received this email because you're signed up to get updates from us. Please send an email to beta-programs at lists.suse.com if you want to unsubscribe. [1]https://www.suse.com/betaprogram/caasp-beta [2]https://www.suse.com/betaprogram/caasp-beta/#download [4]https://www.suse.com/betaprogram/caasp-beta/#releases [5]https://www.suse.com/betaprogram/caasp-beta/#releasenotes [6]https://www.suse.com/betaprogram/caasp-beta/#documentation -------------- next part -------------- An HTML attachment was scrubbed... URL: From rushi.ns at sap.com Tue Sep 26 14:03:46 2017 From: rushi.ns at sap.com (Ns, Rushi) Date: Tue, 26 Sep 2017 20:03:46 +0000 Subject: [caasp-beta] kubectl requires username and password Message-ID: Hi I setup new cluster with this release and everything worked. I have 3 masters/10 workers ..looks fine VELUM web page as well and I have downloaded kubeconfig and tried to do some workload test but issue with access cluster. I have issue with using KUBECTL command line ..whatever ?kubectl? I run requires permission. I setup velum with my userid email and password, I thought it requires that and I tried but its not ? I have also tried root (linux) master/workers but it doesn?t take that too? Does anyone know what is the issue. kubectl get cluster-info kubectl get nodes Please enter Username: rushi.ns at sap.com Please enter Password: ********* Error from server (Forbidden): User "system:anonymous" cannot list nodes at the cluster scope. (get nodes) kubectl get nodes Please enter Username: admin Please enter Password: ******** Unable to connect to the server: x509: certificate is valid for 172.24.0.1, 172.16.18.0, 127.0.0.1, 172.16.18.1, 10.48.164.142, not 10.48.164.144 kubectl get nodes Please enter Username: root Please enter Password: ******** Unable to connect to the server: x509: certificate is valid for 172.24.0.1, 172.16.22.0, 127.0.0.1, 172.16.22.1, 10.48.164.141, not 10.48.164.144 Best Regards, Rushi. I MAY BE ONLY ONE PERSON, BUT I CAN BE ONE PERSON WHO MAKES A DIFFERENCE From: on behalf of SUSE Beta Program Reply-To: SUSE Beta Program Date: Friday, September 22, 2017 at 7:48 AM To: "caasp-beta at lists.suse.com" Subject: [caasp-beta] [ANNOUNCE] SUSE Container as a Service Platform 2 RC 1 is available! Having trouble viewing this email? Please check the plain text version of it with your mailer. [http://beta.suse.com/private/SLE12/suse_logo_color-reduced.png] [https://www.suse.com/betaprogram/wp-content/uploads/2017/09/caasp-logo-beta-2-new.png] We are happy to announce SUSE CaaS Platform 2 Release Candidate 1! Download ? Please check out our dedicated SUSE CaaS Platform Beta web page, where you will find all the information needed around SUSE CaaS Platform Beta. What?s New with SUSE CaaS Platform 2 RC 1? * K8s Multi-Master: Kubernetes Multi Master for building High-Availability clusters. * caasp-cli: It's the new command line client for interacting with a CaaS Platform cluster. See for details. * Dex: Dex is an identity service that uses OpenID Connect to drive authentication for other apps. See for details. * OpenLDAP2: OpenLDAP2 running on an SLE12 container guest. Things to consider for this Beta? * DHCP Your DHCP server should provide resolveable hostnames. If this is not the case like with libvirt/KVM, you should consider providing one yourself by appending this kernel parameter "hostname=HOSTNAME" during installation. However, the kubeconfig file downloaded from the Dashboard could contain an incorrect "server" hostname that should be replaced with the IP address of your Master. For more information read: https://en.opensuse.org/SDB:Linuxrc#Network_Configuration * Autoyast/VMX-Images If you install via autoyast or one of the provided VMX beta images (KVM,Xen,VMware,...) please set a password or SSH key via cloud-init to be able to login. Release plan ? Release Notes ? Documentation ? Have fun beta testing! Your SUSE Linux Enterprise Team Please refer to our dedicated SUSE CaaSP Beta Program webpage for any general information. However, do not hesitate to contact us at beta-programs at lists.suse.com if you have any questions. You received this email because you're signed up to get updates from us. Click here to unsubscribe. -------------- next part -------------- An HTML attachment was scrubbed... URL: From pgonin at suse.com Tue Sep 26 14:31:04 2017 From: pgonin at suse.com (Paul Gonin) Date: Tue, 26 Sep 2017 22:31:04 +0200 Subject: [caasp-beta] RE : kubectl requires username and password In-Reply-To: References: Message-ID: <59CAB917020000B90020DBE4@smtp.nue.novell.com> Hi, With RC1, RBAC is availableConsequence is that you have to use caasp-ctl to login to CaaSP and modify your kubectl and inject credentials in it. RgdsPaul
-------- Message d'origine --------
De : "Ns, Rushi"
Date : 26/09/2017 22:04 (GMT+01:00)
? : SUSE Beta Program , caasp-beta at lists.suse.com
Objet : [caasp-beta] kubectl requires username and password
>>> "Ns, Rushi" 09/26/2017 21:04 >>> Hi I setup new cluster with this release and everything worked. I have 3 masters/10 workers ..looks fine VELUM web page as well and I have downloaded kubeconfig and tried to do some workload test but issue with access cluster. I have issue with using KUBECTL command line ..whatever ?kubectl? I run requires permission. I setup velum with my userid email and password, I thought it requires that and I tried but its not ? I have also tried root (linux) master/workers but it doesn?t take that too? Does anyone know what is the issue. kubectl get cluster-info kubectl get nodes Please enter Username: rushi.ns at sap.com Please enter Password: ********* Error from server (Forbidden): User "system:anonymous" cannot list nodes at the cluster scope. (get nodes) kubectl get nodes Please enter Username: admin Please enter Password: ******** Unable to connect to the server: x509: certificate is valid for 172.24.0.1, 172.16.18.0, 127.0.0.1, 172.16.18.1, 10.48.164.142, not 10.48.164.144 kubectl get nodes Please enter Username: root Please enter Password: ******** Unable to connect to the server: x509: certificate is valid for 172.24.0.1, 172.16.22.0, 127.0.0.1, 172.16.22.1, 10.48.164.141, not 10.48.164.144 Best Regards, Rushi. I MAY BE ONLY ONE PERSON, BUT I CAN BE ONE PERSON WHO MAKES A DIFFERENCE From: on behalf of SUSE Beta Program Reply-To: SUSE Beta Program Date: Friday, September 22, 2017 at 7:48 AM To: "caasp-beta at lists.suse.com" Subject: [caasp-beta] [ANNOUNCE] SUSE Container as a Service Platform 2 RC 1 is available! Having trouble viewing this email? Please check the plain text version of it with your mailer. [http://beta.suse.com/private/SLE12/suse_logo_color-reduced.png] [https://www.suse.com/betaprogram/wp-content/uploads/2017/09/caasp-logo-beta-2-new.png] We are happy to announce SUSE CaaS Platform 2 Release Candidate 1! Download ? Please check out our dedicated SUSE CaaS Platform Beta web page, where you will find all the information needed around SUSE CaaS Platform Beta. What?s New with SUSE CaaS Platform 2 RC 1? * K8s Multi-Master: Kubernetes Multi Master for building High-Availability clusters. * caasp-cli: It's the new command line client for interacting with a CaaS Platform cluster. See for details. * Dex: Dex is an identity service that uses OpenID Connect to drive authentication for other apps. See for details. * OpenLDAP2: OpenLDAP2 running on an SLE12 container guest. Things to consider for this Beta? * DHCP Your DHCP server should provide resolveable hostnames. If this is not the case like with libvirt/KVM, you should consider providing one yourself by appending this kernel parameter "hostname=HOSTNAME" during installation. However, the kubeconfig file downloaded from the Dashboard could contain an incorrect "server" hostname that should be replaced with the IP address of your Master. For more informatioIf you install via autoyast or one of the provided VMX beta images (KVM,Xen,VMware,...) please set a password or SSH key via cloud-init to be able to login. Release plan ? Release Notes ? Documentation ? Have fun beta testing! Your SUSE Linux Enterprise Team Please refer to our dedicated SUSE CaaSP Beta Program webpage for any general information. However, do not hesitate to contact us at beta-programs at lists.suse.com if you have any questions. You received this email because you're signed up to get updates from us. Click here to unsubscribe. -------------- next part -------------- An HTML attachment was scrubbed... URL: From rushi.ns at sap.com Wed Sep 27 08:52:01 2017 From: rushi.ns at sap.com (Ns, Rushi) Date: Wed, 27 Sep 2017 14:52:01 +0000 Subject: [caasp-beta] RE : kubectl requires username and password In-Reply-To: <59CAB917020000B90020DBE4@smtp.nue.novell.com> References: <59CAB917020000B90020DBE4@smtp.nue.novell.com> Message-ID: <2D840902-1A48-4698-B71E-DDD40FC7DEF7@sap.com> Thanks, where can I download . I see from github I can?t download the link . https://github.com/kubic-project/caasp-cli Best Regards, Rushi. I MAY BE ONLY ONE PERSON, BUT I CAN BE ONE PERSON WHO MAKES A DIFFERENCE From: Paul Gonin Date: Tuesday, September 26, 2017 at 1:31 PM To: "caasp-beta at lists.suse.com" , Rushi NS Subject: RE : [caasp-beta] kubectl requires username and password Hi, With RC1, RBAC is available Consequence is that you have to use caasp-ctl to login to CaaSP and modify your kubectl and inject credentials in it. Rgds Paul -------- Message d'origine -------- De : "Ns, Rushi" Date : 26/09/2017 22:04 (GMT+01:00) ? : SUSE Beta Program , caasp-beta at lists.suse.com Objet : [caasp-beta] kubectl requires username and password >>> "Ns, Rushi" 09/26/2017 21:04 >>> Hi I setup new cluster with this release and everything worked. I have 3 masters/10 workers ..looks fine VELUM web page as well and I have downloaded kubeconfig and tried to do some workload test but issue with access cluster. I have issue with using KUBECTL command line ..whatever ?kubectl? I run requires permission. I setup velum with my userid email and password, I thought it requires that and I tried but its not ? I have also tried root (linux) master/workers but it doesn?t take that too? Does anyone know what is the issue. kubectl get cluster-info kubectl get nodes Please enter Username: rushi.ns at sap.com Please enter Password: ********* Error from server (Forbidden): User "system:anonymous" cannot list nodes at the cluster scope. (get nodes) kubectl get nodes Please enter Username: admin Please enter Password: ******** Unable to connect to the server: x509: certificate is valid for 172.24.0.1, 172.16.18.0, 127.0.0.1, 172.16.18.1, 10.48.164.142, not 10.48.164.144 kubectl get nodes Please enter Username: root Please enter Password: ******** Unable to connect to the server: x509: certificate is valid for 172.24.0.1, 172.16.22.0, 127.0.0.1, 172.16.22.1, 10.48.164.141, not 10.48.164.144 Best Regards, Rushi. I MAY BE ONLY ONE PERSON, BUT I CAN BE ONE PERSON WHO MAKES A DIFFERENCE From: on behalf of SUSE Beta Program Reply-To: SUSE Beta Program Date: Friday, September 22, 2017 at 7:48 AM To: "caasp-beta at lists.suse.com" Subject: [caasp-beta] [ANNOUNCE] SUSE Container as a Service Platform 2 RC 1 is available! Having trouble viewing this email? Please check the plain text version of it with your mailer. [http://beta.suse.com/private/SLE12/suse_logo_color-reduced.png] [https://www.suse.com/betaprogram/wp-content/uploads/2017/09/caasp-logo-beta-2-new.png] We are happy to announce SUSE CaaS Platform 2 Release Candidate 1! Download ? Please check out our dedicated SUSE CaaS Platform Beta web page, where you will find all the information needed around SUSE CaaS Platform Beta. What?s New with SUSE CaaS Platform 2 RC 1? * K8s Multi-Master: Kubernetes Multi Master for building High-Availability clusters. * caasp-cli: It's the new command line client for interacting with a CaaS Platform cluster. See for details. * Dex: Dex is an identity service that uses OpenID Connect to drive authentication for other apps. See for details. * OpenLDAP2: OpenLDAP2 running on an SLE12 container guest. Things to consider for this Beta? * DHCP Your DHCP server should provide resolveable hostnames. If this is not the case like with libvirt/KVM, you should consider providing one yourself by appending this kernel parameter "hostname=HOSTNAME" during installation. However, the kubeconfig file downloaded from the Dashboard could contain an incorrect "server" hostname that should be replaced with the IP address of your Master. For more information read: https://en.opensuse.org/SDB:Linuxrc#Network_Configuration * Autoyast/VMX-Images If you install via autoyast or one of the provided VMX beta images (KVM,Xen,VMware,...) please set a password or SSH key via cloud-init to be able to login. Release plan ? Release Notes ? Documentation ? Have fun beta testing! Your SUSE Linux Enterprise Team Please refer to our dedicated SUSE CaaSP Beta Program webpage for any general information. However, do not hesitate to contact us at beta-programs at lists.suse.com if you have any questions. You received this email because you're signed up to get updates from us. Click here to unsubscribe. -------------- next part -------------- An HTML attachment was scrubbed... URL: From paul.gonin at suse.com Wed Sep 27 09:04:50 2017 From: paul.gonin at suse.com (Paul Gonin) Date: Wed, 27 Sep 2017 17:04:50 +0200 Subject: [caasp-beta] RE : kubectl requires username and password In-Reply-To: <2D840902-1A48-4698-B71E-DDD40FC7DEF7@sap.com> References: <59CAB917020000B90020DBE4@smtp.nue.novell.com> <2D840902-1A48-4698-B71E-DDD40FC7DEF7@sap.com> Message-ID: <1506524690.17636.76.camel@suse.com> Hi, It should be on the media so you can install it on the admin nodeIt is installed by default on admin node. You can also get (currently) rpms for different openSUSE/SUSE flavorsht tps://build.opensuse.org/repositories/devel:CaaSP:Head:ControllerNode/c aasp-cli And there is also a windows Build from Robhttps://github.com/rssfed23/c aasp-cli-windows/releases Tested / works but not supported (yet, but I assume to come) Once you have caasp-cliexport KUBECONFIG= (set KUBECONFIG=kubeconfig in windows cmd shell) caasp-cli login -u caasp-user -p caasp-password -s https://caasp.fqdn:6 443 and then you can use kubectl as previously For caasp-user and caasp-password you can use caasp admin credentials. You can also create users in local ldap rgds Paul Le mercredi 27 septembre 2017 ? 14:52 +0000, Ns, Rushi a ?crit : > Thanks, where can I download . I see from github I can?t download the > link . > > https://github.com/kubic-project/caasp-cli > > > > Best Regards, > > Rushi. > I MAY BE ONLY ONE PERSON, BUT I CAN BE ONE PERSON WHO MAKES A > DIFFERENCE > > > > > From: Paul Gonin > > Date: Tuesday, September 26, 2017 at 1:31 PM > > To: "caasp-beta at lists.suse.com" , Rushi NS > > > Subject: RE : [caasp-beta] kubectl requires username and password > > > > > Hi, > > > > > With RC1, RBAC is available > > > Consequence is that you have to use caasp-ctl to login to CaaSP and > modify your kubectl and inject credentials in it. > > > > > > Rgds > > > Paul > > > > > > > > > -------- Message d'origine -------- > > > De : "Ns, Rushi" > > > Date : 26/09/2017 22:04 (GMT+01:00) > > > ? : SUSE Beta Program , caasp-beta at list > s.suse.com > > > > Objet : [caasp-beta] kubectl requires username and password > > > > > > > > >>> "Ns, Rushi" 09/26/2017 21:04 >>> > > Hi > > I setup new cluster with this release and everything worked. I have 3 > masters/10 workers ..looks fine VELUM web page as well and I have > downloaded kubeconfig and tried to do some workload test but issue > with > access cluster. > > > I have issue with using KUBECTL command line ..whatever ?kubectl? I > run requires permission. I setup velum with my userid email and > password, I thought it requires that and I tried but its not ? > > > I have also tried root (linux) master/workers but it doesn?t take > that too? > > > Does anyone know what is the issue. > > > kubectl get cluster-info > > > kubectl get nodes > Please enter Username: rushi.ns at sap.com > Please enter Password: ********* > Error from server (Forbidden): User > "system:anonymous" cannot list nodes at the cluster scope. (get > nodes) > > kubectl get nodes > Please enter Username: admin > Please enter Password: ******** > Unable to connect to the server: x509: > certificate is valid for 172.24.0.1, 172.16.18.0, 127.0.0.1, > 172.16.18.1, 10.48.164.142, not 10.48.164.144 > > kubectl get nodes > Please enter Username: root > Please enter Password: ******** > Unable to connect to the server: x509: > certificate is valid for 172.24.0.1, 172.16.22.0, 127.0.0.1, > 172.16.22.1, 10.48.164.141, not 10.48.164.144 > > Best Regards, > > Rushi. > I MAY BE ONLY ONE PERSON, BUT I CAN BE ONE PERSON WHO MAKES A > DIFFERENCE > > > > > From: on behalf of SUSE Beta > Program > > Reply-To: SUSE Beta Program > > Date: Friday, September 22, 2017 at 7:48 AM > > To: "caasp-beta at lists.suse.com" > > Subject: [caasp-beta] [ANNOUNCE] SUSE Container as a Service Platform > 2 RC 1 is available! > > > > > > > > > > > > > > > > > > > > > > > Having trouble viewing this email? Please check the plain text > version of it with your mailer. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > We are happy to announce > SUSE CaaS Platform 2 > Release Candidate 1! > > > > > > > > > > > > > > > > > > > > > > > > > > > > Download > ? > > > > > > > > > > > > > > > > > > > > > > > > > > > > Please check out our dedicated > SUSE CaaS Platform Beta web page, where you will find all the > information needed around SUSE CaaS Platform Beta. > > > > > > > > > > > > > > > > > > > > What?s New with SUSE CaaS Platform 2 RC 1? > > > > > > > > > > > > > > > > > > > > K8s Multi-Master: Kubernetes Multi Master for building High- > Availability clusters. > caasp-cli: It's the new command line client for interacting with a > CaaS Platform cluster. > See for details. > Dex: Dex is an identity service that uses OpenID Connect to drive > authentication for other > apps. See for details. > OpenLDAP2: OpenLDAP2 running on an SLE12 container guest. > > > > > > > > > > > > > > > > > > > Things to consider for this Beta? > > > > > > > > > > > > > > > > > > > > DHCP > > > Your DHCP server should provide resolveable hostnames. If this is not > the case like with libvirt/KVM, you should consider providing one > yourself by appending this kernel parameter > "hostname=HOSTNAME" during installation. > > However, the kubeconfig file downloaded from the Dashboard could > contain an incorrect "server" hostname that should be replaced with > the IP address of your Master. For more information > read: https://en.opensuse.org/SDB:Linuxrc#Network_Configuration > > > Autoyast/VMX-Images > > > If you install via autoyast or one of the provided VMX beta images > (KVM,Xen,VMware,...) please set a password or SSH key via cloud-init > to be able to login. > > > > > > > > > > > > > > > > > > > > > > > > > > > Release > plan ? > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Release > Notes ? > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Documentation > ? > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Have fun beta testing! > > Your SUSE Linux Enterprise Team > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Please refer to our dedicated > SUSE CaaSP Beta Program webpage for any general information. However, > do not hesitate to contact us at > beta-programs at lists.suse.com if you have any questions. > You received this email because you're signed up to get updates from > us. > > Click here to unsubscribe. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > caasp-beta mailing list > caasp-beta at lists.suse.com > http://lists.suse.com/mailman/listinfo/caasp-beta -------------- next part -------------- An HTML attachment was scrubbed... URL: