?

Hi Prashant,

As discussed, I was able to set-up the kubernetes cluster on the openstack 
using the Kubenow, and the documentation also seems promising.

https://kubenow.readthedocs.io/en/stable

Regards
Karan

________________________________________
From: Modak, Prashant Kumar <[email protected]>
Sent: Wednesday, December 5, 2018 5:23 PM
To: [email protected]
Subject: Re: issue with accessing dashboard of kubernetes in jetstream centos7 
environment

Hi,
Since yesterday, I am struggling with this strange issue: node "kmaster" not 
found.
[kubeissue_1.jpg]

I tried with multiple combinations of installing kubernetes on jetstream 
instance.
1. using calico in ubuntu
2. using flannel in centos
and few other ways

I looked it online and found many people have the same issue.
https://github.com/kubernetes/kubernetes/issues/61277
[kubeissue_2.jpg]

If someone ran into similar issue, then please let me know what steps are 
needed to be taken to resolve it.

Thanks and Regards,
Prashant

________________________________________
From: Modak, Prashant Kumar
Sent: Tuesday, December 4, 2018 1:34 PM
To: [email protected]
Subject: FW: issue with accessing dashboard of kubernetes in jetstream centos7 
environment

Hi Pankaj/Naveen,
The below solution is not working, may be because I have done some RBAC 
configuration changes in kube api-server yaml file, which messed up
the kubernetes installation. So need to do scratch build again. Will update you 
soon on this.

Thanks.
Prashant
________________________________________
From: Pankaj Saha [[email protected]]
Sent: Tuesday, December 4, 2018 11:40 AM
To: dev
Subject: Re: issue with accessing dashboard of kubernetes in jetstream centos7 
environment

did you use the advertise-address while initializing the kubeadm?

like:
kubeadm init --apiserver-advertise-address=<public ip address> 
--pod-network-cidr=<10.20.0.0/16<http://10.20.0.0/16>>;

On Tue, Dec 4, 2018 at 10:09 AM naveenkumarmarri 
<[email protected]<mailto:[email protected]>> wrote:
Hi Prashanth,

Can you try running the following command to start the kubernetes proxy?

kubectl proxy --address 0.0.0.0 --accept-hosts '.*'

You should be able to access the API page on http://<static-master-ip>:<port>/
and dashboard on 
http://<static-master-ip>:<port>/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#!/overview?namespace=default

Let me know if you face any issues.

Regards,
Naveen

On Tue, Dec 4, 2018 at 3:51 AM Modak, Prashant Kumar 
<[email protected]<mailto:[email protected]>> wrote:

Hi Everyone,

I am trying to access kubernetes dashboard in the CentOS Jetstream environment.

I have successfully installed kubernetes in jetstream environment with one 
master node and one slave pod,


[X]

When I am running-- "kubectl proxy" the service is running properly


[X]


cluster-info:

[X]


But I can not access the dashboard with the static ip.

[X]


Let me know if further details are needed to recreate the issue.


Please provide any help. Will be very thankful.?


Thanks and Regards,

Prashant


Reply via email to