Controlplane $ kubectl logs worker-67b6657-h924b Error from server (NotFound): p . . .

om Singh:
controlplane $ kubectl logs worker-67b6657-h924b
Error from server (NotFound): pods “worker-67b6657-h924b” not found
controlplane $ kubectl logs worker-67b6657-8cxtd
System.AggregateException: One or more errors occurred. (No such device or address) —> http://System.Net|System.Net.Internals.SocketExceptionFactory+ExtendedSocketException: No such device or address
at http://System.Net|System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
at http://System.Net|System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
at http://System.Net|System.Net.Dns.<>c.<GetHostAddressesAsync>b__14_1(IAsyncResult asyncResult)
at System.Threading.Tasks.TaskFactory1.FromAsyncCoreLogic(IAsyncResult iar, Func2 endFunction, Action1 endAction, Task1 promise, Boolean requiresSynchronization)
— End of inner exception stack trace —
at System.Threading.Tasks.Task1.GetResultCore(Boolean waitCompletionNotification) at Npgsql.NpgsqlConnector.Connect(NpgsqlTimeout timeout) at Npgsql.NpgsqlConnector.RawOpen(NpgsqlTimeout timeout) at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout) at Npgsql.ConnectorPool.Allocate(NpgsqlConnection conn, NpgsqlTimeout timeout) at Npgsql.NpgsqlConnection.OpenInternal() at Worker.Program.OpenDbConnection(String connectionString) in /code/src/Worker/Program.cs:line 74 at Worker.Program.Main(String[] args) in /code/src/Worker/Program.cs:line 19 ---&gt; (Inner Exception #0) <http://System.Net|System.Net>.Internals.SocketExceptionFactory+ExtendedSocketException: No such device or address at <http://System.Net|System.Net>.Dns.HostResolutionEndHelper(IAsyncResult asyncResult) at <http://System.Net|System.Net>.Dns.EndGetHostAddresses(IAsyncResult asyncResult) at <http://System.Net|System.Net>.Dns.&lt;&gt;c.&lt;GetHostAddressesAsync&gt;b__14_1(IAsyncResult asyncResult) at System.Threading.Tasks.TaskFactory1.FromAsyncCoreLogic(IAsyncResult iar, Func2 endFunction, Action1 endAction, Task`1 promise, Boolean requiresSynchronization)<—

Mohamed Ayman:
Which repo you got worker image from?