Skip to content

Problems with ip-reconciler #17

@tardich

Description

@tardich

Running this chart, I found out some issues:

  1. Docker image: docker.io/dougbtv/whereabouts:latest (version 0.4) doesn't have support for ip-reconciler binary. In order to make it work, I had to user version 0.5.1, from there: docker.io/wjunott/whereabouts

  2. clusterrole created is missing a rule for the above whereabouts version to work:

 - apiGroups:
  - whereabouts.cni.cncf.io
  resources:
  - overlappingrangeipreservations
  verbs:
  - list
  - get
  - create
  - delete
  - update
  - patch
  - watch

with these changes, I was able to have whereabouts work, and the cronjob stopping from failing because of file not found

Metadata

Metadata

Assignees

No one assigned

    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