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

adding status updater / device plugin for kwok nodes #91

Merged
merged 9 commits into from
Aug 20, 2024

Conversation

enoodle
Copy link
Contributor

@enoodle enoodle commented Aug 13, 2024

No description provided.

@enoodle enoodle force-pushed the erez/kwok-fake-node-updater-RUN-19999 branch from 234abe6 to da9a600 Compare August 14, 2024 15:02
@enoodle enoodle force-pushed the erez/kwok-fake-node-updater-RUN-19999 branch 2 times, most recently from c249f8d to 8bacea1 Compare August 15, 2024 11:26
@enoodle enoodle force-pushed the erez/kwok-fake-node-updater-RUN-19999 branch from 8bacea1 to 62b10f0 Compare August 15, 2024 11:31
@enoodle enoodle force-pushed the erez/kwok-fake-node-updater-RUN-19999 branch 3 times, most recently from 1e69249 to d81ff8d Compare August 20, 2024 14:12
@enoodle enoodle force-pushed the erez/kwok-fake-node-updater-RUN-19999 branch from d81ff8d to 4e370cb Compare August 20, 2024 14:23
Copy link
Contributor

@gshaibi gshaibi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing. Thank you!

c := &ConfigMapController{
kubeClient: kubeClient,
cmInformer: informerFactory.Core().V1().ConfigMaps().Informer(),
nodeLister: informerFactory.Core().V1().Nodes().Lister(),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we still need the node lister?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 I will remove it


type ConfigMapController struct {
kubeClient kubernetes.Interface
cmInformer cache.SharedIndexInformer
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to keep it in the struct?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, I will remove this

informerFactory informers.SharedInformerFactory
handler cmhandler.Interface

clusterTopology *topology.ClusterTopology
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to keep it in the struct?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, I will remove this

@enoodle enoodle closed this Aug 20, 2024
@enoodle enoodle reopened this Aug 20, 2024
@enoodle enoodle merged commit 1db44fa into main Aug 20, 2024
3 checks passed
@enoodle enoodle deleted the erez/kwok-fake-node-updater-RUN-19999 branch August 20, 2024 15:30
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 this pull request may close these issues.

2 participants