Hello all! When executing `prefect orion kubernete...
# ask-community
a
Hello all! When executing
prefect orion kubernetes-manifest | kubectl apply -f -
command,
kubernetes
queue is not created, although according to the documentation it should. Has anyone had similar?
Some logs:
Copy code
kubectl logs -lapp=orion --all-containers
    response = await self._send_single_request(request)
  File "/usr/local/lib/python3.8/site-packages/httpx/_client.py", line 1695, in _send_single_request
    response = await transport.handle_async_request(request)
  File "/usr/local/lib/python3.8/site-packages/httpx/_transports/default.py", line 353, in handle_async_request
    resp = await self._pool.handle_async_request(req)
  File "/usr/local/lib/python3.8/contextlib.py", line 131, in __exit__
    self.gen.throw(type, value, traceback)
  File "/usr/local/lib/python3.8/site-packages/httpx/_transports/default.py", line 77, in map_httpcore_exceptions
    raise mapped_exc(message) from exc
httpx.ConnectError: [Errno -3] Temporary failure in name resolution
18:21:09.900 | WARNING | prefect.agent - No work queue found named 'kubernetes'
18:21:14.912 | WARNING | prefect.agent - No work queue found named 'kubernetes'
18:21:19.924 | WARNING | prefect.agent - No work queue found named 'kubernetes'
18:21:24.938 | WARNING | prefect.agent - No work queue found named 'kubernetes'
18:21:29.952 | WARNING | prefect.agent - No work queue found named 'kubernetes'
18:21:34.968 | WARNING | prefect.agent - No work queue found named 'kubernetes'
18:21:39.980 | WARNING | prefect.agent - No work queue found named 'kubernetes'
18:21:44.993 | WARNING | prefect.agent - No work queue found named 'kubernetes'
18:21:50.005 | WARNING | prefect.agent - No work queue found named 'kubernetes'
18:21:55.019 | WARNING | prefect.agent - No work queue found named 'kubernetes'
k
The docs here are out of date and the work queue is no longer created with this command. We’ll be updating the docs
@Marvin open “Orion: Kubernetes Manifest No Longer Creates Work Queue”