Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with ip-reconciler #17

Open
tardich opened this issue Jun 9, 2022 · 0 comments · May be fixed by #26
Open

Problems with ip-reconciler #17

tardich opened this issue Jun 9, 2022 · 0 comments · May be fixed by #26

Comments

@tardich
Copy link
Contributor

tardich commented Jun 9, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant