Docker images are returning HTTP error 404
kind/bug
<!-- Please answer these questions before submitting your bug report. Thanks! -->
**What version of descheduler are you using?**
descheduler version: N/A
**Does this issue reproduce with the latest release?**
N/A
**Which descheduler CLI options are you using?**
N/A
**Please provide a copy of your descheduler policy config file**
N/A
**What k8s version are you using (`kubectl version`)?**
<details><summary><code>kubectl version</code> Output</summary><br><pre>
$ kubectl version
N/A
</pre></details>
**What did you do?**
<!--
If possible, provide a recipe for reproducing the error.
A detailed sequence of steps describing what to do to observe the issue is good.
A complete runnable bash shell script is best.
-->
Tried to pull the image `registry.k8s.io/descheduler/descheduler` and tried to browse to the registry at https://registry.k8s.io/descheduler
**What did you expect to see?**
Expected to see the image registry and see images being pulled
**What did you see instead?**
A 404 on the browser, and `Error response from daemon: manifest for registry.k8s.io/descheduler/descheduler:latest not found: manifest unknown: Failed to fetch "latest"` on `docker pull`
2 条评论