Azure / aks-engine

AKS Engine: legacy tool for Kubernetes on Azure (see status)
https://github.com/Azure/aks-engine
MIT License
1.03k stars 522 forks source link

docker repository localhost:5000 not connecting on k8s node #434

Closed ghost closed 5 years ago

ghost commented 5 years ago

While pulling the docker image on K8s VM getting following error. azureuser@k8s-agentpool1-16305772-0:~$ sudo docker pull localhost:5000/carlsberg-sap-mock Using default tag: latest Pulling repository localhost:5000/carlsberg-sap-mock Network timed out while trying to connect to http://localhost:5000/v1/repositories/carlsberg-sap-mock/images. You may want to check your internet connection or if you are behind a proxy.

here docker private repository is not accessable: azureuser@k8s-agentpool1-16305772-0:~$ telnet localhost 5000 Trying 127.0.0.1... ^C azureuser@k8s-agentpool1-16305772-0:~$ telnet 127.0.0.1 5000 Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection timed out

Restarted all the services to fix this issue. but its not working.

sudo systemctl daemon-reload sudo systemctl stop kubelet sudo systemctl start kubelet sudo systemctl enable kubelet sudo systemctl stop docker sudo systemctl start docker sudo systemctl start kubelet

Please let us know how to fix this issue.

ghost commented 5 years ago

Please respond on my incident.

ghost commented 5 years ago

Hi Jesse,

Can you please let us know how to debug the issue. We already raised incident with Microsoft from Azure portal but there are not supporting ACS related issue. Please find attached mail.

Thanks, Sujatha G

From: Jesse Noller [mailto:notifications@github.com] Sent: 29 January 2019 22:58 To: Azure/acs-engine acs-engine@noreply.github.com Cc: Sujatha Gangireddy sujatha_g@hcl.com; Author author@noreply.github.com Subject: Re: [Azure/acs-engine] docker repository localhost:5000 not connecting on k8s node (#4367)

This is a cluster specific question that would require sharing sensitive data - we can not properly debug cluster specific environments on github without sharing that data.

Please open an Azure technical support ticket in the Azure portal - this will be the most rapid method of resolution while also not putting your cluster at-risk.

β€” You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FAzure%2Facs-engine%2Fissues%2F4367%23issuecomment-458630822&data=02%7C01%7Csujatha_g%40hcl.com%7Ca075db9d614d491408e908d6860f2ae9%7C189de737c93a4f5a8b686f4ca9941912%7C0%7C0%7C636843797044660379&sdata=krjG5tVy22gX7kSHz0%2Bse1jDwaQYBbzwwj7PR3cY%2Byg%3D&reserved=0, or mute the threadhttps://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAmkDtxej5CR6Zp_gHutIbj4Mk5emG8uXks5vIISzgaJpZM4aYiw2&data=02%7C01%7Csujatha_g%40hcl.com%7Ca075db9d614d491408e908d6860f2ae9%7C189de737c93a4f5a8b686f4ca9941912%7C0%7C0%7C636843797044670389&sdata=0uO7bk9K7XpwYchofvUTtLNSyEC4z%2FL%2BOGGVjko8wuA%3D&reserved=0.

::DISCLAIMER::

The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents (with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates. Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of authorized representative of HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any email and/or attachments, please check them for viruses and other defects.

CecileRobertMichon commented 5 years ago

Hi, this codebase has been deprecated in favor of aks-engine, the natural evolution from acs-engine:

https://github.com/Azure/aks-engine

welcome[bot] commented 5 years ago

πŸ‘‹ Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it.

CecileRobertMichon commented 5 years ago

Hi @sitecorehcl, did you file an Azure technical support ticket for this issue?