Skip to content

ptp-operator: ImagePullBackOff error while deploying ptp-operator on vanilla k8s, default image URLs and tags are not working #131

@singh-kalpana

Description

@singh-kalpana

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions