-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: Add helm chart and dynamic config syncer #43
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dkoshkin
force-pushed
the
jimmi/daemonset
branch
2 times, most recently
from
December 8, 2022 19:19
7223d00
to
e2db02c
Compare
jimmidyson
force-pushed
the
jimmi/daemonset
branch
from
December 8, 2022 19:22
e2db02c
to
b36382b
Compare
jimmidyson
force-pushed
the
jimmi/daemonset
branch
from
December 8, 2022 19:26
b36382b
to
d9ef93b
Compare
dkoshkin
approved these changes
Dec 9, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Im still looking at why the new e2e test is failing locally on my Mac
➜ kind k logs -n kube-system dynamic-credential-provider-wpzwb
Defaulted container "config-watcher" out of: config-watcher, installer (init)
I1208 23:25:16.396615 1 watcher.go:49] Starting file watcher for file: "/etc/static-provider-auth/static-image-credentials.json"
I1208 23:25:16.396681 1 watcher.go:100] file event for file "/etc/static-provider-auth/static-image-credentials.json": "/etc/static-provider-auth/static-image-credentials.json": WRITE
I1208 23:25:16.396698 1 watcher.go:49] Starting file watcher for file: "/etc/dynamic-provider-config/dynamic-credential-provider-config.yaml"
I1208 23:25:16.396893 1 watcher.go:100] file event for file "/etc/dynamic-provider-config/dynamic-credential-provider-config.yaml": "/etc/dynamic-provider-config/dynamic-credential-provider-config.yaml": WRITE
I1208 23:36:16.725140 1 watcher.go:100] file event for file "/etc/static-provider-auth/..2022_12_08_23_36_16.701128000": "/etc/static-provider-auth/..2022_12_08_23_36_16.701128000": CREATE
I1208 23:36:16.725237 1 watcher.go:100] file event for file "/etc/static-provider-auth/..data": "/etc/static-provider-auth/..data": CREATE
E1208 23:36:16.726967 1 watcher.go:81] error running callback for file "/etc/static-provider-auth/static-image-credentials.json": open /host/etc/kubernetes/image-credential-provider/static-image-credentials.json: operation not permitted
I1208 23:36:16.727017 1 watcher.go:100] file event for file "/etc/static-provider-auth/..2022_12_08_23_25_13.2815180226": "/etc/static-provider-auth/..2022_12_08_23_25_13.2815180226": REMOVE
I1208 23:37:25.641014 1 watcher.go:100] file event for file "/etc/static-provider-auth/..2022_12_08_23_37_25.1818847860": "/etc/static-provider-auth/..2022_12_08_23_37_25.1818847860": CREATE
It has no problem updating dynamic-credential-provider-config.yaml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.