Steps followed:
- Cloned this repo
- Updated the files under the
/configdirectory as needed for vanilla k8s
- Applied the manifests using make deploy command
- Saw that
ptp-operator pod is trying to pull an image with tag 4.21, but this tag does not seem to exist in http://ghcr.io/k8snetworkplumbingwg/ptp-operator
linux-ptp-daemon pod is trying to pull the image from quay.io, and this registry is giving an Unauthorized error
- After manually changing the image URL to http://ghcr.io/k8snetworkplumbingwg/ with the latest tag, pods started running
Since this is an open-source project, default image URLs and tags should ideally
- pull from a publicly accessible registry, and
- point to existing tags