This message was deleted.
# general
a
This message was deleted.
b
not sure in Rancher context what you are trying to achieve… 🤔 can you provide an another example? 🙏
g
Sure, I've installed Rancher on my hostname argosapi.com, than I've tried to deploy some rancher/hello-world to argosapi.com/hello, but got 404 not found, My steps: Workload => Deployments => Create: Setting image as: rancher/hello-world
and add some Services Cluster IP, port 80
did some ingress
and got:
Copy code
{
  "kind": "Status",
  "apiVersion": "v1",
  "metadata": {},
  "status": "Failure",
  "message": "services \"hello\" not found",
  "reason": "NotFound",
  "details": {
    "name": "hello",
    "kind": "services"
  },
  "code": 404
}

Sorry for multi-lines
b
I am not sure I can help you with this (a bit complex for me). Maybe someone from the community can pick up on this thread and help you 🙏 sorry about that